Forked repository to push EVAL-AD593x updates

Dependencies:   platform_drivers

Committer:
pmallick
Date:
Wed Oct 13 14:39:58 2021 +0530
Revision:
5:ca8fe90d3ab5
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

Who changed what in which revision?

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