Skip to content

Commit 334c802

Browse files
author
Johnathan Van Why
authored
Merge pull request #529 from twilfredo/wilfred/update-nrf52840-layout
build_scripts: nrf52840: bump ram size used for app
2 parents 089f5c6 + 4f7dbb6 commit 334c802

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
@@ -15,7 +15,7 @@ const PLATFORMS: &[(&str, &str, &str, &str, &str)] = &[
1515
("msp432" , "0x00020000", "0x0020000", "0x20004000", "0x02000"),
1616
("nano_rp2040_connect", "0x10020000", "256K" , "0x20004000", "248K" ),
1717
("nrf52" , "0x00030000", "0x0060000", "0x20004000", "62K" ),
18-
("nrf52840" , "0x00040000", "768K" , "0x20008000", "56K" ),
18+
("nrf52840" , "0x00040000", "768K" , "0x20010000", "128k" ),
1919
("nucleo_f429zi" , "0x08040000", "255K" , "0x20004000", "112K" ),
2020
("nucleo_f446re" , "0x08040000", "255K" , "0x20004000", "176K" ),
2121
("opentitan" , "0x20030000", "32M" , "0x10006000", "126K" ),

0 commit comments

Comments
 (0)