Skip to content

Commit 275c9aa

Browse files
author
Ari Parkkila
authored
Merge pull request #149 from LMESTM/L496AG_stmod_support
DISCO_L496AG with stmod cellular support
2 parents 10b1b2e + 37b2bcf commit 275c9aa

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

mbed_app.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,13 @@
3333
"nsapi.default-cellular-apn": null,
3434
"nsapi.default-cellular-username": null,
3535
"nsapi.default-cellular-password": null
36+
},
37+
"DISCO_L496AG": {
38+
"target.macros_add": [
39+
"CELLULAR_DEVICE=STModCellular"
40+
],
41+
"target.components_add": ["STMOD_CELLULAR"],
42+
"stmod_cellular.provide-default": "true"
3643
}
3744
}
3845
}

0 commit comments

Comments
 (0)