nuttx/Documentation/components/drivers/character
raiden00pl f1e7b143d9 !drivers: separate pulse count feature from PWM driver
BREAKING CHANGE: separate pulse count feature from PWM driver.

Coupling PWM driver with pulse count feature was bad decision from the beginning,
these are two different things:

- PWM is a modulation scheme: it continuously represents a value by varying duty
cycle, usually at a fixed frequency.
- Pulse train generation is a finite waveform transaction: generate N edges/pulses
with selected timing, then complete.

This change introduce a new pulse count driver with new API.
Now user can generate pulse train by providing:

- high pulse length in ns
- low pulse length in ns
- pulse count

All architectures supporting pulse count have been adapted in subsequent commits.
Users must migrate their code to use the new driver with new API.

Signed-off-by: raiden00pl <raiden00@railab.me>
2026-05-25 14:33:11 +02:00
..
analog docs/ads1115: Add trigger commands to documentation 2025-07-14 10:22:33 -04:00
crypto Documentation: add dummy pages for missing filesystems and drivers 2023-10-27 13:21:40 -03:00
input doc/input: Add documention to MPR121 Capacitive Keypad 2026-04-23 15:56:32 -03:00
leds doc/userled: Fix printf example 2026-02-12 08:49:18 +01:00
motor drivers/foc: add support for FOC power-stage driver 2023-11-18 17:07:20 -08:00
timers !drivers: separate pulse count feature from PWM driver 2026-05-25 14:33:11 +02:00
wireless style: fix typos 2025-04-30 13:45:46 +08:00
1wire.rst 1wire DS2XXX: add 1wire and DS2XXX documentation 2025-10-11 07:39:01 -03:00
bch.rst Documentation: add dummy pages for missing filesystems and drivers 2023-10-27 13:21:40 -03:00
can.rst can: strict TX priority ordering to avoid priority inversion 2026-01-06 16:03:14 +08:00
contactless.rst Documentation: add dummy pages for missing filesystems and drivers 2023-10-27 13:21:40 -03:00
eeprom.rst Documentation: add pages for supported MTD devices 2025-12-31 11:37:49 +08:00
efuse.rst Documentation: add dummy pages for missing filesystems and drivers 2023-10-27 13:21:40 -03:00
gpio.rst drivers/gpio: gpio driver added debounce and interrupt mask functions 2025-12-18 14:52:37 +01:00
i2s.rst Documentation: add dummy pages for missing filesystems and drivers 2023-10-27 13:21:40 -03:00
index.rst documentation: add GPIO character device driver entry 2025-11-22 14:12:19 -05:00
ipcc.rst Documentation: add dummy pages for missing filesystems and drivers 2023-10-27 13:21:40 -03:00
loop.rst Documentation: add dummy pages for missing filesystems and drivers 2023-10-27 13:21:40 -03:00
math.rst Documentation: add dummy pages for missing filesystems and drivers 2023-10-27 13:21:40 -03:00
modem.rst Documentation: add dummy pages for missing filesystems and drivers 2023-10-27 13:21:40 -03:00
note.rst driver/noteram: Support poll threshold 2026-01-27 03:18:38 +08:00
nullzero.rst Documentation: cosmetics changes 2023-10-26 20:01:21 +08:00
quadrature.rst doc: Improved QE Documentation and add mt6816 board profile doc 2026-05-03 07:56:38 -03:00
rc.rst docs/rc: document RC/LIRC drivers and remove empty drivers/rmt files 2026-04-04 11:18:32 -03:00
rf.rst Documentation: add dummy pages for missing filesystems and drivers 2023-10-27 13:21:40 -03:00
serial.rst docs: Add documentation for TIOCSERGSTRUCT ioctl in serial driver 2026-03-11 00:30:39 -04:00
touchscreen.rst drivers/touchscreen: add grab for touchscreen 2024-08-08 18:30:32 +08:00