mirror of
https://github.com/espressif/esp32-wifi-lib.git
synced 2025-05-22 09:27:53 +08:00
phy: move libphy.a and librtc.a to esp-phy-lib repo (4757db58)
This commit is contained in:
BIN
esp32/libphy.a
BIN
esp32/libphy.a
Binary file not shown.
BIN
esp32/librtc.a
BIN
esp32/librtc.a
Binary file not shown.
BIN
esp32c3/libphy.a
BIN
esp32c3/libphy.a
Binary file not shown.
BIN
esp32s2/libphy.a
BIN
esp32s2/libphy.a
Binary file not shown.
BIN
esp32s2/librtc.a
BIN
esp32s2/librtc.a
Binary file not shown.
BIN
esp32s3/libphy.a
BIN
esp32s3/libphy.a
Binary file not shown.
@ -13,19 +13,6 @@ for dir in esp32 esp32s2 esp32c3 esp32s3; do
|
||||
fi
|
||||
if [ -d "$dir" ]; then
|
||||
cd $dir
|
||||
git status libphy.a | grep "modified" >/dev/null 2>&1
|
||||
if [ $? -eq 0 ]; then
|
||||
echo $dir/libphy.a fixed
|
||||
$TOOLCHAIN-objcopy --redefine-sym ets_printf=phy_printf libphy.a
|
||||
fi
|
||||
|
||||
if [ $dir = esp32 ] || [ $dir = esp32s2 ]; then
|
||||
git status librtc.a | grep "modified" >/dev/null 2>&1
|
||||
if [ $? -eq 0 ]; then
|
||||
echo $dir/librtc.a fixed
|
||||
$TOOLCHAIN-objcopy --redefine-sym ets_printf=rtc_printf librtc.a
|
||||
fi
|
||||
fi
|
||||
|
||||
git status libsmartconfig.a | grep "modified" >/dev/null 2>&1
|
||||
if [ $? -eq 0 ]; then
|
||||
|
Reference in New Issue
Block a user