Skip to content

Commit

Permalink
Merge pull request #549 from alistair23/alistair/apollo3-flash
Browse files Browse the repository at this point in the history
build_scripts: Allow us to use all of the flash allocated by the kernel
  • Loading branch information
alevy authored Jun 16, 2024
2 parents 4b7cba1 + e288550 commit 902aeb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_scripts/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#[rustfmt::skip]
const PLATFORMS: &[(&str, &str, &str, &str, &str)] = &[
// Name | Flash start | Flash len | RAM start | RAM length
("apollo3" , "0x00040000", "0x0060000", "0x10004000", "0x03000"),
("apollo3" , "0x00040000", "0x00BE000", "0x10004000", "0x03000"),
("clue_nrf52840" , "0x00080000", "512K" , "0x20006000", "216K" ),
("esp32_c3_devkitm_1" , "0x403B0000", "0x0030000", "0x3FCA2000", "0x2E000"),
("hail" , "0x00030000", "0x0040000", "0x20008000", "62K" ),
Expand Down

0 comments on commit 902aeb2

Please sign in to comment.