Tock V2 port - rebased and updated (#620)
* Changes from #580 * fixes USB cancel panic * style fixes * Update src/env/tock/storage.rs Co-authored-by: Zach Halvorsen <zhalvorsen@google.com> --------- Co-authored-by: Zach Halvorsen <zhalvorsen@google.com>
This commit is contained in:
@@ -6,16 +6,9 @@ MEMORY {
|
||||
/* The application region is 64 bytes (0x40) and we reserve 0x40000 at the end
|
||||
* of the flash for the persistent storage.
|
||||
*/
|
||||
FLASH (rx) : ORIGIN = 0x00040040, LENGTH = 0x0001FFC0
|
||||
SRAM (rwx) : ORIGIN = 0x20020000, LENGTH = 128K
|
||||
FLASH (X) : ORIGIN = 0x00040040, LENGTH = 0x0001FFC0
|
||||
RAM (W) : ORIGIN = 0x20020000, LENGTH = 128K
|
||||
}
|
||||
|
||||
/*
|
||||
* Any change to STACK_SIZE should be accompanied by a corresponding change to
|
||||
* `elf2tab`'s `--stack` option
|
||||
*/
|
||||
STACK_SIZE = 16384;
|
||||
|
||||
MPU_MIN_ALIGN = 8K;
|
||||
|
||||
INCLUDE layout.ld
|
||||
TBF_HEADER_SIZE = 0x60;
|
||||
INCLUDE libtock_layout.ld
|
||||
|
||||
Reference in New Issue
Block a user