add librftest.a

This commit is contained in:
lixiaofan
2023-09-26 11:49:28 +08:00
parent a7a0481e34
commit f1d9b9b5cb
15 changed files with 7 additions and 5 deletions

Binary file not shown.

Binary file not shown.

BIN
esp32c2/libbttestmode.a Normal file

Binary file not shown.

Binary file not shown.

BIN
esp32c2/librfate.a Normal file

Binary file not shown.

BIN
esp32c2/librftest.a Normal file

Binary file not shown.

Binary file not shown.

BIN
esp32c6/libbttestmode.a Normal file

Binary file not shown.

Binary file not shown.

BIN
esp32c6/librfate.a Normal file

Binary file not shown.

BIN
esp32c6/librftest.a Normal file

Binary file not shown.

Binary file not shown.

BIN
esp32s2/librfate.a Normal file

Binary file not shown.

BIN
esp32s2/librftest.a Normal file

Binary file not shown.

View File

@@ -45,12 +45,14 @@ for dir in esp32 esp32s2 esp32c3 esp32s3 esp32h2 esp32h4 esp32c2 esp32c6; do
echo $dir/libphy.a fixed
$TOOLCHAIN-objcopy --redefine-sym ets_printf=phy_printf libphy.a
fi
if [ $dir = esp32c3 ] || [ $dir = esp32s3 ]; then
if [ $dir = esp32c3 ] || [ $dir = esp32s3 ] || [ $dir = esp32c2 ] || [ $dir = esp32c6 ] || [ $dir = esp32s2 ]; then
if [ $dir != esp32s2 ]; then
git status libbttestmode.a | grep "modified\|new file" >/dev/null 2>&1
if [ $? -eq 0 ]; then
echo $dir/libbttestmode.a fixed
$TOOLCHAIN-objcopy --redefine-sym ets_printf=phy_printf libbttestmode.a
fi
fi
git status librfate.a | grep "modified\|new file" >/dev/null 2>&1
if [ $? -eq 0 ]; then
echo $dir/librfate.a fixed