Commit 7f2bdc21 authored by Dmitry Frank's avatar Dmitry Frank Committed by Cesanta Bot

Fix nRF51 compiler flag for GCC

PUBLISHED_FROM=f8b4e8650d72c2ec5525e0510fbc8a80f8645a14
parent 76bb35d5
...@@ -142,7 +142,7 @@ CFLAGS += -DCS_ENABLE_STDIO ...@@ -142,7 +142,7 @@ CFLAGS += -DCS_ENABLE_STDIO
CFLAGS += -DENABLE_DEBUG_LOG_SUPPORT CFLAGS += -DENABLE_DEBUG_LOG_SUPPORT
# Mongoose flags # Mongoose flags
CFLAGS += -DCS_PLATFORM=CS_P_NRF52 $(MG_FEATURES_TINY) -DMG_MODULE_LINES CFLAGS += -DCS_PLATFORM=CS_P_NRF51 $(MG_FEATURES_TINY) -DMG_MODULE_LINES
# keep every function in separate section. This will allow linker to dump unused functions # keep every function in separate section. This will allow linker to dump unused functions
LDFLAGS += -Xlinker -Map=$(LISTING_DIRECTORY)/$(OUTPUT_FILENAME).map LDFLAGS += -Xlinker -Map=$(LISTING_DIRECTORY)/$(OUTPUT_FILENAME).map
......
...@@ -103,6 +103,7 @@ ...@@ -103,6 +103,7 @@
/* Amalgamated: #include "common/platforms/platform_cc3200.h" */ /* Amalgamated: #include "common/platforms/platform_cc3200.h" */
/* Amalgamated: #include "common/platforms/platform_cc3100.h" */ /* Amalgamated: #include "common/platforms/platform_cc3100.h" */
/* Amalgamated: #include "common/platforms/platform_mbed.h" */ /* Amalgamated: #include "common/platforms/platform_mbed.h" */
/* Amalgamated: #include "common/platforms/platform_nrf51.h" */
/* Amalgamated: #include "common/platforms/platform_nrf52.h" */ /* Amalgamated: #include "common/platforms/platform_nrf52.h" */
/* Amalgamated: #include "common/platforms/platform_wince.h" */ /* Amalgamated: #include "common/platforms/platform_wince.h" */
/* Amalgamated: #include "common/platforms/platform_nxp_lpc.h" */ /* Amalgamated: #include "common/platforms/platform_nxp_lpc.h" */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment