Example program for AD717x and AD411x family of products.

Dependencies:   adi_console_menu platform_drivers

Committer:
Kjansen
Date:
Tue Aug 03 12:23:16 2021 +0100
Revision:
8:2e0e9b520392
No-OS Adoption Changes:
* Updated the .lib files for adoption of no-OS repository as-is.
* Replaced platform_drivers.h with required header files.
* Updated the copyright year.

Mbed OS update changes:
1) Added the mbed_app.json file with custom parameters.
2) Updated the mbed-os version to 6.8.0

Updated the readme file.

Who changed what in which revision?

UserRevisionLine numberNew contents of line
Kjansen 8:2e0e9b520392 1 {
Kjansen 8:2e0e9b520392 2 "requires": ["bare-metal"],
Kjansen 8:2e0e9b520392 3 "target_overrides": {
Kjansen 8:2e0e9b520392 4 "*": {
Kjansen 8:2e0e9b520392 5 "platform.default-serial-baud-rate": 230400,
Kjansen 8:2e0e9b520392 6 "target.printf_lib": "std",
Kjansen 8:2e0e9b520392 7 "target.device_has_remove": ["CAN"]
Kjansen 8:2e0e9b520392 8 }
Kjansen 8:2e0e9b520392 9 }
Kjansen 8:2e0e9b520392 10 }