Pratyush Mallick / Mbed OS EVAL-AD5770R

Dependencies:   adi_console_menu platform_drivers

Committer:
pmallick
Date:
Fri Jul 23 16:52:27 2021 +0530
Revision:
5:384997a66f58
Parent:
1:63c505e13da4
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.
* Indentation fixes.

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
mbradley 1:63c505e13da4 1 /*!
mbradley 1:63c505e13da4 2 *****************************************************************************
mbradley 1:63c505e13da4 3 @file: ad5770r_reset_config.h
mbradley 1:63c505e13da4 4 @brief: AD5770R initialization configuration header
mbradley 1:63c505e13da4 5 @details:
mbradley 1:63c505e13da4 6 -----------------------------------------------------------------------------
mbradley 1:63c505e13da4 7 *
pmallick 5:384997a66f58 8 Copyright (c) 2020-2021 Analog Devices, Inc. All Rights Reserved.
mbradley 1:63c505e13da4 9
mbradley 1:63c505e13da4 10 This software is proprietary to Analog Devices, Inc. and its licensors.
mbradley 1:63c505e13da4 11 By using this software you agree to the terms of the associated
mbradley 1:63c505e13da4 12 Analog Devices Software License Agreement.
mbradley 1:63c505e13da4 13 ******************************************************************************/
mbradley 1:63c505e13da4 14
mbradley 1:63c505e13da4 15 #ifndef AD5770R_RESET_CONFIG_H_
mbradley 1:63c505e13da4 16 #define AD5770R_RESET_CONFIG_H_
mbradley 1:63c505e13da4 17
mbradley 1:63c505e13da4 18 // #includes
mbradley 1:63c505e13da4 19 #include "ad5770r.h"
mbradley 1:63c505e13da4 20
mbradley 1:63c505e13da4 21 extern const struct ad5770r_dev ad5770r_dev_reset;
mbradley 1:63c505e13da4 22
mbradley 1:63c505e13da4 23 #endif /* AD5770R_RESET_CONFIG_H_ */