adding nrf5x freertos example

This commit is contained in:
hathach
2018-08-22 19:13:29 +07:00
parent 7b35cd0203
commit 5d36519315
16 changed files with 25587 additions and 0 deletions
@@ -0,0 +1,5 @@
<!DOCTYPE Board_Memory_Definition_File>
<root name="nRF52840_xxAA">
<MemorySegment name="FLASH" start="0x00000000" size="0x00100000" access="ReadOnly" />
<MemorySegment name="RAM" start="0x20000000" size="0x00040000" access="Read/Write" />
</root>