mirror of
https://github.com/espressif/esp32-wifi-lib.git
synced 2025-06-17 04:54:43 +08:00
1) update WiFi libs for both chips(1fd2049).
2) update fix_printf script.
This commit is contained in:
Binary file not shown.
BIN
esp32/libcore.a
BIN
esp32/libcore.a
Binary file not shown.
Binary file not shown.
BIN
esp32/libmesh.a
BIN
esp32/libmesh.a
Binary file not shown.
Binary file not shown.
BIN
esp32/libpp.a
BIN
esp32/libpp.a
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -2,31 +2,12 @@
|
||||
for dir in esp32 esp32s2beta; do
|
||||
if [ -d "$dir" ]; then
|
||||
cd $dir
|
||||
if [ $dir == esp32 ]; then
|
||||
git status libphy.a | grep modified >/dev/null 2>&1
|
||||
if [ $? -eq 0 ]; then
|
||||
echo $dir/libphy.a fixed
|
||||
xtensa-esp32-elf-objcopy --redefine-sym ets_printf=phy_printf libphy.a
|
||||
fi
|
||||
elif [ $dir == esp32s2beta ]; then
|
||||
git status libphyA.a | grep modified >/dev/null 2>&1
|
||||
if [ $? -eq 0 ]; then
|
||||
echo $dir/libphyA.a fixed
|
||||
xtensa-esp32-elf-objcopy --redefine-sym ets_printf=phy_printf libphyA.a
|
||||
fi
|
||||
|
||||
git status libphyB.a | grep modified >/dev/null 2>&1
|
||||
if [ $? -eq 0 ]; then
|
||||
echo $dir/libphyB.a fixed
|
||||
xtensa-esp32-elf-objcopy --redefine-sym ets_printf=phy_printf libphyB.a
|
||||
fi
|
||||
|
||||
git status libphy_marlin3.a | grep modified >/dev/null 2>&1
|
||||
if [ $? -eq 0 ]; then
|
||||
echo $dir/libphy_marlin3.a fixed
|
||||
xtensa-esp32-elf-objcopy --redefine-sym ets_printf=phy_printf libphy_marlin3.a
|
||||
fi
|
||||
git status libphy.a | grep modified >/dev/null 2>&1
|
||||
if [ $? -eq 0 ]; then
|
||||
echo $dir/libphy.a fixed
|
||||
xtensa-esp32-elf-objcopy --redefine-sym ets_printf=phy_printf libphy.a
|
||||
fi
|
||||
|
||||
git status librtc.a | grep modified >/dev/null 2>&1
|
||||
if [ $? -eq 0 ]; then
|
||||
echo $dir/librtc.a fixed
|
||||
|
Reference in New Issue
Block a user