mirror of
https://github.com/laanwj/k210-sdk-stuff.git
synced 2024-11-22 17:36:20 +04:00
667c051969
Add mandelbrot zoom demo, and move some things to shared crate. Switch to most recent k210-pac revision to fix fp issue.
9 lines
235 B
Plaintext
9 lines
235 B
Plaintext
INCLUDE memory-k210.x
|
|
|
|
REGION_ALIAS("REGION_TEXT", SRAM);
|
|
REGION_ALIAS("REGION_RODATA", SRAM);
|
|
REGION_ALIAS("REGION_DATA", SRAM);
|
|
REGION_ALIAS("REGION_BSS", SRAM);
|
|
REGION_ALIAS("REGION_HEAP", SRAM);
|
|
REGION_ALIAS("REGION_STACK", SRAM);
|