diff --git a/esp32/libphy.a b/esp32/libphy.a index ab87596..7670299 100644 Binary files a/esp32/libphy.a and b/esp32/libphy.a differ diff --git a/esp32c2/libbtbb.a b/esp32c2/libbtbb.a index c0d3a26..bdff8ab 100644 Binary files a/esp32c2/libbtbb.a and b/esp32c2/libbtbb.a differ diff --git a/esp32c2/libbttestmode.a b/esp32c2/libbttestmode.a new file mode 100644 index 0000000..0d13b1d Binary files /dev/null and b/esp32c2/libbttestmode.a differ diff --git a/esp32c2/libphy.a b/esp32c2/libphy.a index eafb8c5..7c6d154 100644 Binary files a/esp32c2/libphy.a and b/esp32c2/libphy.a differ diff --git a/esp32c2/librfate.a b/esp32c2/librfate.a new file mode 100644 index 0000000..56cae9d Binary files /dev/null and b/esp32c2/librfate.a differ diff --git a/esp32c2/librftest.a b/esp32c2/librftest.a new file mode 100644 index 0000000..d205376 Binary files /dev/null and b/esp32c2/librftest.a differ diff --git a/esp32c6/libbtbb.a b/esp32c6/libbtbb.a index 760c5ab..e69facb 100644 Binary files a/esp32c6/libbtbb.a and b/esp32c6/libbtbb.a differ diff --git a/esp32c6/libbttestmode.a b/esp32c6/libbttestmode.a new file mode 100644 index 0000000..ce4e1c6 Binary files /dev/null and b/esp32c6/libbttestmode.a differ diff --git a/esp32c6/libphy.a b/esp32c6/libphy.a index be6e265..5ff8a33 100644 Binary files a/esp32c6/libphy.a and b/esp32c6/libphy.a differ diff --git a/esp32c6/librfate.a b/esp32c6/librfate.a new file mode 100644 index 0000000..dfd47dd Binary files /dev/null and b/esp32c6/librfate.a differ diff --git a/esp32c6/librftest.a b/esp32c6/librftest.a new file mode 100644 index 0000000..9ef8266 Binary files /dev/null and b/esp32c6/librftest.a differ diff --git a/esp32s2/libphy.a b/esp32s2/libphy.a index 592f671..33184ed 100644 Binary files a/esp32s2/libphy.a and b/esp32s2/libphy.a differ diff --git a/esp32s2/librfate.a b/esp32s2/librfate.a new file mode 100644 index 0000000..fabcef8 Binary files /dev/null and b/esp32s2/librfate.a differ diff --git a/esp32s2/librftest.a b/esp32s2/librftest.a new file mode 100644 index 0000000..fb34f0c Binary files /dev/null and b/esp32s2/librftest.a differ diff --git a/fix_printf.sh b/fix_printf.sh index 6cfc88e..fb02bc7 100755 --- a/fix_printf.sh +++ b/fix_printf.sh @@ -45,11 +45,13 @@ 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 - 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 + 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