Skip to content
This repository was archived by the owner on Jun 8, 2021. It is now read-only.

Commit fb8bda4

Browse files
Add DISCO_L475VG_IOT01A and _F413ZH + ISM43362 to default mbed_app.json
ISM43362 is the only connectivity option for DISCO_L475VG_IOT01A and DISCO_F413ZH boards.
1 parent 0704278 commit fb8bda4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

mbed_app.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@
1212
"target_overrides": {
1313
"*": {
1414
"platform.stdio-convert-newlines": true
15+
},
16+
"DISCO_L475VG_IOT01A": {
17+
"ism43362.provide-default": true
18+
},
19+
"DISCO_F413ZH": {
20+
"ism43362.provide-default": true
1521
}
1622
}
1723
}

0 commit comments

Comments
 (0)