aboutsummaryrefslogtreecommitdiff
path: root/examples/rp235x/memory.x
diff options
context:
space:
mode:
author1-rafael-1 <[email protected]>2025-09-15 20:07:18 +0200
committer1-rafael-1 <[email protected]>2025-09-15 20:07:18 +0200
commit6bb3d2c0720fa082f27d3cdb70f516058497ec87 (patch)
tree5a1e255cff999b00800f203b91a759c720c973e5 /examples/rp235x/memory.x
parenteb685574601d98c44faed9a3534d056199b46e20 (diff)
parent92a6fd2946f2cbb15359290f68aa360953da2ff7 (diff)
Merge branch 'main' into rp2040-rtc-alarm
Diffstat (limited to 'examples/rp235x/memory.x')
-rw-r--r--examples/rp235x/memory.x4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/rp235x/memory.x b/examples/rp235x/memory.x
index c803896f6..4382e2065 100644
--- a/examples/rp235x/memory.x
+++ b/examples/rp235x/memory.x
@@ -17,8 +17,8 @@ MEMORY {
17 * of access times. 17 * of access times.
18 * Example: Separate stacks for core0 and core1. 18 * Example: Separate stacks for core0 and core1.
19 */ 19 */
20 SRAM4 : ORIGIN = 0x20080000, LENGTH = 4K 20 SRAM8 : ORIGIN = 0x20080000, LENGTH = 4K
21 SRAM5 : ORIGIN = 0x20081000, LENGTH = 4K 21 SRAM9 : ORIGIN = 0x20081000, LENGTH = 4K
22} 22}
23 23
24SECTIONS { 24SECTIONS {