nuttx/arch/arm
raiden00pl 642358e68f stm32h7/rcc: make VOS0 configurable from board.h also for stm32h7x7xx
Over-drive can be forced to a given state by adding define to the
board.h configuration file:

   #define STM32_VOS_OVERDRIVE 1 - force over-drive enabled,
   #define STM32_VOS_OVERDRIVE 0 - force over-drive disabled,
   #undef STM32_VOS_OVERDRIVE    - autoselect over-drive by the default RCC logic
2023-04-17 04:23:40 -04:00
..
include armv7-m irq: avoid uninitialized warning/error 2023-03-23 04:02:43 -07:00
src stm32h7/rcc: make VOS0 configurable from board.h also for stm32h7x7xx 2023-04-17 04:23:40 -04:00
Kconfig arch/nrf53: add PWM support 2023-03-15 22:08:27 +01:00