Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 3ddfa2d

Browse files
committedNov 23, 2014
Updated to SDK 0.9.3 (removed upgrade lib this is not needed
1 parent a59a99b commit 3ddfa2d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed
 

‎basic_example/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ MODULES = driver user
2929
EXTRA_INCDIR = include /opt/Espressif/include
3030

3131
# libraries used in this project, mainly provided by the SDK
32-
LIBS = c gcc hal phy net80211 lwip wpa upgrade upgrade_ssl main
32+
LIBS = c gcc hal pp phy net80211 lwip wpa main
3333

3434
# compiler flags using during compilation of source files
3535
CFLAGS = -Os -g -O2 -Wpointer-arith -Wundef -Werror -Wl,-EL -fno-inline-functions -nostdlib -mlongcalls -mtext-section-literals -D__ets__ -DICACHE_FLASH

‎blinky/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ MODULES = driver user
2929
EXTRA_INCDIR = include /opt/Espressif/include
3030

3131
# libraries used in this project, mainly provided by the SDK
32-
LIBS = c gcc hal phy net80211 lwip wpa upgrade upgrade_ssl main
32+
LIBS = c gcc hal pp phy net80211 lwip wpa main
3333

3434
# compiler flags using during compilation of source files
3535
CFLAGS = -Os -g -O2 -Wpointer-arith -Wundef -Werror -Wl,-EL -fno-inline-functions -nostdlib -mlongcalls -mtext-section-literals -D__ets__ -DICACHE_FLASH

‎example.Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#
66
# This make file still needs some work.
77
#
8-
# Updated for SDK 0.9.2
8+
# Updated for SDK 0.9.3
99
#
1010
# Output directors to store intermediate compiled files
1111
# relative to the project directory
@@ -30,7 +30,7 @@ MODULES = driver user
3030
EXTRA_INCDIR = include /opt/Espressif/include
3131

3232
# libraries used in this project, mainly provided by the SDK
33-
LIBS = c gcc hal phy net80211 lwip wpa upgrade upgrade_ssl main
33+
LIBS = c gcc hal pp phy net80211 lwip wpa main
3434

3535
# compiler flags using during compilation of source files
3636
CFLAGS = -Os -g -O2 -Wpointer-arith -Wundef -Werror -Wl,-EL -fno-inline-functions -nostdlib -mlongcalls -mtext-section-literals -D__ets__ -DICACHE_FLASH

0 commit comments

Comments
 (0)
Please sign in to comment.