Skip to content

Commit 4f7dbb6

Browse files
committed
build_scripts: nrf52: bump ram size used for app
This allows apps that use a heap (global allocator) to allocate a larger heap pool without the linker complaining. Signed-off-by: Wilfred Mallawa <wilfred.mallawa@wdc.com>
1 parent 089f5c6 commit 4f7dbb6

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)