esp_wifi: separate coex lib from wifi lib (2056f495)

This commit is contained in:
liuning
2023-02-24 20:01:48 +08:00
parent 7e1c6ef8bf
commit adf9880a99
48 changed files with 0 additions and 8 deletions

View File

@ -30,7 +30,6 @@ check_lib_reversion:
- GIT_COMMIT_ID=`git log --pretty="%s" -1 | grep -o '([0-9a-f]*)' | tail -1 | cut -c 2-8`
- echo "GIT_COMMIT_ID is "$GIT_COMMIT_ID
- test $(echo -n $GIT_COMMIT_ID | wc -c) -eq 7
- for dir in esp32 esp32s2 esp32s3 esp32c3 esp32c2 esp32c6; do grep $GIT_COMMIT_ID $dir/libcoexist.a; done;
- for dir in esp32 esp32s2 esp32s3 esp32c3 esp32c2 esp32c6; do grep $GIT_COMMIT_ID $dir/libcore.a; done;
- for dir in esp32 esp32s2 esp32s3 esp32c3 esp32c2 esp32c6; do grep $GIT_COMMIT_ID $dir/libespnow.a; done;
- for dir in esp32 esp32s2 esp32s3 esp32c3 esp32c6; do grep $GIT_COMMIT_ID $dir/libmesh.a; done;

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -48,13 +48,6 @@ for dir in esp32 esp32s2 esp32c3 esp32s3 esp32c2 esp32c6; do
$TOOLCHAIN-objcopy --redefine-sym ets_printf=core_printf libcore.a
fi
git status libcoexist.a | grep "modified" >/dev/null 2>&1
if [ $? -eq 0 ]; then
echo $dir/libcoexist.a fixed
$TOOLCHAIN-objcopy --redefine-sym ets_printf=coexist_printf libcoexist.a
$TOOLCHAIN-objcopy --redefine-sym printf=coexist_printf libcoexist.a
fi
git status libespnow.a | grep "modified" >/dev/null 2>&1
if [ $? -eq 0 ]; then
echo $dir/libespnow.a fixed