Skip to content

Commit

Permalink
Merge pull request #539 from gentooza/nano33ble
Browse files Browse the repository at this point in the history
fixed RAM memory layout for nano33ble
  • Loading branch information
jrvanwhy committed Mar 14, 2024
2 parents 43ab41d + 83077d7 commit 552ff2f
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 @@ -22,7 +22,7 @@ const PLATFORMS: &[(&str, &str, &str, &str, &str)] = &[
("raspberry_pi_pico" , "0x10040000", "256K" , "0x20012000", "192K" ),
("stm32f3discovery" , "0x08020000", "0x0020000", "0x20004000", "48K" ),
("stm32f412gdiscovery", "0x08030000", "256K" , "0x20004000", "112K" ),
("nano33ble" , "0x00050000", "704K" , "0x20000000", "256K" ),
("nano33ble" , "0x00050000", "704K" , "0x20005000", "240K" ),
];

/// Helper function to configure cargo to use suitable linker scripts for
Expand Down

0 comments on commit 552ff2f

Please sign in to comment.