Files
tinygo/src/machine
deadprogram 82f4fcf2a3 machine/stm32: fix PWM problem due to register shifting.
The SVD-generated TIM constants in the STM32 device files have all per-channel
fields shifted by one channel position (e.g., CC1E is at the hardware position
of CC2E, OC1M_Pos is at the OC2M hardware position). This caused Set(), Unset(),
SetInverting(), and interrupt handlers to write to wrong bit positions.

Signed-off-by: deadprogram <ron@hybridgroup.com>
2026-04-05 14:15:40 +02:00
..
2023-05-09 19:51:05 +02:00
2023-06-01 21:04:36 +02:00
2026-04-05 14:15:40 +02:00
2026-04-05 14:15:40 +02:00
2024-12-18 19:36:30 +01:00
2023-12-03 12:55:22 +01:00
2026-01-08 16:09:11 +00:00
2026-04-05 14:15:40 +02:00
2023-05-20 21:18:02 +02:00
2026-04-05 14:15:40 +02:00
2026-04-05 14:15:40 +02:00
2023-07-16 10:27:33 +02:00
2024-12-18 19:36:30 +01:00
2024-12-18 19:36:30 +01:00
2021-04-06 20:36:10 +02:00
2024-12-18 19:36:30 +01:00
2026-01-03 10:59:50 +00:00
2025-03-11 04:22:16 -07:00
2025-05-25 10:01:43 +02:00