Example program for EVAL-AD5770R

Dependencies:   adi_console_menu platform_drivers

Committer:
Kjansen
Date:
Tue Aug 03 17:34:58 2021 +0100
Revision:
5:f3d7cf95cd8f
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.
* Indentation fixes.

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 5:f3d7cf95cd8f 1 {
Kjansen 5:f3d7cf95cd8f 2 "requires": ["bare-metal"],
Kjansen 5:f3d7cf95cd8f 3 "target_overrides": {
Kjansen 5:f3d7cf95cd8f 4 "*": {
Kjansen 5:f3d7cf95cd8f 5 "platform.default-serial-baud-rate": 230400,
Kjansen 5:f3d7cf95cd8f 6 "target.printf_lib": "std",
Kjansen 5:f3d7cf95cd8f 7 "target.device_has_remove": ["CAN"]
Kjansen 5:f3d7cf95cd8f 8 }
Kjansen 5:f3d7cf95cd8f 9 }
Kjansen 5:f3d7cf95cd8f 10 }