add zynq-rt

This commit is contained in:
2025-02-20 22:55:58 +01:00
parent 5044425a9a
commit 21d618172b
11 changed files with 463 additions and 8 deletions

View File

@ -2,8 +2,7 @@
MEMORY
{
/* Zedboard: 512 MB DDR3. */
DDR(rx) : ORIGIN = 0x00100000, LENGTH = 512M
CODE(rx) : ORIGIN = 0x00100000, LENGTH = 512M
}
_STACK_SIZE = 8M
_HEAP_SIZE = 64M
REGION_ALIAS("DATA", CODE);