zephyr/samples/basic
Andriy Gelman 23b6e4f507 drivers: pwm: Add driver for xmc4xxx using ccu4 module
Adds driver for pwm on xmc4xxx using Capture Compare Unit 4 (CCU4)
module. There are four CCU4 with each one having four channels
Thus it's possible to have up to 16 pwm output signals. The output of
each channel can only be connected to a specific port/pin. The possible
connection and gpio configurations are defined using pinctrl.

The CCU4 module also has a capture mode. Capture support will be added
in the future.

Signed-off-by: Andriy Gelman <andriy.gelman@gmail.com>
2023-07-26 15:09:41 +02:00
..
blinky samples, tests: convert string-based twister lists to YAML lists 2023-05-10 09:52:37 +02:00
blinky_pwm drivers: pwm: Add driver for xmc4xxx using ccu4 module 2023-07-26 15:09:41 +02:00
button tests: cleanup metadata and filtering 2023-06-13 09:38:27 -04:00
custom_dts_binding samples, tests: convert string-based twister lists to YAML lists 2023-05-10 09:52:37 +02:00
fade_led tests: cleanup metadata and filtering 2023-06-13 09:38:27 -04:00
hash_map samples: basic: hash_map: fix libc heap size setting 2023-07-26 14:53:51 +02:00
minimal samples, tests: convert string-based twister lists to YAML lists 2023-05-10 09:52:37 +02:00
rgb_led tests: cleanup metadata and filtering 2023-06-13 09:38:27 -04:00
servo_motor tests: cleanup metadata and filtering 2023-06-13 09:38:27 -04:00
sys_heap samples, tests: convert string-based twister lists to YAML lists 2023-05-10 09:52:37 +02:00
threads tests: cleanup metadata and filtering 2023-06-13 09:38:27 -04:00
basic.rst