init commit

This commit is contained in:
2025-02-19 11:00:04 +01:00
commit 5044425a9a
7 changed files with 333 additions and 0 deletions

9
memory.x Normal file
View File

@ -0,0 +1,9 @@
MEMORY
{
/* Zedboard: 512 MB DDR3. */
DDR(rx) : ORIGIN = 0x00100000, LENGTH = 512M
}
_STACK_SIZE = 8M
_HEAP_SIZE = 64M