nuttx/configs/nucleo-f334r8/src
Gregory Nutt dc8c814ca3 Squashed commit of the following:
Fixed coding standard error in several files.  Use of while( is incorrect; a space is required between while and (.  Also ran tools/nxstyle and fix thoses complaints as well in most files.

    Changes to comply with coding standard.  Mostly focused on files with missing space after keyword in if(, switch(, and for(.  Offending files also got changes to comply with tools nxstyle.  If there were logs of nxstyle complaints, the file also got a taste of tools/indent.sh.  Still need to fix occurrences of while( with missing space.  There are a lot of them.
2019-02-27 08:41:08 -06: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 Squashed commit of the following: 2019-02-27 08:41:08 -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 Squashed commit of the following: 2019-02-27 08:41:08 -06:00
stm32_timer.c
stm32_userleds.c