Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of mbed-os-example-mbed5-blinky by
Revision 50:9ecaa144d1f3, committed 2017-07-18
- Comitter:
- tmboy
- Date:
- Tue Jul 18 09:08:52 2017 +0000
- Parent:
- 49:b9eb462f36a9
- Commit message:
- add .json
Changed in this revision
mbed_app.json | Show annotated file Show diff for this revision Revisions of this file |
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mbed_app.json Tue Jul 18 09:08:52 2017 +0000 @@ -0,0 +1,9 @@ +"target_overrides": { +"UNO_91H": { + "target.features_add": ["LWIP", "SDCARD", "GPADCKEY", "CONSOLE"], + "target.macros_add": ["BD_FEATURE_NET_STACK_USING_WIFI", "BD_FEATURE_HTTPCLIENT_USING_WIFI"] + }, +"K64F": { + "target.features_add": ["LWIP"] +} +} \ No newline at end of file