mirror of
https://github.com/espressif/esp-phy-lib.git
synced 2026-06-05 21:14:37 +00:00
support s31 libphy
* phy_version: 100, 22dd520, Apr 13 2026
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
+2
-3
@@ -1,7 +1,8 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
chip_list=(esp32 esp32s2 esp32c3 esp32s3 esp32h2 esp32h4 esp32c2 esp32c6 esp32c5 esp32c61)
|
chip_list=(esp32 esp32s2 esp32c3 esp32s3 esp32h2 esp32h4 esp32c2 esp32c6 esp32c5 esp32c61)
|
||||||
|
|
||||||
for dir in "${chip_list[@]}"; do
|
for dir in */; do
|
||||||
|
dir=${dir%/}
|
||||||
if [ $dir = esp32 ]; then
|
if [ $dir = esp32 ]; then
|
||||||
TOOLCHAIN="xtensa-esp32-elf"
|
TOOLCHAIN="xtensa-esp32-elf"
|
||||||
elif [ $dir = esp32s2 ]; then
|
elif [ $dir = esp32s2 ]; then
|
||||||
@@ -36,5 +37,3 @@ for dir in "${chip_list[@]}"; do
|
|||||||
echo "$dir does not exist"
|
echo "$dir does not exist"
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user