Gregory Nutt
5d6e6d66e2
Fix another improperly qualified configuration varaible: CONFIG_HRTIM -> CONFIG_STM32_HRTIM. This is necessary to avoid conflict and confusion with other Kconfig files that may have the save variable definition.
2018-06-28 11:37:29 -06:00
Mateusz Szafoni
a002238898
Merged in raiden00/nuttx (pull request #651 )
...
stm32f334-disco/buckboost: use a PID controller from libdsp
* libdsp: initial commit
* libdsp: cosmetics
* stm32f334-disco/buckboost: use a PID controller from libdsp
Approved-by: Gregory Nutt <gnutt@nuttx.org>
2018-06-06 12:47:37 +00:00
Mateusz Szafoni
4de1378ceb
Merged in raiden00/nuttx (pull request #625 )
...
fix warnings found in stm32f334-disco/buckboost configuration
Approved-by: Gregory Nutt <gnutt@nuttx.org>
2018-04-07 13:06:39 +00:00
Gregory Nutt
33d5325b09
STM32 F3: Fix a couple of new warnings noted in build testing. There are more new warnings, but I think these may be due to improper default values for some configuration settings. I have not looked into this in detail.
2018-04-04 17:32:25 -06:00
Gregory Nutt
5000e31c4f
configs/stm32f344-disco: Clean up some debug output strings.
2018-04-04 15:39:45 -06:00
Gregory Nutt
4cf3a06ef6
configs/stm32f344-disco: Fix an error that was causing build tests to fail.
2018-04-04 15:35:57 -06:00
Gregory Nutt
b4f2b0dfc6
Remove all usage of printf() from the OS. That is not an acceptable context for the use of an application-oriented interface that depends on a task-specific file descriptor and C buffered I/O.
2018-03-03 15:20:21 -06:00
raiden00pl
cec8709ec1
stm32/Kconfig: fix COMP7 dependency
...
stm32_hrtim: add HRTIM push-pull mode configuration
stm32f334-disco: add buck-boost converter mode
2018-01-28 11:06:08 +01:00
Mateusz Szafoni
5af7e3de2a
Merged in raiden00/nuttx (pull request #579 )
...
Master
* stm32_hritm: add interface to get timer clock frequency
stm32_hrtim: fix timer freq calculation
stm32_hrtim: add compar/capture registers significant bits checking
stm32_hrtim: minor changes
* stm32f334-disco: add buck converter and boost converter logic
Approved-by: Gregory Nutt <gnutt@nuttx.org>
2018-01-21 18:28:09 +00:00
Mateusz Szafoni
2fc5237854
Merged in raiden00/nuttx (pull request #529 )
...
Master
* cosmetics
* stm32_hrtim: add helper macros
* smps: cosmetics
* stm32f33xxx_adc: injected channels support, fix some definitions, add interface to disable interrupts
* stm32f334-dsico: beginning of lower-half driver for SMPS (buck-boost onboard converter)
* nucleo-f334r8/highpri: missing ADC trigger configuration
Approved-by: Gregory Nutt <gnutt@nuttx.org>
2017-11-05 14:15:04 +00:00