fix(ci): Enable public headers md5 checksum check for esp32c2

This commit is contained in:
Sarvesh Bodakhe 2024-12-20 10:29:47 +05:30 committed by BOT
parent fbc0c3e9fe
commit 463e98e75e
2 changed files with 2 additions and 1 deletions

View File

@ -70,6 +70,7 @@ check_blobs:
- IDF_TARGET=esp32s2 $IDF_PATH/components/esp_wifi/test_md5/test_md5.sh
- IDF_TARGET=esp32s3 $IDF_PATH/components/esp_wifi/test_md5/test_md5.sh
- IDF_TARGET=esp32c3 $IDF_PATH/components/esp_wifi/test_md5/test_md5.sh
- IDF_TARGET=esp32c2 $IDF_PATH/components/esp_wifi/test_md5/test_md5.sh
# Check if Wi-Fi, PHY, BT blobs contain references to specific symbols
- bash $IDF_PATH/tools/ci/check_blobs.sh

View File

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