2015-10-01 15:14:50 +10:00
|
|
|
#ifndef _SECTIONS_H_
|
|
|
|
#define _SECTIONS_H_
|
|
|
|
|
2016-12-02 00:14:20 +03:00
|
|
|
#define TEXT_SECTION_ATTR __attribute__((section(".iram0.text")))
|
|
|
|
#define RAM_CONST_SECTION_ATTR __attribute((section(".rodata.dram")))
|
2015-10-01 15:14:50 +10:00
|
|
|
|
|
|
|
#endif
|