incubator-nuttx/drivers
Bowen Wang 7afbcc1a62 drivers/vhost: add vhost framework for NuttX
virtio is a framework to implement the virtio drivers
vhost (Virtual Host) is a framework to implement the virtio devices
With the virtio and vhost framework, we can use the virtio drivers
and vhost drivers to implement the cross-core communication.

Signed-off-by: Bowen Wang <wangbowen6@xiaomi.com>
2024-10-03 17:37:40 +08:00
..
1wire
analog Check if the lower half is initialized for af_channel and af_data 2024-09-30 15:46:58 +08:00
audio
bch drivers/bch: ioctl() - BIOC_FLUSH: Add calling ioctl() of block driver 2024-09-27 00:12:43 +08:00
can char driver CAN: add tx_confirm function in upperCAN driver. 2024-10-02 21:22:07 +08:00
clk clk:optimized the clk_set_rate for mux 2024-09-28 10:38:55 +08:00
contactless
coresight math: Optimize the implementation of log2ceil and log2floor 2024-09-23 10:03:54 +02:00
crypto
devicetree devicetree/fdt_pci: implement the fdt_pci_ecam_register() 2024-09-28 11:51:33 +08:00
dma
dummy
eeprom
efuse
i2c
i2s
i3c drivers/i3c: avoid return error when i3c_master_register without i3c/i2c device 2024-09-24 23:36:50 +08:00
input bits:rename __set_bit to set_bit __clear_bit to clear_bit 2024-09-23 10:03:54 +02:00
ioexpander gpio:add feature for gpio wakeup 2024-09-30 08:45:37 +08:00
ipcc
lcd lcd/st7735: add option to invert display color 2024-10-02 20:52:55 +08:00
leds
loop
math
misc rpmsgdev: devpath may exceed RPMSG_NAME_SIZE 2024-09-28 19:09:54 +08:00
mmcsd drivers/mmcsd: Rename mmcsd_read_csd to mmcsd_read_extcsd 2024-09-30 21:17:27 +08:00
modem drivers/modem/alt1250: Fix issue where the program would get stuck 2024-09-24 20:00:21 +08:00
motor
mtd
net 1.xtensa/esp32s3: configure the number of universal management 2024-09-28 11:47:24 +08:00
note task: use get_task_name where possible 2024-10-01 20:38:06 +08:00
pci pci alloc mis irq support new interface 2024-09-30 15:41:28 +08:00
pinctrl
pipes drivers/pipes: using rmutex to protect pipe and avoid deadlock 2024-09-28 13:50:21 +08:00
power drivers/pm: pm_smp remove sched_lock 2024-09-30 20:23:11 +08:00
rc
regmap
reset reset: fix build warning when CONFIG_RESET_RPMSG is not set 2024-09-30 16:43:02 +08:00
rf
rmt
rpmsg rpmsg_virtio: move rpmsg virtio cmd definition before the resource table 2024-10-03 09:37:24 +08:00
rptun drivers/rptun: add cmake support for rptun_secure 2024-10-03 08:57:46 +08:00
segger task: use get_task_name where possible 2024-10-01 20:38:06 +08:00
sensors drivers/sensors/gnss: check invalid nmea statement to avoid parsebuffer overflow 2024-09-30 17:00:23 +08:00
serial task: use get_task_name where possible 2024-10-01 20:38:06 +08:00
spi
syslog task: use get_task_name where possible 2024-10-01 20:38:06 +08:00
thermal
timers drivers/timers/arch_alarm.c: Clean-up oneshot_callback for non-tickless build 2024-09-30 19:23:01 +08:00
usbdev drivers/usbdev/cdcacm.c: Fix compilation issues 2024-10-03 08:55:13 +08:00
usbhost
usbmisc
usbmonitor
usrsock
vhost drivers/vhost: add vhost framework for NuttX 2024-10-03 17:37:40 +08:00
video
virtio
wireless
.gitignore
CMakeLists.txt
Kconfig drivers/vhost: add vhost framework for NuttX 2024-10-03 17:37:40 +08:00
Makefile drivers/vhost: add vhost framework for NuttX 2024-10-03 17:37:40 +08:00
drivers_initialize.c drivers/vhost: add vhost framework for NuttX 2024-10-03 17:37:40 +08:00