mirror of
https://github.com/espressif/esp-phy-lib.git
synced 2026-08-17 08:39:59 +00:00
esp32h2: update phylib for fix rx long term
* phy_version: 101,0, 76d28a9, Mar 30 2023, 17:12:12 * fix phy printf script for esp32h4
This commit is contained in:
Binary file not shown.
Binary file not shown.
+2
-2
@@ -1,5 +1,5 @@
|
||||
#!/bin/bash
|
||||
for dir in esp32 esp32s2 esp32c3 esp32s3 esp32h2 esp32c2 esp32c6; do
|
||||
for dir in esp32 esp32s2 esp32c3 esp32s3 esp32h2 esp32h4 esp32c2 esp32c6; do
|
||||
if [ $dir = esp32 ]; then
|
||||
TOOLCHAIN="xtensa-esp32-elf"
|
||||
elif [ $dir = esp32s2 ]; then
|
||||
@@ -18,7 +18,7 @@ for dir in esp32 esp32s2 esp32c3 esp32s3 esp32h2 esp32c2 esp32c6; do
|
||||
echo $dir/librtc.a fixed
|
||||
$TOOLCHAIN-objcopy --redefine-sym ets_printf=rtc_printf librtc.a
|
||||
fi
|
||||
elif [ $dir = esp32h2 ]; then
|
||||
elif [ $dir = esp32h4 ]; then
|
||||
for subdir in rev1 rev2 ; do
|
||||
cd $subdir
|
||||
git status libbtbb.a | grep "modified\|new file" >/dev/null 2>&1
|
||||
|
||||
Reference in New Issue
Block a user