Skip to content

Commit a9dfa0c

Browse files
authored
Define SD and STORAGE for the MAX32630FTHR
MAX32630FTHR has an on-board uSD slot, but targets.json did not contain info about this until now. Handling it in targets.json is a better idea than doing it via mbed_app.json as most people can not figure out how to do that.
1 parent ad40b1b commit a9dfa0c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

targets/targets.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4568,6 +4568,9 @@
45684568
"IAR",
45694569
"ARM"
45704570
],
4571+
"features_add": [
4572+
"STORAGE"
4573+
],
45714574
"device_has": [
45724575
"ANALOGIN",
45734576
"I2C",
@@ -4577,6 +4580,7 @@
45774580
"PORTINOUT",
45784581
"PORTOUT",
45794582
"PWMOUT",
4583+
"SD",
45804584
"SERIAL",
45814585
"SERIAL_FC",
45824586
"SPI",

0 commit comments

Comments
 (0)