phy: move libphy.a and librtc.a to esp-phy-lib repo (4757db58)

This commit is contained in:
Shu Chen
2021-06-03 16:15:25 +08:00
parent f20bc56641
commit 070f42ddf2
7 changed files with 0 additions and 13 deletions
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
-13
View File
@@ -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