incubator-nuttx/tools/ci
liucheng5 fdb9576d7a feature: driver: Add a Linux SPI into simulator.
When SIM_SPI is valid, a specified Linux SPI device ‘spidevN.P’(N is bus number and P is CS number) is attached to nuttx simulator, shown as 'spi0' under /dev. One may type spi command (need SPITOOL valid) in NSH to control the Linux SPI and exchange data, other devices such sensors can use it to debug in simulator on a Ubuntu PC. Note that a USB<>SPI module (e.g. CH341A/B) should be plugged in to achieve Linux SPI ports.

Change-Id: I275b2c2bbf6d14bcdf514c89efb9a2264d69e9a3
Signed-off-by: liucheng5 <liucheng5@xiaomi.com>
2021-09-03 18:15:25 +08:00
..
docker/linux tools/ci: Add imgtool to Docker image 2021-08-31 11:21:58 +08:00
testlist feature: driver: Add a Linux SPI into simulator. 2021-09-03 18:15:25 +08:00
README.md
cibuild.sh tools/ci: Omit error message when tool is not found 2021-09-02 14:21:58 +08:00

README.md

CI Tools

These are tools and data used for the CI system. Some of what is here may also be useful for local testing.