Program files for Example program for EVAL-AD7768-1

Dependencies:   platform_drivers

Revision:
1:260e834a8dc1
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mbed_app.json	Fri Sep 24 15:14:06 2021 +0100
@@ -0,0 +1,22 @@
+{
+    "config": {
+        "usb_speed": {
+            "help": "USE_USB_OTG_FS or USE_USB_OTG_HS or USE_USB_HS_IN_FS",
+            "value": "USE_USB_OTG_HS"
+        }
+    },
+    "requires": ["bare-metal", "drivers-usb", "events"],
+    "macros": [
+        "TINYIIOD_VERSION_MAJOR=0",
+        "TINYIIOD_VERSION_MINOR=1",
+        "TINYIIOD_VERSION_GIT=\"0.1\"",
+        "IIOD_BUFFER_SIZE=0x1000",
+        "_USE_STD_INT_TYPES"
+    ],
+    "target_overrides": {
+        "*": {
+            "platform.default-serial-baud-rate": 230400,
+            "target.printf_lib": "std"
+        }
+    }
+}
\ No newline at end of file