Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
M
mongoose
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
esp
mongoose
Commits
7f2bdc21
Commit
7f2bdc21
authored
8 years ago
by
Dmitry Frank
Committed by
Cesanta Bot
8 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix nRF51 compiler flag for GCC
PUBLISHED_FROM=f8b4e8650d72c2ec5525e0510fbc8a80f8645a14
parent
76bb35d5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
Makefile
examples/nRF51/http/boards/pca10028/armgcc/Makefile
+1
-1
mongoose.h
mongoose.h
+1
-0
No files found.
examples/nRF51/http/boards/pca10028/armgcc/Makefile
View file @
7f2bdc21
...
...
@@ -142,7 +142,7 @@ CFLAGS += -DCS_ENABLE_STDIO
CFLAGS
+=
-DENABLE_DEBUG_LOG_SUPPORT
# Mongoose flags
CFLAGS
+=
-DCS_PLATFORM
=
CS_P_NRF5
2
$(MG_FEATURES_TINY)
-DMG_MODULE_LINES
CFLAGS
+=
-DCS_PLATFORM
=
CS_P_NRF5
1
$(MG_FEATURES_TINY)
-DMG_MODULE_LINES
# keep every function in separate section. This will allow linker to dump unused functions
LDFLAGS
+=
-Xlinker
-Map
=
$(LISTING_DIRECTORY)
/
$(OUTPUT_FILENAME)
.map
...
...
This diff is collapsed.
Click to expand it.
mongoose.h
View file @
7f2bdc21
...
...
@@ -103,6 +103,7 @@
/* Amalgamated: #include "common/platforms/platform_cc3200.h" */
/* Amalgamated: #include "common/platforms/platform_cc3100.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_wince.h" */
/* Amalgamated: #include "common/platforms/platform_nxp_lpc.h" */
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment