Changed around everything to make use of sdk 0.9.4. CODE IS STILL BROKEN!

This commit is contained in:
Jeroen Domburg
2014-12-22 17:50:02 +01:00
parent 7df9b2bcdb
commit e56fdc4d6a
62 changed files with 10 additions and 11021 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ LIBS = c gcc hal phy pp net80211 wpa main lwip
# compiler flags using during compilation of source files
CFLAGS = -Os -ggdb -std=c99 -Werror -Wpointer-arith -Wundef -Wall -Wl,-EL -fno-inline-functions \
-nostdlib -mlongcalls -mtext-section-literals -D__ets__ -DICACHE_FLASH \
-DLWIP_OPEN_SRC -Wno-address
-Wno-address
# linker flags used to generate the main object file
LDFLAGS = -nostdlib -Wl,--no-check-sections -u call_user_start -Wl,-static -L$(SDK_EXTRA_LIBS)