Commit 14152e7
committed
nrf/main: Allocate executable memory when needed.
This commit lets the nRF port use the new
MICROPY_PERSISTENT_CODE_LOAD_NATIVE configuration entry.
The nRF 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 14ea6d7 commit 14152e7
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
368 | 368 | | |
369 | 369 | | |
370 | 370 | | |
371 | | - | |
| 371 | + | |
372 | 372 | | |
373 | 373 | | |
374 | 374 | | |
| |||
0 commit comments