zephyr/samples/basic
Andriy Gelman d8f955e375 drivers: pwm: Add driver for xmc4xxx using ccu8 module
Adds driver for pwm on xmc4xxx using Capture Compare Unit 8 (CCU8)
module. There are two CCU8 nodes with each one having four slices.
Each slice has two output channels.

Unlike CCU4, this module can generate complementary high-side/low-side
signals for each output channel. A variable dead time can be added
during the off to on transitions to make sure that the
high-side/low-side signals are not on at the same time.

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 ccu8 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