Skip to content

Commit

Permalink
Merge pull request #527 from alistair23/alistair/address-bumps
Browse files Browse the repository at this point in the history
build_scripts: Update address layouts
  • Loading branch information
jrvanwhy committed Jan 10, 2024
2 parents 2ede4c9 + b7aaf8d commit 4d14230
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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", "0x10002000", "0x02000"),
("apollo3" , "0x00040000", "0x0060000", "0x10003000", "0x03000"),
("clue_nrf52840" , "0x00080000", "512K" , "0x20006000", "216K" ),
("esp32_c3_devkitm_1" , "0x403B0000", "0x0030000", "0x3FCA2000", "0x2E000"),
("hail" , "0x00030000", "0x0040000", "0x20008000", "62K" ),
Expand All @@ -18,7 +18,7 @@ const PLATFORMS: &[(&str, &str, &str, &str, &str)] = &[
("nrf52840" , "0x00040000", "768K" , "0x20008000", "56K" ),
("nucleo_f429zi" , "0x08040000", "255K" , "0x20004000", "112K" ),
("nucleo_f446re" , "0x08040000", "255K" , "0x20004000", "176K" ),
("opentitan" , "0x20030000", "32M" , "0x10005000", "512K" ),
("opentitan" , "0x20030000", "32M" , "0x10006000", "126K" ),
("raspberry_pi_pico" , "0x10040000", "256K" , "0x20012000", "192K" ),
("stm32f3discovery" , "0x08020000", "0x0020000", "0x20004000", "48K" ),
("stm32f412gdiscovery", "0x08030000", "256K" , "0x20004000", "112K" ),
Expand Down

0 comments on commit 4d14230

Please sign in to comment.