Example Program for EVAL-AD5592R

Dependencies:   adi_console_menu platform_drivers

Committer:
Kjansen
Date:
Tue Aug 03 12:18:40 2021 +0100
Revision:
4:9fa40df9bf93
Parent:
1:e84d8d51cd51
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
EndaKilgarriff 1:e84d8d51cd51 1 {
Kjansen 4:9fa40df9bf93 2 "requires": ["bare-metal"],
EndaKilgarriff 1:e84d8d51cd51 3 "target_overrides": {
EndaKilgarriff 1:e84d8d51cd51 4 "*": {
Kjansen 4:9fa40df9bf93 5 "platform.default-serial-baud-rate": 230400,
Kjansen 4:9fa40df9bf93 6 "target.printf_lib": "std",
Kjansen 4:9fa40df9bf93 7 "target.device_has_remove": ["CAN"]
EndaKilgarriff 1:e84d8d51cd51 8 }
EndaKilgarriff 1:e84d8d51cd51 9 }
Kjansen 4:9fa40df9bf93 10 }