EVAL-AD7124 Mbed Example Program.

Dependencies:   adi_console_menu platform_drivers

Committer:
Kjansen
Date:
Tue Aug 03 12:05:42 2021 +0100
Revision:
7:3e1005bd4d41
No-OS Adoption Changes:

* Updated the .lib files for adoption of no-OS repository as-is.
* Replaced platform_drivers.h with required header files.
* Added designated initializers for nanodac_init_params as the latest
spi_init_param in no-OS repository include a new field member platform_ops.
* Added Support Macros.
* Updated the copyright year of the nanodac_console_app.c file

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
Kjansen 7:3e1005bd4d41 1 {
Kjansen 7:3e1005bd4d41 2 "requires": ["bare-metal"],
Kjansen 7:3e1005bd4d41 3 "target_overrides": {
Kjansen 7:3e1005bd4d41 4 "*": {
Kjansen 7:3e1005bd4d41 5 "platform.default-serial-baud-rate": 230400,
Kjansen 7:3e1005bd4d41 6 "target.printf_lib": "std",
Kjansen 7:3e1005bd4d41 7 "target.device_has_remove": ["CAN"]
Kjansen 7:3e1005bd4d41 8 }
Kjansen 7:3e1005bd4d41 9 }
Kjansen 7:3e1005bd4d41 10 }