Commit 14ea6d7
committed
esp8266/modesp: Allocate executable memory when needed.
This commit lets the ESP8266 port use the new
MICROPY_PERSISTENT_CODE_LOAD_NATIVE configuration entry.
The ESP8266 port needs a special procedure to allocate memory used to
hold executable native code. This functionality was gated behind the
presence of a native emitter and thus its inclusion condition had to be
updated.
Signed-off-by: Alessandro Gatti <a.gatti@frob.it>1 parent ecf8873 commit 14ea6d7
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
234 | 234 | | |
235 | 235 | | |
236 | 236 | | |
237 | | - | |
| 237 | + | |
238 | 238 | | |
239 | 239 | | |
240 | 240 | | |
| |||
358 | 358 | | |
359 | 359 | | |
360 | 360 | | |
361 | | - | |
| 361 | + | |
362 | 362 | | |
363 | 363 | | |
364 | 364 | | |
| |||
0 commit comments