Skip to content

Commit 2f113fe

Browse files
teetak01LiyouZhou
authored andcommitted
Support for NUCLEO_F411RE (ARMmbed#114)
* Support for NUCLEO_F411RE in release script * Update SD-driver to latest version to support F411RE
1 parent e26780b commit 2f113fe

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

scripts/make_release.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@
2727
"NRF52_DK": 0,
2828
"NUCLEO_F429ZI": 0x08000000,
2929
"UBLOX_EVK_ODIN_W2": 0x08000000,
30-
"UBLOX_C030_U201": 0x08000000
30+
"UBLOX_C030_U201": 0x08000000,
31+
"NUCLEO_F411RE": 0x08000000
3132
}
3233
# format: "config_name": ("config_file_name", "storage-option", "rot-option")
3334
bootloader_configs = {
@@ -54,6 +55,7 @@
5455
("K64F", "internal_flash_fake_rot"),
5556
("NUCLEO_F429ZI", "default"),
5657
("UBLOX_EVK_ODIN_W2", "default"),
58+
("NUCLEO_F411RE", "default"),
5759
("UBLOX_C030_U201", "default"),
5860
("NRF52_DK", "nrf52_block_device_fake_rot"),
5961
("NRF52_DK", "nrf52_internal_flash_fake_rot")

sd-driver.lib

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
https://github.com/ARMmbed/sd-driver/#48bdc8821bbfd9689a647204fdb256723ce46c04
1+
https://github.com/ARMmbed/sd-driver/#f1bb57ae79bde0743dba046415e86b3201fd8fcf

0 commit comments

Comments
 (0)