mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 08:36:24 +08:00
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>
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
|
||||
# Do not build Linux configs
|
||||
-Darwin,sim:linuxi2c
|
||||
-Darwin,sim:linuxspi
|
||||
|
||||
# macOS doesn't support 32bit(CONFIG_SIM_M32=y) anymore
|
||||
-Darwin,sim:elf
|
||||
|
||||
Reference in New Issue
Block a user