rt-thread/bsp/lpc55sxx/Libraries/LPC55S6X/middleware/sdmmc/host/sdif/ChangeLogKSDK.txt

42 lines
1.5 KiB
Plaintext

/*!
@page middleware_log Middleware Change Log
@section host_sdif Host SDIF driver for MCUXpresso SDK
The current driver version is 2.4.0.
- 2.4.0
- Improvements
- Removed deprecated api in SDIF host driver.
- Added SDMMCHOST_ConvertDataToLittleEndian api.
- Added capability/maxBlockCount/maxBlockSize in host decriptior.
- Added mutual exclusive access for function init/deinit/reset/transfer function.
- Fixed violations of MISRA C-2012 rule 10.1.
- 2.3.1
- Improvements
- Added host instance capability macro.
- Added clear card inserted/removed event when card removed/inserted interrupt generated.
- Increased the reset timeout value to fix the data machine still busy after sdif reset issue.
- Enabled the error recovery function by adding host reset operations.
- Bug Fixes
- Fixed violations of MISRA C-2012 rule 11.9, 15.7, 4.7, 16.4, 10.1, 10.3, 10.4, 11.3, 14.4, 10.6, 17.7, 16.1, 16.3.
- 2.3.0
- Improvements
- Merged the host controller driver from polling/freertos/interrupt to non_blocking/blocking.
- Added SDMMC OSA layer to support muxtex access/event/delay.
- 2.2.14
- Bug Fixes
- Fixed uninitialized value Coverity issue.
- 2.2.13
- Improvements:
- Added host reset after the card being powered on for host controller SDIF to fix the DATA_BUSY issue.
- Removed the SDIF_Reset from SDMMCHOST_Reset.
- 2.0.0
- Initial version
*/