nuttx/drivers/analog
raiden00pl 744fbd0a92 drivers/analog: add MCP445X potentiometer support
Add a lower-half driver for the Microchip MCP4451 quad digital
potentiometer. Wiper and terminal control access is provided through
the common potentiometer interface, raw register access through
chip-specific ioctl commands.

Signed-off-by: raiden00pl <raiden00@railab.me>
Assisted-by: Claude Code
2026-08-08 18:37:08 +08:00
..
ad5410.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
adc.c drivers/efuse/efuse: Drivers Registered With World Write Permissions(Part 1) 2026-07-13 12:08:01 +02:00
ads1115.c drivers/analog: Fix memory leak in ads1115_initialize. 2026-05-29 09:43:06 +08:00
ads1242.c drivers/efuse/efuse: Drivers Registered With World Write Permissions(Part 1) 2026-07-13 12:08:01 +02:00
ads1255.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
ads7046.c drivers/efuse/efuse: Drivers Registered With World Write Permissions(Part 1) 2026-07-13 12:08:01 +02:00
ads7828.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
CMakeLists.txt drivers/analog: add MCP445X potentiometer support 2026-08-08 18:37:08 +08:00
comp.c drivers/efuse/efuse: Drivers Registered With World Write Permissions(Part 1) 2026-07-13 12:08:01 +02:00
dac.c drivers/efuse/efuse: Drivers Registered With World Write Permissions(Part 1) 2026-07-13 12:08:01 +02:00
dac7554.c drivers/analog/dac7554: Add NULL checks after kmm_malloc in dac7554_initialize 2026-05-30 17:50:14 +08:00
dac7571.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
hx711.c drivers/efuse/efuse: Drivers Registered With World Write Permissions(Part 1) 2026-07-13 12:08:01 +02:00
Kconfig drivers/analog: add MCP445X potentiometer support 2026-08-08 18:37:08 +08:00
lmp92001.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
ltc1867l.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
Make.defs drivers/analog: add MCP445X potentiometer support 2026-08-08 18:37:08 +08:00
max1161x.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
mcp47x6.c drivers/analog: fix dead free and memory leak in mcp48xx and mcp47x6. 2026-05-28 02:18:58 +02:00
mcp48xx.c drivers/analog: fix dead free and memory leak in mcp48xx and mcp47x6. 2026-05-28 02:18:58 +02:00
mcp445x.c drivers/analog: add MCP445X potentiometer support 2026-08-08 18:37:08 +08:00
mcp3008.c drivers/analog: Fix memory leak and dead code in mcp3008_initialize. 2026-05-29 01:26:57 +08:00
opamp.c drivers/efuse/efuse: Drivers Registered With World Write Permissions(Part 1) 2026-07-13 12:08:01 +02:00
pga11x.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
pot.c drivers/analog: add digital potentiometer driver support 2026-08-08 18:37:08 +08:00