beginning of refactoring

This commit is contained in:
J / Jacob Babich
2022-04-14 18:41:42 -04:00
parent f63bfee140
commit 87cd68d12b
9 changed files with 504 additions and 557 deletions

View File

@@ -1,8 +1,6 @@
MEMORY
{
/* NOTE 1 K = 1 KiBi = 1024 bytes */
/* TODO Adjust these memory regions to match your device memory layout */
/* These values correspond to the LM3S6965, one of the few devices QEMU can emulate */
FLASH : ORIGIN = 0x00000000, LENGTH = 256K
RAM : ORIGIN = 0x20000000, LENGTH = 32K
}