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
53f34dea
Commit
53f34dea
authored
6 years ago
by
Deomid Ryabkov
Committed by
Cesanta Bot
6 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix TZ on ESP8266
CL: Fix TZ on ESP8266 PUBLISHED_FROM=435a501a8b52524bccb67bb5a8ae7e09dfb4d44a
parent
7014258c
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
9 deletions
+1
-9
mongoose.h
mongoose.h
+0
-4
common.mk
src/common/platforms/esp8266/common.mk
+1
-1
platform_esp8266.h
src/common/platforms/platform_esp8266.h
+0
-4
No files found.
mongoose.h
View file @
53f34dea
...
@@ -603,10 +603,6 @@ typedef struct stat cs_stat_t;
...
@@ -603,10 +603,6 @@ typedef struct stat cs_stat_t;
#define __cdecl
#define __cdecl
#define _FILE_OFFSET_BITS 32
#define _FILE_OFFSET_BITS 32
#if !defined(RTOS_SDK) && !defined(__cplusplus)
#define fileno(x) -1
#endif
#define MG_LWIP 1
#define MG_LWIP 1
/* struct timeval is defined in sys/time.h. */
/* struct timeval is defined in sys/time.h. */
...
...
This diff is collapsed.
Click to expand it.
src/common/platforms/esp8266/common.mk
View file @
53f34dea
...
@@ -68,7 +68,7 @@ C_CXX_FLAGS = -W -Wall -Werror -Wundef -Wno-comment -Wno-variadic-macros -Wpoin
...
@@ -68,7 +68,7 @@ C_CXX_FLAGS = -W -Wall -Werror -Wundef -Wno-comment -Wno-variadic-macros -Wpoin
-DCS_PLATFORM=3 \
-DCS_PLATFORM=3 \
-ffunction-sections -fdata-sections
-ffunction-sections -fdata-sections
CFLAGS = -std=
c
99 $(C_CXX_FLAGS)
CFLAGS = -std=
gnu
99 $(C_CXX_FLAGS)
CXXFLAGS = -std=gnu++11 -fno-exceptions $(C_CXX_FLAGS)
CXXFLAGS = -std=gnu++11 -fno-exceptions $(C_CXX_FLAGS)
# linker flags used to generate the main object file
# linker flags used to generate the main object file
...
...
This diff is collapsed.
Click to expand it.
src/common/platforms/platform_esp8266.h
View file @
53f34dea
...
@@ -42,10 +42,6 @@ typedef struct stat cs_stat_t;
...
@@ -42,10 +42,6 @@ typedef struct stat cs_stat_t;
#define __cdecl
#define __cdecl
#define _FILE_OFFSET_BITS 32
#define _FILE_OFFSET_BITS 32
#if !defined(RTOS_SDK) && !defined(__cplusplus)
#define fileno(x) -1
#endif
#define MG_LWIP 1
#define MG_LWIP 1
/* struct timeval is defined in sys/time.h. */
/* struct timeval is defined in sys/time.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