EVAL-AD593x Mbed Project.

Dependencies:   platform_drivers

Committer:
Kjansen
Date:
Wed Oct 13 11:14:40 2021 +0100
Revision:
5:98a5beab11cc
No-OS Adoption Changes:
Update 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

Who changed what in which revision?

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