
This is an forked repository of EVAL-AD568x-AD569x for pushing the latest updates
Dependencies: adi_console_menu platform_drivers
History
No-OS Adoption Changes:
2021-07-15, by pmallick [Thu, 15 Jul 2021 15:28:39 +0530] rev 9
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.
Corrected arduino pin mapping
2020-08-03, by mahphalke [Mon, 03 Aug 2020 10:39:17 +0000] rev 8
Corrected arduino pin mapping
Pointed AD568x-AD569x.lib to Analog Devices library.
2020-03-23, by mahphalke [Mon, 23 Mar 2020 08:18:38 +0000] rev 7
Pointed AD568x-AD569x.lib to Analog Devices library.
Updated README.txt file
2020-03-19, by mahphalke [Thu, 19 Mar 2020 08:30:08 +0000] rev 6
Updated README.txt file
Updated nanodac+ firmware to use most recent console menu libraries, No-OS drivers and platform drivers.
2020-03-19, by mahphalke [Thu, 19 Mar 2020 08:10:46 +0000] rev 5
Updated nanodac+ firmware to use most recent console menu libraries, No-OS drivers and platform drivers.
Updated platform-drivers lib to ADI version
2019-12-17, by ssmith73 [Tue, 17 Dec 2019 11:39:48 +0000] rev 4
Updated platform-drivers lib to ADI version
Updated code to match latest platform_drivers, change captures array of slave_select signals
2019-09-02, by ssmith73 [Mon, 02 Sep 2019 11:53:44 +0000] rev 3
Updated code to match latest platform_drivers, change captures array of slave_select signals
Initial Commit
2019-06-13, by ssmith73 [Thu, 13 Jun 2019 15:30:11 +0000] rev 2
Initial Commit
Adding platform_drivers library.
2019-06-12, by malavikasaji [Wed, 12 Jun 2019 19:42:10 +0000] rev 1
Adding platform_drivers library.
Repository Created.
2019-06-12, by malavikasaji [Wed, 12 Jun 2019 19:39:22 +0000] rev 0
Repository Created.