Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
Nodemcu Firmware
Commits
cc220d92
Commit
cc220d92
authored
Oct 01, 2015
by
Johny Mattsson
Browse files
Moved TEXT_SECTION_ATTR macro to its own header.
parent
8dff84e0
Changes
3
Hide whitespace changes
Inline
Side-by-side
app/include/rtc/rtctime.h
View file @
cc220d92
...
@@ -39,6 +39,7 @@
...
@@ -39,6 +39,7 @@
*/
*/
#include <c_types.h>
#include <c_types.h>
#include "sections.h"
#ifndef _RTCTIME_INTERNAL_H_
#ifndef _RTCTIME_INTERNAL_H_
struct
rtc_timeval
struct
rtc_timeval
...
...
app/include/sections.h
0 → 100644
View file @
cc220d92
#ifndef _SECTIONS_H_
#define _SECTIONS_H_
#define TEXT_SECTION_ATTR __attribute__((section(".text")))
#endif
app/user/user_exceptions.h
View file @
cc220d92
#include "
c_type
s.h"
#include "
section
s.h"
#include "rom.h"
#include "rom.h"
#include <xtensa/corebits.h>
#include <xtensa/corebits.h>
...
...
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