
This is an forked repository of EVAL-AD568x-AD569x for pushing the latest updates
Dependencies: adi_console_menu platform_drivers
app/mbed_platform_drivers.lib@9:26258dd48cec, 2021-07-15 (annotated)
- Committer:
- pmallick
- Date:
- Thu Jul 15 15:28:39 2021 +0530
- Revision:
- 9:26258dd48cec
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, i2c_init_param, gpio_init_param in no-OS repository include a new field member
platform_ops.
* Added gpio_extra.h as the user might want to pass pinmode to the extra parameter
* The gpio_power_up_configuration() now returns the gpio power up status after setting up the GPIOs,
this ensures that any GPIO Power Up failure doesn't go up unchecked during initialization. Also removed
the gpio_direction_output() function, as this is already being done in the ad5686_init() function.
* Added a do-while for error handling in the nanodac_app_initialize() function.
* 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?
User | Revision | Line number | New contents of line |
---|---|---|---|
pmallick | 9:26258dd48cec | 1 | https://os.mbed.com/teams/AnalogDevices/code/platform_drivers/#af1f2416dd26 |