IIO firmware for the AD4110

Dependencies:   tempsensors sdp_k1_sdram

mbed_app.json

Committer:
Janani Sunil
Date:
21 months ago
Revision:
1:a78dbaa4b05d
Parent:
0:6ca37a8f8ba9

File content as of revision 1:a78dbaa4b05d:

{
    "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",
			"target.device_has_remove": ["CAN"]
        }
    }
}