Forking repo

Dependencies:   platform_drivers

Committer:
mahphalke
Date:
Mon Aug 02 16:11:58 2021 +0530
Revision:
7:94f36455773c
Parent:
6:75e922b3859a
Updated ad7606 data capture code in accordance with adc_data_capture.c platform driver updates

Who changed what in which revision?

UserRevisionLine numberNew contents of line
mahphalke 1:819ac9aa5667 1 {
mahphalke 6:75e922b3859a 2 "config": {
mahphalke 6:75e922b3859a 3 "usb_speed": {
mahphalke 6:75e922b3859a 4 "help": "USE_USB_OTG_FS or USE_USB_OTG_HS or USE_USB_HS_IN_FS",
mahphalke 6:75e922b3859a 5 "value": "USE_USB_OTG_HS"
mahphalke 6:75e922b3859a 6 }
mahphalke 6:75e922b3859a 7 },
mahphalke 6:75e922b3859a 8 "requires": ["bare-metal", "drivers-usb", "events"],
mahphalke 6:75e922b3859a 9 "macros": [
mahphalke 6:75e922b3859a 10 "TINYIIOD_VERSION_MAJOR=0",
mahphalke 6:75e922b3859a 11 "TINYIIOD_VERSION_MINOR=1",
mahphalke 6:75e922b3859a 12 "TINYIIOD_VERSION_GIT=\"0.1\"",
mahphalke 6:75e922b3859a 13 "IIOD_BUFFER_SIZE=0x1000",
mahphalke 6:75e922b3859a 14 "_USE_STD_INT_TYPES"
mahphalke 6:75e922b3859a 15 ],
mahphalke 1:819ac9aa5667 16 "target_overrides": {
mahphalke 1:819ac9aa5667 17 "*": {
mahphalke 6:75e922b3859a 18 "platform.default-serial-baud-rate": 230400,
mahphalke 6:75e922b3859a 19 "target.printf_lib": "std"
mahphalke 1:819ac9aa5667 20 }
mahphalke 1:819ac9aa5667 21 }
mahphalke 1:819ac9aa5667 22 }