Platform drivers for Mbed.

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

Changes

RevisionDateWhoCommit message
20:4951ea6abee5 2021-11-29 Kjansen The following changes were made: default tip
19:3c61197500c4 2021-09-29 Kjansen Added support for analog read and write functionality
18:5ae03a197e59 2021-08-02 mahphalke Modified the ADC data capture module to remove dependancy on type of ADC and it's specific operations
17:af1f2416dd26 2021-07-13 mahphalke Restructured the directory- Removed inc/ and src/ folders and moved all source/header files at root
16:61ad39564f45 2021-03-19 mahphalke Added uart changes
15:fd2c3c3038bf 2021-02-19 mahphalke 1. Reverted SPI to use fixed 8-bit format but with time efficient version of spi write function.
14:46aad38346a6 2020-10-16 mahphalke Added support for transferring more than 256 bytes data in spi communication
13:c446482b0360 2020-08-14 Mahesh Phalke Moved spi format tracking variable at file global scope
12:d85b77f4160c 2020-08-14 Mahesh Phalke Fixed bug with spi format change during active spi communication
11:a2dcf0ebb5b5 2020-08-03 Mahesh Phalke Updates to make platform drivers compatible with Mbed-OS 6.0 and onwards
10:b5115cd6b916 2020-06-17 EndaKilgarriff Roll back delay.cpp to previous version
9:9e247b9c9abf 2020-06-15 EndaKilgarriff - 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;
8:70fc373a5f46 2020-02-26 mahphalke Structured platform drivers similar to github version by splitting functionality from single file into multiple modules.
7:efb143ea4191 2019-09-02 ssmith73 Bugfix - SS is undeclared in the spi_write_and_read function
6:38fa8ac6e43b 2019-08-30 ssmith73 Added array to allow for different CS pins to be configured by application
5:52f39fdbcd67 2019-08-27 ssmith73 Removed unused rxData variable
4:7a997a86e5ea 2019-08-26 MitchAD Function Modified: spi_write_and_read(); Changed: volatile uint8_t rxData[3] -> volatile uint8_t rxData; Note: Changed static length array to fix bounded memory in receive buffer
3:fc5ada503c0b 2019-08-22 MitchAD Function Modified: spi_write_and_read(); Changed: volatile uint8_t rxData[3] -> volatile uint8_t rxData; Note: Changed static length array to fix bounded memory in receive buffer
2:996b477a1553 2019-07-11 ssmith73 Added check for I2C ACK and returned FAILURE if part does not ACK
1:10feea6e63a8 2019-06-13 ssmith73 Initial Commit
0:5d706fbbc200 2019-06-12 malavikasaji Repository Created.