rt-thread-official/components/drivers/spi
zhaoshaowei 3ad6b30e18
[componects] 修复不能发现禁止写spi flash失败的情形
`(register_status & SFUD_STATUS_REGISTER_WEL) == 1` 这个表达式始终为假

SFUD_STATUS_REGISTER_WEL = (1 << 1)
2019-12-27 16:52:52 +08:00
..
sfud [componects] 修复不能发现禁止写spi flash失败的情形 2019-12-27 16:52:52 +08:00
SConscript [DeviceDriver][SPI] Cleanup the at45db/gd25q/w25q/sst25v SPI flash driver. Please using SFUD instead of them. 2019-05-29 14:05:39 +08:00
device_driver_list.txt [DeviceDriver][SPI] Cleanup the at45db/gd25q/w25q/sst25v SPI flash driver. Please using SFUD instead of them. 2019-05-29 14:05:39 +08:00
enc28j60.c [license] Change license to Apache. 2018-10-14 19:37:18 +08:00
enc28j60.h [license] Change license to Apache. 2018-10-14 19:37:18 +08:00
qspi_core.c [DeviceDriver] Update QSPI driver framework. 2018-11-24 15:02:53 +08:00
spi_core.c [DeviceDrivers][spi]:add qspi support 2018-11-22 13:54:37 +08:00
spi_dev.c [license] Change license to Apache. 2018-10-14 19:37:18 +08:00
spi_flash.h [license] Change license to Apache. 2018-10-14 19:37:18 +08:00
spi_flash_sfud.c Merge pull request #3234 from fmkong/spi_flash_sfud 2019-12-18 20:03:28 +08:00
spi_flash_sfud.h [DeviceDriver] Add rt_sfud_flash_find_by_dev_name function to SFUD porting file. 2019-02-20 16:27:27 +08:00
spi_msd.c [components][driver]: optimized code 2018-11-22 16:33:32 +08:00
spi_msd.h [license] Change license to Apache. 2018-10-14 19:37:18 +08:00
spi_wifi_rw009.c [license] Change license to Apache. 2018-10-14 19:37:18 +08:00
spi_wifi_rw009.h [license] Change license to Apache. 2018-10-14 19:37:18 +08:00