Skip to content

Commit

Permalink
Merge pull request #529 from twilfredo/wilfred/update-nrf52840-layout
Browse files Browse the repository at this point in the history
build_scripts: nrf52840: bump ram size used for app
  • Loading branch information
jrvanwhy authored Jan 12, 2024
2 parents 089f5c6 + 4f7dbb6 commit 334c802
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" , "0x00040000", "768K" , "0x20008000", "56K" ),
("nrf52840" , "0x00040000", "768K" , "0x20010000", "128k" ),
("nucleo_f429zi" , "0x08040000", "255K" , "0x20004000", "112K" ),
("nucleo_f446re" , "0x08040000", "255K" , "0x20004000", "176K" ),
("opentitan" , "0x20030000", "32M" , "0x10006000", "126K" ),
Expand Down

0 comments on commit 334c802

Please sign in to comment.