• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

src/04-Jan-2025-11587

CMakeLists.txtD04-Jan-2025234 96

README.txtD04-Jan-2025781 1914

prj.confD04-Jan-202576 65

testcase.yamlD04-Jan-2025263 1615

README.txt

1SDIO Subsystem Test
2##################
3
4This test is designed to verify the SD subsystem stack implementation for SDIO
5devices. Note that this test will only perform basic reads from the SDIO card
6after initialization, as most registers present on the card will be vendor
7specific. It requires an SDIO card be connected to the board to pass.
8The test has the following phases:
9
10* Init test: verify the SD host controller can detect card presence, and
11  test the initialization flow of the SDIO subsystem to verify that the stack
12  can correctly initialize an SDIO card.
13
14* Read test: verify that a read from the SDIO common card register area returns
15  valid data.
16
17* Configuration test: verify that the SD stack reports a valid configuration
18  for this card after initialization.
19