Example program for EVAL-AD7124

Dependencies:   tempsensors adi_console_menu platform_drivers

mbed_app.json

Committer:
mahphalke
Date:
2021-02-22
Revision:
1:c863d7e9e272
Child:
7:217c27bc3082

File content as of revision 1:c863d7e9e272:

{
    "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"],
	"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": 115200,
			"target.printf_lib": "std"
        }
    }
}