mirror of
https://github.com/espressif/esp-phy-lib.git
synced 2026-07-30 07:47:50 +00:00
esp32c2: optimize rf performace
This commit is contained in:
Binary file not shown.
Binary file not shown.
+3
-1
@@ -1,5 +1,5 @@
|
||||
#!/bin/bash
|
||||
for dir in esp32 esp32s2 esp32c3 esp32s3 esp32h2; do
|
||||
for dir in esp32 esp32s2 esp32c3 esp32s3 esp32h2 esp32c2; do
|
||||
if [ $dir = esp32 ]; then
|
||||
TOOLCHAIN="xtensa-esp32-elf"
|
||||
elif [ $dir = esp32s2 ]; then
|
||||
@@ -10,6 +10,8 @@ for dir in esp32 esp32s2 esp32c3 esp32s3 esp32h2; do
|
||||
TOOLCHAIN="xtensa-esp32s3-elf"
|
||||
elif [ $dir = esp32h2 ]; then
|
||||
TOOLCHAIN="riscv32-esp-elf"
|
||||
elif [ $dir = esp32c2 ]; then
|
||||
TOOLCHAIN="riscv32-esp-elf"
|
||||
else
|
||||
echo "$dir does not exist"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user