mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-02 04:04:31 +02:00
Merge branch 'fix/add_wifi_public_header_checksums_v5.3' into 'release/v5.3'
feat(wifi/coex): Add integrity check for public headers files for esp32c5 and esp32_host (Backport v5.3) See merge request espressif/esp-idf!34057
This commit is contained in:
@@ -44,6 +44,8 @@ check_blobs:
|
|||||||
- IDF_TARGET=esp32c2 $IDF_PATH/components/esp_wifi/test_md5/test_md5.sh
|
- IDF_TARGET=esp32c2 $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=esp32c3 $IDF_PATH/components/esp_wifi/test_md5/test_md5.sh
|
||||||
- IDF_TARGET=esp32c6 $IDF_PATH/components/esp_wifi/test_md5/test_md5.sh
|
- IDF_TARGET=esp32c6 $IDF_PATH/components/esp_wifi/test_md5/test_md5.sh
|
||||||
|
- IDF_TARGET=esp32c5 $IDF_PATH/components/esp_wifi/test_md5/test_md5.sh
|
||||||
|
- IDF_TARGET=esp32_host $IDF_PATH/components/esp_wifi/test_md5/test_md5.sh
|
||||||
# Check if Coexistence library header files match between IDF and the version used when compiling the libraries
|
# Check if Coexistence library header files match between IDF and the version used when compiling the libraries
|
||||||
- IDF_TARGET=esp32 $IDF_PATH/components/esp_coex/test_md5/test_md5.sh
|
- IDF_TARGET=esp32 $IDF_PATH/components/esp_coex/test_md5/test_md5.sh
|
||||||
- IDF_TARGET=esp32s2 $IDF_PATH/components/esp_coex/test_md5/test_md5.sh
|
- IDF_TARGET=esp32s2 $IDF_PATH/components/esp_coex/test_md5/test_md5.sh
|
||||||
@@ -52,6 +54,7 @@ check_blobs:
|
|||||||
- IDF_TARGET=esp32c3 $IDF_PATH/components/esp_coex/test_md5/test_md5.sh
|
- IDF_TARGET=esp32c3 $IDF_PATH/components/esp_coex/test_md5/test_md5.sh
|
||||||
- IDF_TARGET=esp32c6 $IDF_PATH/components/esp_coex/test_md5/test_md5.sh
|
- IDF_TARGET=esp32c6 $IDF_PATH/components/esp_coex/test_md5/test_md5.sh
|
||||||
- IDF_TARGET=esp32h2 $IDF_PATH/components/esp_coex/test_md5/test_md5.sh
|
- IDF_TARGET=esp32h2 $IDF_PATH/components/esp_coex/test_md5/test_md5.sh
|
||||||
|
- IDF_TARGET=esp32c5 $IDF_PATH/components/esp_coex/test_md5/test_md5.sh
|
||||||
# Check if Wi-Fi, PHY, BT blobs contain references to specific symbols
|
# Check if Wi-Fi, PHY, BT blobs contain references to specific symbols
|
||||||
- bash $IDF_PATH/tools/ci/check_blobs.sh
|
- bash $IDF_PATH/tools/ci/check_blobs.sh
|
||||||
|
|
||||||
|
@@ -22,7 +22,7 @@ case $IDF_TARGET in
|
|||||||
esp32s3)
|
esp32s3)
|
||||||
PREFIX=xtensa-esp32s3-elf-
|
PREFIX=xtensa-esp32s3-elf-
|
||||||
;;
|
;;
|
||||||
esp32c2|esp32c3|esp32c6)
|
esp32c2|esp32c3|esp32c6|esp32c5|esp32_host)
|
||||||
PREFIX=riscv32-esp-elf-
|
PREFIX=riscv32-esp-elf-
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
|
Reference in New Issue
Block a user