nuttx/configs/nucleo-f334r8/src
Mateusz Szafoni b3b53a6dd4 Merged in raiden00/nuttx_pe (pull request #779)
Master

configs/nucleo-f334r8: add example for the SPWM generation (custom STM32 PWM usage)

arch/arm/src/stm32/stm32_pwm: fix compilation errors if the upper-half PWM logic is not enabled

include/nuttx/drivers/pwm.h: remove dependency on CONFIG_PWM for the upper-half PWM header. This allows compilation for the lower-level PWM drivers even if the upper-half PWM logic is not used.

arch/arm/src/stm32/stm32_tim.c: fix compilation error if there is no TIM8

configs/nucleo-f334r8/highpri: remove the upper-half ADC from configuration

configs/nucleo-f302r8/highpri: remove the upper-half ADC from configuration

configs/stm32f429i-disco/highpri: remove the upper-half ADC from configuration

Approved-by: GregoryN <gnutt@nuttx.org>
2018-12-09 16:31:57 +00:00
..
Makefile Merged in raiden00/nuttx_pe (pull request #779) 2018-12-09 16:31:57 +00:00
nucleo-f334r8.h 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
stm32_adc.c Merged in raiden00/nuttx_pe (pull request #770) 2018-12-02 01:24:36 +00:00
stm32_appinit.c Merged in raiden00/nuttx_pe (pull request #767) 2018-11-23 23:33:45 +00:00
stm32_autoleds.c
stm32_boot.c
stm32_buttons.c
stm32_can.c
stm32_comp.c Trivial changes from review of last PR. 2017-03-25 10:38:41 -06:00
stm32_highpri.c In the current implementation we only use very high priority interrupts (levels 0, 0x10 and 0x20 in CORTEX-M speak) but that means there are loads of lower priority ones that are effectively unused. I have *not* changed the semantics of these levels but have 'shifted' them to be based around the midpoint of the available interrupts (0x80) rather than at the top end....that allows for interrupts to be defined above (or, indeed, below) them as needed by the application. This should have no functional effect on existing code but adds in a clean capability to define higher priority interrupts. 2018-12-03 17:41:59 -06:00
stm32_hrtim.c Merged in raiden00/nuttx_pe (pull request #779) 2018-12-09 16:31:57 +00:00
stm32_opamp.c nucleo-f334r8: Add OPAMP support 2017-04-30 11:13:13 +02:00
stm32_pwm.c
stm32_spi.c
stm32_spwm.c Merged in raiden00/nuttx_pe (pull request #779) 2018-12-09 16:31:57 +00:00
stm32_timer.c
stm32_userleds.c