This is an forked repository to push changes related to no-OS repository adoption
Dependencies: adi_console_menu platform_drivers
mbed_app.json@4:242c10fbdbb8, 2021-08-02 (annotated)
- Committer:
- pmallick
- Date:
- Mon Aug 02 11:50:39 2021 +0530
- Revision:
- 4:242c10fbdbb8
- 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?
User | Revision | Line number | New contents of line |
---|---|---|---|
EndaKilgarriff | 1:e84d8d51cd51 | 1 | { |
pmallick | 4:242c10fbdbb8 | 2 | "requires": ["bare-metal"], |
EndaKilgarriff | 1:e84d8d51cd51 | 3 | "target_overrides": { |
EndaKilgarriff | 1:e84d8d51cd51 | 4 | "*": { |
pmallick | 4:242c10fbdbb8 | 5 | "platform.default-serial-baud-rate": 230400, |
pmallick | 4:242c10fbdbb8 | 6 | "target.printf_lib": "std", |
pmallick | 4:242c10fbdbb8 | 7 | "target.device_has_remove": ["CAN"] |
EndaKilgarriff | 1:e84d8d51cd51 | 8 | } |
EndaKilgarriff | 1:e84d8d51cd51 | 9 | } |
pmallick | 4:242c10fbdbb8 | 10 | } |