Valentin Ochs
da04ccdf71
stm32: timer: Clarify some misleading comments.
...
Start clearing up misleading/redundant commentary.
2016-12-16 22:35:22 +00:00
Karl Palsson
1260b16772
timer_reset -> rcc_periph_reset_pulse() replace
...
timer_reset wasn't fully implemented for all timers on all series, and
was simply a wrapper of the RST bits in the RCC registers anyway.
First part of https://github.com/libopencm3/libopencm3/issues/709
2016-12-16 21:32:36 +00:00
Karl Palsson
8924042d2a
stm32f4: timer: correct misleading comments.
...
Code was correct, comment was badly imported.
2016-05-03 21:14:09 +00:00
Piotr Esden-Tempski
976720c355
Updated libopencm3 to current master. Made all examples compile again.
...
Be specifically careful with the usb examples. There is likely some
breakage to be expected, not sure I updated all the drivers to the
correct types for the respective chips.
2015-12-15 00:56:25 +01:00
Piotr Esden-Tempski
4de8d15303
[stm32f4-discovery] Using WFI instead of nop in the main loop.
...
WFI (Wait for Interrupt) tells the processor to suspend untill the next
interrupt is called. Better than burning away the cycles with nop.
2015-02-13 16:41:18 -08:00
Piotr Esden-Tempski
ec7c0f318b
[stm32f4-discovery] Added timer example for the stm32f4 discovery board.
2015-02-13 16:41:18 -08:00