nuttx/drivers
Petro Karashchenko ebddc8d8ee drivers/usbhost: remove unused function
Signed-off-by: Petro Karashchenko <petro.karashchenko@gmail.com>
2024-08-25 19:22:15 +08:00
..
1wire drivers/1wire/ds28e17.c: fix printf warnings 2024-06-13 02:21:29 +08:00
analog nuttx: use sizeof instead of define or number in snprintf 2024-08-25 19:22:15 +08:00
audio drivers/audio: fix samp rate conversion issue 2024-08-22 09:13:51 -03:00
bch bch:alloc bch->buffer when offset not aligned 2024-08-22 20:24:13 +08:00
can can: CAN code optimization 2024-08-23 20:18:17 +08:00
clk clk: fix reg operation not compatible with 64bit 2024-08-17 00:05:18 +08:00
contactless drivers/contactless: fix gcc14 errors 2024-06-13 02:21:29 +08:00
crypto Fix Kconfig style 2023-12-09 13:44:46 -08:00
devicetree drivers/devicetree/fdt: add additional fdt parsing utilities. 2024-06-03 22:05:00 +08:00
dma Nuttx/dma: add dma framework for nuttx 2023-04-22 01:02:51 +08:00
dummy build: add initial cmake build system 2023-07-08 13:50:48 +08:00
eeprom stm32h7/linum-stm32h753bi: Add support to eeprom using the i2c3 2024-03-07 01:55:56 +08:00
efuse nuttx: use lib_free for memory de-allocation after strdup or asprintf 2023-08-08 11:58:29 -03:00
i2c nuttx: use sizeof instead of define or number in snprintf 2024-08-25 19:22:15 +08:00
i2s nuttx: use sizeof instead of define or number in snprintf 2024-08-25 19:22:15 +08:00
input input: fix touchevent race condition 2024-08-23 08:52:23 +08:00
ioexpander greenhills: fix enumerated type mixed using build warning 2024-08-24 20:43:53 +08:00
ipcc nuttx: use sizeof instead of define or number in snprintf 2024-08-25 19:22:15 +08:00
lcd driver/ssd1680: Add support for 1.54 inch e-paper display 2024-08-04 23:14:55 +08:00
leds drivers/leds/ws2812: Fix WS2812 pixel size 2023-12-24 16:38:06 -08:00
loop enable O_CLOEXEC explicit 2023-09-22 13:51:00 +08:00
math math/mpi: add mpi driver in math 2023-10-17 13:43:43 +08:00
misc fix: call rwb->rhreload() when nblocks > 0 2024-05-17 19:15:49 +08:00
mmcsd nuttx: use sizeof instead of define or number in snprintf 2024-08-25 19:22:15 +08:00
modem drivers/modem/alt1250: Disable the PIN feature in ALT1250 2024-08-21 02:11:02 +08:00
motor Fix allocated memory test 2024-06-28 09:30:42 +02:00
mtd nuttx: use sizeof instead of define or number in snprintf 2024-08-25 19:22:15 +08:00
net greenhills: fix enumerated type mixed with another type warning 2024-08-24 20:43:53 +08:00
note nuttx/atomic.h:replace ALL stdatomic.h with nuttx/stdatomic.h in nuttx/ 2024-08-22 01:44:29 +08:00
pci cosmetic changes after pci code rebase 2024-01-25 09:09:30 -08:00
pipes pipes:fix the issue of the circbuf cannot be incorrectly initialized due to PIPE_POLICY_0 2024-08-23 16:14:39 -03:00
power pm_runtime: fix header missing, up_interrupt_context may undeclared 2024-08-21 13:38:50 +08:00
rc poll: pollsetup should notify only one fd passd by caller 2023-11-21 09:07:17 +01:00
regmap Documentation: remove all migrated READMEs 2023-10-29 21:03:54 -03:00
reset added mutex lock before lookup reset controller by name 2023-08-11 20:39:16 +08:00
rf build: add initial cmake build system 2023-07-08 13:50:48 +08:00
rmt nuttx: use sizeof instead of define or number in snprintf 2024-08-25 19:22:15 +08:00
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 drivers/segger: upgrade to v3.54 2024-07-03 17:31:23 +08:00
sensors convert pointer string to number in base 16 2024-08-14 22:36:57 +08:00
serial nuttx: use sizeof instead of define or number in snprintf 2024-08-25 19:22:15 +08:00
spi nuttx: use sizeof instead of define or number in snprintf 2024-08-25 19:22:15 +08:00
syslog syslog_rpmsg: Ensure the syslog ept is ready when rpmsg_send 2024-08-23 01:43:09 +08:00
timers Capture adds the function of edges counting 2024-08-24 11:18:05 +08:00
usbdev nuttx: use sizeof instead of define or number in snprintf 2024-08-25 19:22:15 +08:00
usbhost drivers/usbhost: remove unused function 2024-08-25 19:22:15 +08:00
usbmisc poll: pollsetup should notify only one fd passd by caller 2023-11-21 09:07:17 +01:00
usbmonitor build: add initial cmake build system 2023-07-08 13:50:48 +08:00
usrsock rpmsg: make all the rpmsg services deponds on RPMSG 2024-02-18 04:09:34 -08:00
video nuttx: use sizeof instead of define or number in snprintf 2024-08-25 19:22:15 +08:00
virt cosmetic changes after pci code rebase 2024-01-25 09:09:30 -08:00
virtio nuttx: use sizeof instead of define or number in snprintf 2024-08-25 19:22:15 +08:00
wireless nuttx/atomic.h:replace ALL stdatomic.h with nuttx/stdatomic.h in nuttx/ 2024-08-22 01:44:29 +08:00
.gitignore
CMakeLists.txt build: add initial cmake build system 2023-07-08 13:50:48 +08:00
drivers_initialize.c drivers/drivers_initialize.c: check if only one console is selected 2024-07-29 00:31:24 +08:00
Kconfig Various fixes for PCI work 2024-01-25 09:09:30 -08:00
Makefile Various fixes for PCI work 2024-01-25 09:09:30 -08:00