[ESP32H2] Update libphy

* phy_version: 101,0, ee54186, Jan 13 2023, 21:01:10
This commit is contained in:
Shen Weilong
2023-01-13 21:16:37 +08:00
committed by Shen Wei Long
parent 3c715e60c6
commit d1f5593aae
3 changed files with 2 additions and 0 deletions
+2
View File
@@ -15,6 +15,8 @@ check_lib_reversion:
- 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;
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.