incubator-nuttx/drivers
buxiasen 292b213be2 pm: pm_runtime fix header
Signed-off-by: buxiasen <buxiasen@xiaomi.com>
2024-06-17 16:23:53 +08:00
..
1wire drivers/1wire/ds28e17.c: fix printf warnings 2024-06-13 02:21:29 +08:00
analog analog: add configuration option to set DAC FIFO size 2024-05-27 23:23:28 +08:00
audio esp32-sparrow-kit: Add I2S support for the board's microphone 2024-02-20 06:46:06 -08:00
bch driver: There is no need to use sched_[un]lock 2024-04-30 11:35:13 -03:00
can drivers/can/sja1000: fix Rx buffer pointer issue 2024-06-17 15:25:45 +08:00
clk rpmsg: make all the rpmsg services deponds on RPMSG 2024-02-18 04:09:34 -08:00
contactless drivers/contactless: fix gcc14 errors 2024-06-13 02:21:29 +08:00
crypto
devicetree drivers/devicetree/fdt: add additional fdt parsing utilities. 2024-06-03 22:05:00 +08:00
dma
dummy
eeprom stm32h7/linum-stm32h753bi: Add support to eeprom using the i2c3 2024-03-07 01:55:56 +08:00
efuse
i2c
i2s
input nuttx/list: rename container_of to list_container_of from public header 2024-02-29 19:44:54 +08:00
ioexpander icjx: use iC-JX interrupt config instead of the general one 2024-05-09 23:43:56 +08:00
ipcc
lcd
leds
loop
math
misc fix: call rwb->rhreload() when nblocks > 0 2024-05-17 19:15:49 +08:00
mmcsd drivers/mmcsd/mmcsd_sdio.c: Fix SD card 4-bit support 2024-05-10 19:43:08 +08:00
modem driver/alt1250: Modify return value 2024-02-27 13:16:52 +08:00
motor drivers/motor: fix printf warnings 2024-06-13 02:21:29 +08:00
mtd Fix Kconfig style 2024-04-09 10:49:23 +08:00
net net/netdev: Check quota when registering lower-half devices 2024-05-14 17:43:26 -03:00
note
pci
pipes drivers/pipe: Change to the block mode by file_ioctl(FIONBIO) 2024-03-07 10:09:35 -03:00
power pm: pm_runtime fix header 2024-06-17 16:23:53 +08:00
rc
regmap
reset
rf
rmt
rpmsg fix nxstyle 2024-04-16 19:09:12 +08:00
rptun rptun ioctl: remove rptun_panic and rptun_dump_all 2024-02-21 21:38:05 -08:00
segger Revert "sched: replace some global variables to macro" 2024-06-06 22:00:25 +08:00
sensors sensors/bmi270: fix typo 2024-06-17 16:22:15 +08:00
serial drivers/serial/uart_pl011.c : add the bitmask according to PL011 spec. (Although almost no problem.) 2024-06-03 21:18:44 +08:00
spi drivers/spi: Add support for FPGA iCE40 bitstream loading. 2024-04-12 10:19:58 -03:00
syslog driver: There is no need to use sched_[un]lock 2024-04-30 11:35:13 -03:00
timers watchdog: fix idle callback maybe not upperhalf 2024-06-08 11:59:26 +08:00
usbdev Replace all asserts in kernel code with ASSERT 2024-05-17 10:18:16 -03:00
usbhost
usbmisc
usbmonitor
usrsock rpmsg: make all the rpmsg services deponds on RPMSG 2024-02-18 04:09:34 -08:00
video arch/sim_encoder: g_bufsize initialization error in g_sim_encoder_ops structure 2024-05-15 22:03:18 +08:00
virt
virtio virtio/gpu: minor revision on virtio_gpu_send_cmd() 2024-04-01 00:27:16 +08:00
wireless drivers/wireless/gs2200m.c: fix warning 2024-06-13 02:21:29 +08:00
.gitignore
CMakeLists.txt
Kconfig
Makefile
drivers_initialize.c