mirror of https://github.com/ARMmbed/mbed-os.git
29 lines
849 B
JSON
29 lines
849 B
JSON
{
|
|
"config": {
|
|
"TEST_NDEF_MSG_MAX": {
|
|
"help": "NFC-Driver buffer (EEPROM and Controller) maximum MAX Size of NFC message(s) driver buffer",
|
|
"value": 4096
|
|
}
|
|
},
|
|
"target_overrides": {
|
|
"DISCO_L475VG_IOT01A": {
|
|
"target.extra_labels_add": ["M24SR"],
|
|
"MBED_NFC_M24SR.nfceeprom": true
|
|
},
|
|
"NUCLEO_F401RE": {
|
|
"target.extra_labels_add": ["PN512"],
|
|
"MBED_NFC_M24SR.nfceeprom": false
|
|
},
|
|
"NUCLEO_F746ZG": {
|
|
"target.extra_labels_add": ["M24SR"],
|
|
"MBED_NFC_M24SR.X_NUCLEO_NFC01A1": true,
|
|
"MBED_NFC_M24SR.nfceeprom": true
|
|
},
|
|
"NUCLEO_F429ZI": {
|
|
"target.extra_labels_add": ["M24SR"],
|
|
"MBED_NFC_M24SR.X_NUCLEO_NFC01A1": true,
|
|
"MBED_NFC_M24SR.nfceeprom": true
|
|
}
|
|
}
|
|
}
|