This is an forked repository to push changes related to no-OS repository adoption

Dependencies:   adi_console_menu platform_drivers

Committer:
pmallick
Date:
Tue Aug 03 11:02:59 2021 +0530
Revision:
8:13ddfedfe923
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
pmallick 8:13ddfedfe923 1 {
pmallick 8:13ddfedfe923 2 "requires": ["bare-metal"],
pmallick 8:13ddfedfe923 3 "target_overrides": {
pmallick 8:13ddfedfe923 4 "*": {
pmallick 8:13ddfedfe923 5 "platform.default-serial-baud-rate": 230400,
pmallick 8:13ddfedfe923 6 "target.printf_lib": "std",
pmallick 8:13ddfedfe923 7 "target.device_has_remove": ["CAN"]
pmallick 8:13ddfedfe923 8 }
pmallick 8:13ddfedfe923 9 }
pmallick 8:13ddfedfe923 10 }