Commit Graph

12 Commits (mbed-os-5.6)

Author SHA1 Message Date
Dave Wu 5408dae639 - Removed .mbedignore due to an issue with the eclipse exporter not picking up the ignored files; - Added #includes in BSP data C files so they can be built on their own without mbedignore; 2017-11-17 14:55:48 +00:00
Dave Wu f53e037f1f Added a check for the STUCK bit before reading the RNG data register to ensure there are no hardware faults. 2017-11-17 14:55:48 +00:00
dave.wu@analog.com 41c6084a1e - Added code to clear temporary variable on the stack before exiting the trng_get_bytes; - Removed lp ticker as it does not satisfy the requirements of the lp timer. 2017-11-17 14:55:48 +00:00
Dave Wu c4220ece9b Added default delay and sample times for the ADC during initialization. 2017-11-17 14:55:47 +00:00
Dave Wu a85563bcc5 - Cleaned up some formatting issues; - Fixed a build error in spi_master_block_write; - Some clean up in serai_api. 2017-11-17 14:55:47 +00:00
Dave Wu 46eae9f862 Added curly brackets for the single line if else statement. 2017-11-17 14:55:47 +00:00
Dave Wu 477c728b61 - Added error checking for trng_get_bytes function; - Added curly brackets to single line conditions in gpio_qpi.c and gpio_irq_api.c; - Changed rx and tx buffers in serial module as local variables; - Minor i2c & spi updates for github pull request; - Added function definition for spi_master_block_write. 2017-11-17 14:55:47 +00:00
Dave Wu 78d8379a82 Removed undefined spi slave related functions. 2017-11-17 14:55:47 +00:00
Dave Wu aa6872523e - Fixed an issue where the TRNG device is read even when it is not ready; - Added a configuration call in trng_init to make sure the TRNG buffering mode is disabled, so only 8-bit bytes are returned; - Moved the TRNG device handle into the trng_t structure; - Fixed some formatting errors in the adc driver. 2017-11-17 14:55:47 +00:00
Dave Wu af8b5d916f - Added definiton for i2c_reset; - Removed unneeded code from i2c and serial modules. 2017-11-17 14:55:47 +00:00
Dave Wu b1b4cfb5dc Fixed issues raised in the feedback from ARM for the ADuCM4050 platform. 2017-11-17 14:55:47 +00:00
Dave Wu 0105347b93 Added support for ADI EV-COG-AD4050LZ platform. 2017-11-17 14:55:47 +00:00