mbed-os/TEST_APPS/device/nfcapp/mbed_app.json

20 lines
484 B
JSON
Raw Normal View History

{
"config": {
2019-01-15 17:33:35 +00:00
"TEST_NDEF_MSG_MAX" : 1024
},
"target_overrides": {
"DISCO_L475VG_IOT01A": {
"target.extra_labels_add": ["M24SR"],
"MBED_NFC_M24SR.nfceeprom": true
},
"NUCLEO_F401RE": {
"target.extra_labels_add": ["PN512"]
},
"NUCLEO_F746ZG": {
"target.extra_labels_add": ["M24SR"],
"MBED_NFC_M24SR.X_NUCLEO_NFC01A1": true,
"MBED_NFC_M24SR.nfceeprom": true
}
}
}