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 46
46
// Create a string definition for the TARGET
47
47
#define STRING_ARG (arg ) #arg
48
48
#define STRING_NAME (name ) STRING_ARG(name)
49
+ #if MBED_VERSION && MBED_VERSION < 51200
49
50
#define TARGET_NAME STRING_NAME(TARGET)
51
+ #endif
50
52
51
53
// Define which revisions of the IP we are using
52
54
#ifndef TARGET_REV
Original file line number Diff line number Diff line change 43
43
// Create a string definition for the TARGET
44
44
#define STRING_ARG (arg ) #arg
45
45
#define STRING_NAME (name ) STRING_ARG(name)
46
+ #if MBED_VERSION && MBED_VERSION < 51200
46
47
#define TARGET_NAME STRING_NAME(TARGET)
48
+ #endif
47
49
48
50
// Define which revisions of the IP we are using
49
51
#ifndef TARGET_REV
Original file line number Diff line number Diff line change 46
46
// Create a string definition for the TARGET
47
47
#define STRING_ARG (arg ) #arg
48
48
#define STRING_NAME (name ) STRING_ARG(name)
49
+ #if MBED_VERSION && MBED_VERSION < 51200
49
50
#define TARGET_NAME STRING_NAME(TARGET)
51
+ #endif
50
52
51
53
// Define which revisions of the IP we are using
52
54
#ifndef TARGET_REV
Original file line number Diff line number Diff line change 4568
4568
" IAR" ,
4569
4569
" ARM"
4570
4570
],
4571
+ "features_add" : [
4572
+ " STORAGE"
4573
+ ],
4571
4574
"device_has" : [
4572
4575
" ANALOGIN" ,
4573
4576
" I2C" ,
4577
4580
" PORTINOUT" ,
4578
4581
" PORTOUT" ,
4579
4582
" PWMOUT" ,
4583
+ " SD" ,
4580
4584
" SERIAL" ,
4581
4585
" SERIAL_FC" ,
4582
4586
" SPI" ,
You can’t perform that action at this time.
0 commit comments