esp32h2: update libphy for h2 eco1

* phy_version: 101,0, 90773fa-dirty, Feb 27 2023, 16:19:13
* rename esp32h4
This commit is contained in:
lixiaofan
2023-03-06 18:57:45 +08:00
committed by zhangwenxu
parent 1ab8c85ff1
commit 1b8e12d3e0
7 changed files with 6 additions and 8 deletions
+6 -8
View File
@@ -13,13 +13,11 @@ check_lib_reversion:
- mkdir riscv32
- wget https://github.com/espressif/crosstool-NG/releases/download/esp-2021r2-patch3/riscv32-esp-elf-gcc8_4_0-esp-2021r2-patch3-linux-amd64.tar.gz >/dev/null 2>&1
- tar -zxvf riscv32-esp-elf-gcc8_4_0-esp-2021r2-patch3-linux-amd64.tar.gz -C ./riscv32 >/dev/null 2>&1
- for dir in esp32c2 esp32c3 esp32c6; do test $(riscv32/riscv32-esp-elf/bin/riscv32-esp-elf-nm $dir/*.a | grep -w printf | wc -l) -eq 0; done;
- for dir in esp32c2 esp32c3 esp32c6; do test $(riscv32/riscv32-esp-elf/bin/riscv32-esp-elf-nm $dir/*.a | grep -w ets_printf | wc -l) -eq 0; done;
- test $(riscv32/riscv32-esp-elf/bin/riscv32-esp-elf-nm esp32h2/*.a | grep -w printf | wc -l) -eq 0;
- test $(riscv32/riscv32-esp-elf/bin/riscv32-esp-elf-nm esp32h2/*.a | grep -w ets_printf | wc -l) -eq 0;
- test $(riscv32/riscv32-esp-elf/bin/riscv32-esp-elf-nm esp32h2/rev1/*.a | grep -w printf | wc -l) -eq 0;
- test $(riscv32/riscv32-esp-elf/bin/riscv32-esp-elf-nm esp32h2/rev1/*.a | grep -w ets_printf | wc -l) -eq 0;
- test $(riscv32/riscv32-esp-elf/bin/riscv32-esp-elf-nm esp32h2/rev2/*.a | grep -w printf | wc -l) -eq 0;
- test $(riscv32/riscv32-esp-elf/bin/riscv32-esp-elf-nm esp32h2/rev2/*.a | grep -w ets_printf | wc -l) -eq 0;
- for dir in esp32c2 esp32c3 esp32c6 esp32h2; do test $(riscv32/riscv32-esp-elf/bin/riscv32-esp-elf-nm $dir/*.a | grep -w printf | wc -l) -eq 0; done;
- for dir in esp32c2 esp32c3 esp32c6 esp32h2; do test $(riscv32/riscv32-esp-elf/bin/riscv32-esp-elf-nm $dir/*.a | grep -w ets_printf | wc -l) -eq 0; done;
- test $(riscv32/riscv32-esp-elf/bin/riscv32-esp-elf-nm esp32h4/rev1/*.a | grep -w printf | wc -l) -eq 0;
- test $(riscv32/riscv32-esp-elf/bin/riscv32-esp-elf-nm esp32h4/rev1/*.a | grep -w ets_printf | wc -l) -eq 0;
- test $(riscv32/riscv32-esp-elf/bin/riscv32-esp-elf-nm esp32h4/rev2/*.a | grep -w printf | wc -l) -eq 0;
- test $(riscv32/riscv32-esp-elf/bin/riscv32-esp-elf-nm esp32h4/rev2/*.a | grep -w ets_printf | wc -l) -eq 0;
- for dir in esp32 esp32s2 esp32s3; do test $(xtensa-esp32-elf-nm $dir/*.a | grep -w printf | wc -l) -eq 0; done;
- for dir in esp32 esp32s2 esp32s3; do test $(xtensa-esp32-elf-nm $dir/*.a | grep -w ets_printf | wc -l) -eq 0; done;
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.