nuttx/boards/arm/samv7/common
Michal Lenc c2bc3dfb12 samv7: add support for SD card detection from CD/DAT3 line
Some SD card connectors do not have separate card detection pin. In that
case card detection has to be done on CD/DAT3 data line. This means
software (i.e. architecture level driver) has to take care of pin
configuration switching (pin has to be set as data pin in case of
transfer and as interrupt card detection pin when there is no action
on data line).

This commit adds CD/DAT3 line card detection support for SAMv7 MCU.

Signed-off-by: Michal Lenc <michallenc@seznam.cz>
2023-09-08 01:13:36 +08:00
..
include boards/samv7/common: add type member to mtd_partition_s structure 2023-05-29 13:50:34 +03:00
scripts nuttx/boards:init_array.* needs to be executed in order 2023-08-29 22:54:37 +08:00
src samv7: add support for SD card detection from CD/DAT3 line 2023-09-08 01:13:36 +08:00
tools
.gitignore boards: correct path to RCRAWS files during file copy 2022-03-29 12:11:09 +08:00
Kconfig boards/arm/samv7/common/Kconf Fix indentationig 2023-05-10 00:45:29 +08:00
Makefile build: Replace "$(shell $(INCDIR) $(CC) ...)" with $(INCDIR_PREFIX) 2023-06-23 00:11:25 +03:00