Skip to content

Commit 779a216

Browse files
committed
update to SDK:3.0.0-dev(c0f7b44)
note: STA is not working anymore with SDK-3.0.0-dev(*)
1 parent 1db228e commit 779a216

File tree

12 files changed

+3
-1
lines changed

12 files changed

+3
-1
lines changed

tools/sdk/lib/fix_sdk_libs.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
#!/bin/bash
22
set -e
33

4+
export PATH=../../xtensa-lx106-elf/bin/:$PATH
5+
46
# Remove mem_manager.o from libmain.a to use custom heap implementation,
57
# and time.o to fix redefinition of time-related functions:
68
xtensa-lx106-elf-ar d libmain.a mem_manager.o

tools/sdk/lib/libat.a

100644100755
7.86 KB
Binary file not shown.

tools/sdk/lib/libcrypto.a

12 Bytes
Binary file not shown.

tools/sdk/lib/libmain.a

2.65 KB
Binary file not shown.

tools/sdk/lib/libnet80211.a

4 Bytes
Binary file not shown.

tools/sdk/lib/libpp.a

2.47 KB
Binary file not shown.

tools/sdk/lib/libssl.a

100644100755
20 Bytes
Binary file not shown.

tools/sdk/lib/libupgrade.a

100644100755
616 Bytes
Binary file not shown.

tools/sdk/lib/libwpa.a

32 Bytes
Binary file not shown.

tools/sdk/lib/libwpa2.a

140 Bytes
Binary file not shown.

tools/sdk/lib/libwps.a

32 Bytes
Binary file not shown.

tools/sdk/version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v2.2.0-16-g236b6d0
1+
v2.2.0-28-g89920dc

0 commit comments

Comments
 (0)