Example Program for EVAL-AD7606

Dependencies:   platform_drivers

Committer:
mahphalke
Date:
Mon Oct 05 13:45:15 2020 +0530
Revision:
1:819ac9aa5667
Child:
6:32de160dce43
AD7606 IIO Application- Initial Revision

Who changed what in which revision?

UserRevisionLine numberNew contents of line
mahphalke 1:819ac9aa5667 1 {
mahphalke 1:819ac9aa5667 2 "requires": ["bare-metal"],
mahphalke 1:819ac9aa5667 3 "target_overrides": {
mahphalke 1:819ac9aa5667 4 "*": {
mahphalke 1:819ac9aa5667 5 "platform.default-serial-baud-rate": 115200,
mahphalke 1:819ac9aa5667 6 "target.printf_lib": "std"
mahphalke 1:819ac9aa5667 7 }
mahphalke 1:819ac9aa5667 8 }
mahphalke 1:819ac9aa5667 9 }