Added unit tests!!

This commit is contained in:
Gabe Venberg 2023-10-28 22:01:36 -05:00
parent 501230e121
commit 3e29d8bc6a
15 changed files with 335 additions and 183 deletions

6
hardware_main/memory.x Normal file
View file

@ -0,0 +1,6 @@
MEMORY
{
/* NOTE K = KiBi = 1024 bytes */
FLASH : ORIGIN = 0x00000000, LENGTH = 256K
RAM : ORIGIN = 0x20000000, LENGTH = 16K
}