This website requires JavaScript.
Explore
Help
Register
Sign In
sergiotarxz
/
nuttx
Watch
1
Star
0
Fork
0
You've already forked nuttx
Code
Issues
Pull Requests
Releases
Wiki
Activity
46e5f292dd
nuttx
/
drivers
/
mmcsd
History
Evgeniy Bobkov
7d36a81806
Fixes two bugs in multi-block SD-card operations on the STM32F7 platform. arch/arm/src/stm32f7: DBLOCKSIZE must be the size of SD-card block, not the total amount of transferred bytes. drivers/mmcsd: respect SDIO_CAPS_DMABEFOREWRITE on CMD25.
2018-01-16 12:41:02 -06:00
..
Kconfig
arch/arm/src/lpc54xx: Add support for card detect and write protect to SDMMC driver. configs/lpcxpresso-lpc54628: Add logic to bring up SDMMC.
2017-12-20 10:52:05 -06:00
Make.defs
A few native window build updates
2012-11-25 20:58:39 +00:00
mmcsd_csd.h
Make some file section headers more consistent with standard
2015-04-08 07:15:32 -06:00
mmcsd_debug.c
Replace all occurrences of vdbg with vinfo
2016-06-11 11:59:51 -06:00
mmcsd_sdio.c
Fixes two bugs in multi-block SD-card operations on the STM32F7 platform. arch/arm/src/stm32f7: DBLOCKSIZE must be the size of SD-card block, not the total amount of transferred bytes. drivers/mmcsd: respect SDIO_CAPS_DMABEFOREWRITE on CMD25.
2018-01-16 12:41:02 -06:00
mmcsd_sdio.h
arch/arm/src/lpc54xx: In SDMMC driver, add logic to transfer data when TXDR or RXDR interrupts occur. Also, add logic to set the RX watermark to 2 when receiving short, non-DMA data transfers.
2017-12-20 17:27:52 -06:00
mmcsd_spi.c
Squashed commit of the following:
2017-10-04 15:22:27 -06:00
mmcsd_spi.h
Make some file section headers more consistent with standard
2015-04-08 07:15:32 -06:00
mmcsd.h
Replace all occurrences of vdbg with vinfo
2016-06-11 11:59:51 -06:00