Commit 7d23620
committed
extmod: Place lwIP memory in a dedicated section.
Place lwIP memory in its own section to allow to relocating it via
the linker script. If this section is not defined this falls through
to .bss. This macro also aligns the memory without adding trailing
padding bytes. See comments in src/include/lwip/arch.h
Signed-off-by: iabdalkader <i.abdalkader@gmail.com>1 parent cd4fb3a commit 7d23620
1 file changed
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
112 | 117 | | |
113 | 118 | | |
114 | 119 | | |
0 commit comments