feat(wifi): Add checks for public headers for esp32c5 and esp32_host

Add md5sum integrity check for public header files for esp32c5 and esp32_host libraries.
This commit is contained in:
Sarvesh Bodakhe
2024-09-30 15:25:10 +05:30
committed by BOT
parent 9c61080493
commit 1298cac4e7

View File

@@ -22,7 +22,7 @@ case $IDF_TARGET in
esp32s3)
PREFIX=xtensa-esp32s3-elf-
;;
esp32c2|esp32c3|esp32c6)
esp32c2|esp32c3|esp32c6|esp32c5|esp32_host)
PREFIX=riscv32-esp-elf-
;;
*)