Nano S release

Build for Blue SDK 1.2 / Nano S 1.0 release
Nano S UI
This commit is contained in:
BTChip
2016-07-31 09:36:00 +02:00
parent f6e6286c4d
commit 04deca3dad
28 changed files with 639 additions and 6625 deletions

View File

@@ -25,11 +25,11 @@ MEMORY
DISCARD (rwx) : ORIGIN = 0xd0000000, LENGTH = 1M
FLASH (rx) : ORIGIN = 0xc0d00000, LENGTH = 400K
SRAM (rwx) : ORIGIN = 0x20001800, LENGTH = 6K
SRAM (rwx) : ORIGIN = 0x20001800, LENGTH = 4K
}
PAGE_SIZE = 256;
STACK_SIZE = 2048;
STACK_SIZE = 512;
END_STACK = ORIGIN(SRAM) + LENGTH(SRAM);
SECTIONS