Program files for Example program for EVAL-AD7768-1

Dependencies:   platform_drivers

Committer:
Kjansen
Date:
Fri Sep 24 15:14:06 2021 +0100
Revision:
1:260e834a8dc1
Adding released source code of ad7768-1
Deleting the redefinition of data_capture_ops

Who changed what in which revision?

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