ex

Fork of mbed-os-example-mbed5-blinky by mbed-os-examples

Files at this revision

API Documentation at this revision

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