Skip to content

Commit

Permalink
Merge pull request tock#522 from twilfredo/wilfred/fixup-nrf52-flash
Browse files Browse the repository at this point in the history
build_scripts: nrf52840: update layout
  • Loading branch information
jrvanwhy authored Nov 10, 2023
2 parents d46a146 + 57d0c23 commit db9bb17
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 @@ -15,7 +15,7 @@ const PLATFORMS: &[(&str, &str, &str, &str, &str)] = &[
("msp432" , "0x00020000", "0x0020000", "0x20004000", "0x02000"),
("nano_rp2040_connect", "0x10020000", "256K" , "0x20004000", "248K" ),
("nrf52" , "0x00030000", "0x0060000", "0x20004000", "62K" ),
("nrf52840" , "0x00030000", "0x00D0000", "0x20008000", "46K" ),
("nrf52840" , "0x00040000", "768K" , "0x20008000", "56K" ),
("nucleo_f429zi" , "0x08040000", "255K" , "0x20004000", "112K" ),
("nucleo_f446re" , "0x08040000", "255K" , "0x20004000", "176K" ),
("opentitan" , "0x20030000", "32M" , "0x10005000", "512K" ),
Expand Down

0 comments on commit db9bb17

Please sign in to comment.