Example program for EVAL-AD4130

Dependencies:   tempsensors sdp_k1_sdram

Committer:
Mahesh Phalke
Date:
Wed Jul 20 18:12:00 2022 +0530
Revision:
2:7b2b268ea49c
Initial firmware commit

Who changed what in which revision?

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