Skip to content

Commit e3b6311

Browse files
authored
Merge pull request #547 from alistair23/alistair/layout
build_scripts: Update the Apollo3 memory layout
2 parents 4472109 + af0326e commit e3b6311

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_scripts/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#[rustfmt::skip]
55
const PLATFORMS: &[(&str, &str, &str, &str, &str)] = &[
66
// Name | Flash start | Flash len | RAM start | RAM length
7-
("apollo3" , "0x00040000", "0x0060000", "0x10003000", "0x03000"),
7+
("apollo3" , "0x00040000", "0x0060000", "0x10004000", "0x03000"),
88
("clue_nrf52840" , "0x00080000", "512K" , "0x20006000", "216K" ),
99
("esp32_c3_devkitm_1" , "0x403B0000", "0x0030000", "0x3FCA2000", "0x2E000"),
1010
("hail" , "0x00030000", "0x0040000", "0x20008000", "62K" ),

0 commit comments

Comments
 (0)