mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-12 06:53:40 +00:00
make spellfix (+ manual tweak)
This commit is contained in:
+1
-1
@@ -6,7 +6,7 @@ MEMORY
|
||||
/* RAM consists of 8 banks, SRAM0..SRAM7 with striped mapping. */
|
||||
SRAM : ORIGIN = 0x20000000, LENGTH = 512k
|
||||
/* Banks 8 and 9 use direct mapping which can be
|
||||
specailized for applications where predictable access time is beneficial.
|
||||
specialized for applications where predictable access time is beneficial.
|
||||
i.e: Separate stacks for core0 and core1. */
|
||||
SRAM4 : ORIGIN = 0x20080000, LENGTH = 4k
|
||||
SRAM5 : ORIGIN = 0x20081000, LENGTH = 4k
|
||||
|
||||
Reference in New Issue
Block a user