nuttx/arch/arm
Andrey Zabolotnyi 4e65d543d8
Add OUTTOGGLE mode to STM32H7 timer driver (#541)
* stm32h7: New timer output mode STM32_TIM_CH_OUTTOGGLE.
In this mode timer generates a square waveform on given timer channel.
The maximal waveform freq is timer clock divided by 4 (prescaler 1, period 1 results in 2 clocks '0' and 2 clocks '1').

* stm32_tim.h styling fixes.
2020-03-11 05:18:43 -07:00
..
include stm32h7: Added basic support for STM32H753II. (#527) 2020-03-10 07:55:18 -07:00
src Add OUTTOGGLE mode to STM32H7 timer driver (#541) 2020-03-11 05:18:43 -07:00
Kconfig Run codespell -w with the latest dictonary again 2020-02-23 22:27:46 +01:00