mirror of
https://github.com/espressif/esp-phy-lib.git
synced 2025-10-16 06:17:22 +08:00
add librftest.a
This commit is contained in:
BIN
esp32/libphy.a
BIN
esp32/libphy.a
Binary file not shown.
Binary file not shown.
BIN
esp32c2/libbttestmode.a
Normal file
BIN
esp32c2/libbttestmode.a
Normal file
Binary file not shown.
BIN
esp32c2/libphy.a
BIN
esp32c2/libphy.a
Binary file not shown.
BIN
esp32c2/librfate.a
Normal file
BIN
esp32c2/librfate.a
Normal file
Binary file not shown.
BIN
esp32c2/librftest.a
Normal file
BIN
esp32c2/librftest.a
Normal file
Binary file not shown.
Binary file not shown.
BIN
esp32c6/libbttestmode.a
Normal file
BIN
esp32c6/libbttestmode.a
Normal file
Binary file not shown.
BIN
esp32c6/libphy.a
BIN
esp32c6/libphy.a
Binary file not shown.
BIN
esp32c6/librfate.a
Normal file
BIN
esp32c6/librfate.a
Normal file
Binary file not shown.
BIN
esp32c6/librftest.a
Normal file
BIN
esp32c6/librftest.a
Normal file
Binary file not shown.
BIN
esp32s2/libphy.a
BIN
esp32s2/libphy.a
Binary file not shown.
BIN
esp32s2/librfate.a
Normal file
BIN
esp32s2/librfate.a
Normal file
Binary file not shown.
BIN
esp32s2/librftest.a
Normal file
BIN
esp32s2/librftest.a
Normal file
Binary file not shown.
@@ -45,11 +45,13 @@ for dir in esp32 esp32s2 esp32c3 esp32s3 esp32h2 esp32h4 esp32c2 esp32c6; do
|
|||||||
echo $dir/libphy.a fixed
|
echo $dir/libphy.a fixed
|
||||||
$TOOLCHAIN-objcopy --redefine-sym ets_printf=phy_printf libphy.a
|
$TOOLCHAIN-objcopy --redefine-sym ets_printf=phy_printf libphy.a
|
||||||
fi
|
fi
|
||||||
if [ $dir = esp32c3 ] || [ $dir = esp32s3 ]; then
|
if [ $dir = esp32c3 ] || [ $dir = esp32s3 ] || [ $dir = esp32c2 ] || [ $dir = esp32c6 ] || [ $dir = esp32s2 ]; then
|
||||||
git status libbttestmode.a | grep "modified\|new file" >/dev/null 2>&1
|
if [ $dir != esp32s2 ]; then
|
||||||
if [ $? -eq 0 ]; then
|
git status libbttestmode.a | grep "modified\|new file" >/dev/null 2>&1
|
||||||
echo $dir/libbttestmode.a fixed
|
if [ $? -eq 0 ]; then
|
||||||
$TOOLCHAIN-objcopy --redefine-sym ets_printf=phy_printf libbttestmode.a
|
echo $dir/libbttestmode.a fixed
|
||||||
|
$TOOLCHAIN-objcopy --redefine-sym ets_printf=phy_printf libbttestmode.a
|
||||||
|
fi
|
||||||
fi
|
fi
|
||||||
git status librfate.a | grep "modified\|new file" >/dev/null 2>&1
|
git status librfate.a | grep "modified\|new file" >/dev/null 2>&1
|
||||||
if [ $? -eq 0 ]; then
|
if [ $? -eq 0 ]; then
|
||||||
|
Reference in New Issue
Block a user