importing repo

History

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

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


Roll back delay.cpp to previous version

2020-06-17, by EndaKilgarriff [Wed, 17 Jun 2020 14:54:14 +0000] rev 10

Roll back delay.cpp to previous version


- Include the following libraries:; - crc; - crc8; - uart; - util; - Add microsecond delay; - Move baud rate definition to mbed_app.json file; - Add bit shift for I2C slave address; - Check error for redefinition; - Make gpio handling more robust;

2020-06-15, by EndaKilgarriff [Mon, 15 Jun 2020 13:03:55 +0000] rev 9

- Include the following libraries:; - crc; - crc8; - uart; - util; - Add microsecond delay; - Move baud rate definition to mbed_app.json file; - Add bit shift for I2C slave address; - Check error for redefinition; - Make gpio handling more robust;