mirror of
https://github.com/espressif/esp32-wifi-lib.git
synced 2025-05-20 08:26:13 +08:00
esp_wifi: separate coex lib from wifi lib (2056f495)
This commit is contained in:
@ -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.
BIN
esp32/libcore.a
BIN
esp32/libcore.a
Binary file not shown.
Binary file not shown.
BIN
esp32/libmesh.a
BIN
esp32/libmesh.a
Binary file not shown.
Binary file not shown.
BIN
esp32/libpp.a
BIN
esp32/libpp.a
Binary file not shown.
Binary file not shown.
BIN
esp32/libwapi.a
BIN
esp32/libwapi.a
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
esp32c2/libpp.a
BIN
esp32c2/libpp.a
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.
BIN
esp32c3/libpp.a
BIN
esp32c3/libpp.a
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.
BIN
esp32c6/libpp.a
BIN
esp32c6/libpp.a
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.
BIN
esp32s2/libpp.a
BIN
esp32s2/libpp.a
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.
BIN
esp32s3/libpp.a
BIN
esp32s3/libpp.a
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -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
|
||||
|
Reference in New Issue
Block a user