Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions targets/TARGET_Maxim/TARGET_MAX32620C/device/mxc_device.h
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,9 @@
// Create a string definition for the TARGET
#define STRING_ARG(arg) #arg
#define STRING_NAME(name) STRING_ARG(name)
#if MBED_VERSION && MBED_VERSION < 51200
#define TARGET_NAME STRING_NAME(TARGET)
#endif

// Define which revisions of the IP we are using
#ifndef TARGET_REV
Expand Down
2 changes: 2 additions & 0 deletions targets/TARGET_Maxim/TARGET_MAX32625/device/mxc_device.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,9 @@
// Create a string definition for the TARGET
#define STRING_ARG(arg) #arg
#define STRING_NAME(name) STRING_ARG(name)
#if MBED_VERSION && MBED_VERSION < 51200
#define TARGET_NAME STRING_NAME(TARGET)
#endif

// Define which revisions of the IP we are using
#ifndef TARGET_REV
Expand Down
2 changes: 2 additions & 0 deletions targets/TARGET_Maxim/TARGET_MAX32630/device/mxc_device.h
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,9 @@
// Create a string definition for the TARGET
#define STRING_ARG(arg) #arg
#define STRING_NAME(name) STRING_ARG(name)
#if MBED_VERSION && MBED_VERSION < 51200
#define TARGET_NAME STRING_NAME(TARGET)
#endif

// Define which revisions of the IP we are using
#ifndef TARGET_REV
Expand Down
4 changes: 4 additions & 0 deletions targets/targets.json
Original file line number Diff line number Diff line change
Expand Up @@ -4568,6 +4568,9 @@
"IAR",
"ARM"
],
"features_add": [
"STORAGE"
],
"device_has": [
"ANALOGIN",
"I2C",
Expand All @@ -4577,6 +4580,7 @@
"PORTINOUT",
"PORTOUT",
"PWMOUT",
"SD",
"SERIAL",
"SERIAL_FC",
"SPI",
Expand Down