lib: unsupport esp32h4, remove related phylib.

This commit is contained in:
zhangwenxu
2023-04-19 16:34:08 +08:00
parent 03c270c901
commit 0e8bbc5b3e
5 changed files with 0 additions and 4 deletions
-4
View File
@@ -15,9 +15,5 @@ check_lib_reversion:
- tar -zxvf riscv32-esp-elf-gcc8_4_0-esp-2021r2-patch3-linux-amd64.tar.gz -C ./riscv32 >/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 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 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; - 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 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; - for dir in esp32 esp32s2 esp32s3; do test $(xtensa-esp32-elf-nm $dir/*.a | grep -w ets_printf | wc -l) -eq 0; done;
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.