We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 089f5c6 + 4f7dbb6 commit 334c802Copy full SHA for 334c802
build_scripts/src/lib.rs
@@ -15,7 +15,7 @@ const PLATFORMS: &[(&str, &str, &str, &str, &str)] = &[
15
("msp432" , "0x00020000", "0x0020000", "0x20004000", "0x02000"),
16
("nano_rp2040_connect", "0x10020000", "256K" , "0x20004000", "248K" ),
17
("nrf52" , "0x00030000", "0x0060000", "0x20004000", "62K" ),
18
- ("nrf52840" , "0x00040000", "768K" , "0x20008000", "56K" ),
+ ("nrf52840" , "0x00040000", "768K" , "0x20010000", "128k" ),
19
("nucleo_f429zi" , "0x08040000", "255K" , "0x20004000", "112K" ),
20
("nucleo_f446re" , "0x08040000", "255K" , "0x20004000", "176K" ),
21
("opentitan" , "0x20030000", "32M" , "0x10006000", "126K" ),
0 commit comments