Platform drivers for Mbed.

Dependents:   EVAL-CN0535-FMCZ EVAL-CN0535-FMCZ EVAL-AD568x-AD569x EVAL-AD7606 ... more

History

The following changes were made: default tip

2021-11-29, by Kjansen [Mon, 29 Nov 2021 12:39:54 +0000] rev 20

The following changes were made:
1.) Modified udelay() function for generating more accurate smaller usec delays
2.) Implemented the irq_enable and irq_disable functions
3.) Removed the confusion b/w application created peripheral object and interrupt specific object
4.) Created PWM extra init structure and added PWM pin
5.) Added a module for timer and its related header file


Added support for analog read and write functionality

2021-09-29, by Kjansen [Wed, 29 Sep 2021 12:32:10 +0100] rev 19

Added support for analog read and write functionality


Modified the ADC data capture module to remove dependancy on type of ADC and it's specific operations

2021-08-02, by mahphalke [Mon, 02 Aug 2021 16:03:08 +0530] rev 18

Modified the ADC data capture module to remove dependancy on type of ADC and it's specific operations


Restructured the directory- Removed inc/ and src/ folders and moved all source/header files at root

2021-07-13, by mahphalke [Tue, 13 Jul 2021 13:58:07 +0530] rev 17

Restructured the directory- Removed inc/ and src/ folders and moved all source/header files at root


Added uart changes

2021-03-19, by mahphalke [Fri, 19 Mar 2021 12:10:16 +0530] rev 16

Added uart changes


1. Reverted SPI to use fixed 8-bit format but with time efficient version of spi write function.

2021-02-19, by mahphalke [Fri, 19 Feb 2021 15:53:52 +0530] rev 15

1. Reverted SPI to use fixed 8-bit format but with time efficient version of spi write function.
2. Integrated USB CDC (Virtual COM Port) functionality into UART module


Added support for transferring more than 256 bytes data in spi communication

2020-10-16, by mahphalke [Fri, 16 Oct 2020 21:23:58 +0530] rev 14

Added support for transferring more than 256 bytes data in spi communication


Moved spi format tracking variable at file global scope

2020-08-14, by Mahesh Phalke [Fri, 14 Aug 2020 14:26:41 +0530] rev 13

Moved spi format tracking variable at file global scope


Fixed bug with spi format change during active spi communication

2020-08-14, by Mahesh Phalke [Fri, 14 Aug 2020 11:14:13 +0530] rev 12

Fixed bug with spi format change during active spi communication


Updates to make platform drivers compatible with Mbed-OS 6.0 and onwards

2020-08-03, by Mahesh Phalke [Mon, 03 Aug 2020 17:21:20 +0530] rev 11

Updates to make platform drivers compatible with Mbed-OS 6.0 and onwards