zephyr
zephyr copied to clipboard
boards: sipeed: longan_nano: update SPI documentation
Update SPI documentation for longan_nano. In longan_nano board, spi1 is connected to sdhc0. Verified the functionality using "samples/subsys/fs/fs_sample".
Fixes: #64759
Shouldn't you also mention that the SPI1 is connected to SDMC?
Sure, will include it in the documentation. Thanks.
Shouldn't you also mention that the SPI1 is connected to SDMC?
Sure, will include it in the documentation. Thanks.
Are you planning to update this PR which this addition?
Shouldn't you also mention that the SPI1 is connected to SDMC?
Sure, will include it in the documentation. Thanks.
Are you planning to update this PR which this addition?
Sorry that it was left unattended. Updated now.
Gentle ping ... Some of the CI acceptance tests failed here due to the known "No module named 'serial'" error. It was fixed in this commit:
commit 8c8e2f6243f147953ce3fadb999c4e2a5faf4f5e Author: Stephanos Ioannidis [email protected] Date: Thu May 23 22:08:03 2024 +0900
doc: requirements: Add pyserial
Since 7eaca455faf6ff8d9a92c4392da281dab08d0c2b, pyserial is required for
building docs because `DeviceAdapter` from the `pytest-twister-harness`
plugin, which is imported by autodoc, now depends on it.
Signed-off-by: Stephanos Ioannidis <[email protected]>
Gentle ping ... Some of the CI acceptance tests failed here due to the known "No module named 'serial'" error. It was fixed in this commit
please just rebase and force push, this will do the trick :)