File tree Expand file tree Collapse file tree 4 files changed +10
-0
lines changed Expand file tree Collapse file tree 4 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 4646// Create a string definition for the TARGET
4747#define STRING_ARG (arg ) #arg
4848#define STRING_NAME (name ) STRING_ARG(name)
49+ #if MBED_VERSION && MBED_VERSION < 51200
4950#define TARGET_NAME STRING_NAME(TARGET)
51+ #endif
5052
5153// Define which revisions of the IP we are using
5254#ifndef TARGET_REV
Original file line number Diff line number Diff line change 4343// Create a string definition for the TARGET
4444#define STRING_ARG (arg ) #arg
4545#define STRING_NAME (name ) STRING_ARG(name)
46+ #if MBED_VERSION && MBED_VERSION < 51200
4647#define TARGET_NAME STRING_NAME(TARGET)
48+ #endif
4749
4850// Define which revisions of the IP we are using
4951#ifndef TARGET_REV
Original file line number Diff line number Diff line change 4646// Create a string definition for the TARGET
4747#define STRING_ARG (arg ) #arg
4848#define STRING_NAME (name ) STRING_ARG(name)
49+ #if MBED_VERSION && MBED_VERSION < 51200
4950#define TARGET_NAME STRING_NAME(TARGET)
51+ #endif
5052
5153// Define which revisions of the IP we are using
5254#ifndef TARGET_REV
Original file line number Diff line number Diff line change 45684568 " IAR" ,
45694569 " ARM"
45704570 ],
4571+ "features_add" : [
4572+ " STORAGE"
4573+ ],
45714574 "device_has" : [
45724575 " ANALOGIN" ,
45734576 " I2C" ,
45774580 " PORTINOUT" ,
45784581 " PORTOUT" ,
45794582 " PWMOUT" ,
4583+ " SD" ,
45804584 " SERIAL" ,
45814585 " SERIAL_FC" ,
45824586 " SPI" ,
You can’t perform that action at this time.
0 commit comments