Experimental support for storing const strings in SPI flash or IRAM
As discussed in #11 Known limitations: - Only supports l8ui/l16ui - Unoptimised load routine - Not called from DoubleExceptionHandler but should be - Doesn't restore state properly when falling through to fatal exception handler
This commit is contained in:
parent
25e124a612
commit
bfd38cd1e2
3 changed files with 247 additions and 0 deletions
2
examples/experiments/unaligned_load/Makefile
Normal file
2
examples/experiments/unaligned_load/Makefile
Normal file
|
@ -0,0 +1,2 @@
|
|||
PROGRAM=unaligned_load
|
||||
include ../../../common.mk
|
Loading…
Add table
Add a link
Reference in a new issue