/*!
@page driver_log Driver Change Log

@section flexcomm FLEXCOMM
  Current FLEXCOMM driver version is 2.0.0
  
  - 2.0.0
    - Initial version.

@section i2c I2C
  Current I2C driver version is 2.0.0
  
  - 2.0.0
    - Initial version.
  - 2.0.1
    - Improvement:
      - Add I2C_WATI_TIMEOUT macro to allow user to specify the timeout times for waiting flags in functional API and blocking transfer API. 

@section i2s I2S
  Current I2S driver version is 2.0.0
  
  - 2.0.0
    - Initial version.
    
@section spi SPI 
  Current SPI driver version is 2.0.1
  
  - 2.0.0
    - Initial version.
  - 2.0.1
    - Change the data buffer from uint32_t to uint8_t which will match
      the real applications for SPI DMA driver.
	- Add dummy data setup API to allow users to configure the dummy data to be transferred.
  - Add new APIs for half-duplex transfer function, users can send and receive data by one API in polling/interrupt/DMA way, 
    and users can choose either transmit first or receivefirst. Besides, the PCS pin can be configured as assert status 
    in transimission (between transmit and receive) by setting the isPcsAssertInTransfer to true.
    
@section usart USART
  Current USART driver version is 2.0.0
  
  - 2.0.0
    - Initial version.
    
*/
