Added unit tests!!
This commit is contained in:
parent
501230e121
commit
3e29d8bc6a
15 changed files with 335 additions and 183 deletions
6
hardware_main/memory.x
Normal file
6
hardware_main/memory.x
Normal file
|
@ -0,0 +1,6 @@
|
|||
MEMORY
|
||||
{
|
||||
/* NOTE K = KiBi = 1024 bytes */
|
||||
FLASH : ORIGIN = 0x00000000, LENGTH = 256K
|
||||
RAM : ORIGIN = 0x20000000, LENGTH = 16K
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue