nuttx/boards/arm
patacongo f00569816f Fix a few errors concerning use of section block comments in .c files: (#95)
1. No .c file should include a "Public Types" section.  Only a header file can define a public type.  A .c file can only define a private type.  Several files contained private type definitions.  The section that they were defined in, however, was incorrectly named "Public Types."  Those were easilty changed to "Private Types" which is what they are.

2. No .c file should include a "Public Function Prototypes" section.  All global function prototypes should be provided via a header file and never declared with a .c file.

For No. 2, I corrected as many cases as was reasonable for the time that I had available.  But there are still a dozen or so .c files that declare "Public Function Prototypes" within a .c file.  This is bad programming style.  These declarations should all be moved to the proper header files.
2020-01-14 00:37:54 +01:00
..
a1x Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
am335x Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
c5471 Remove support for generation of RRLOAD binary files. The RRLOAD binary format was used with Linux BSPs from www.ridgerun.com circa 2000-2001. It is still need by the the c5471 board if that bootloader is used. Removes the CONFIG_RRLOAD_BINARY option and tools/mkimage.sh 2019-12-09 11:29:12 -06:00
cxd56xx Fix a few errors concerning use of section block comments in .c files: (#95) 2020-01-14 00:37:54 +01:00
dm320 boards/arm/dm320/ntosd-dm320/src/: Fix error found in build testing. All configurations must provide boar_app_initialize() which is required if CONFIG_LIB_BOARDCTL is enabled. 2019-10-27 14:49:05 -06:00
efm32 Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
imx6 Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
imxrt Fix a few errors concerning use of section block comments in .c files: (#95) 2020-01-14 00:37:54 +01:00
kinetis Make the read ahead buffer unselectable 2020-01-11 08:24:49 -06:00
kl Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
lc823450 Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
lpc17xx_40xx Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
lpc31xx Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
lpc43xx Fix a few errors concerning use of section block comments in .c files: (#95) 2020-01-14 00:37:54 +01:00
lpc54xx Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
lpc214x Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
lpc2378 Linker scripts: Fix some alignment problems. 2019-09-15 18:06:36 -06:00
max326xx Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
moxart Linker scripts: Fix some alignment problems. 2019-09-15 18:06:36 -06:00
nrf52 nrf52: add support for SPI 2020-01-08 09:05:03 -06:00
nuc1xx Linker scripts: Fix some alignment problems. 2019-09-15 18:06:36 -06:00
s32k1xx Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
sam34 Make the read ahead buffer unselectable 2020-01-11 08:24:49 -06:00
sama5 Make the read ahead buffer unselectable 2020-01-11 08:24:49 -06:00
samd2l2 Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
samd5e5 Author: Gregory Nutt <gnutt@nuttx.org> 2020-01-02 12:35:45 -06:00
samv7 Make the read ahead buffer unselectable 2020-01-11 08:24:49 -06:00
stm32 Fix a few errors concerning use of section block comments in .c files: (#95) 2020-01-14 00:37:54 +01:00
stm32f0l0g0 Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
stm32f7 Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
stm32h7 Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
stm32l4 boards/arm/stm32l4/nucleo-l432kc/: Remove LPTIM1/2 duplicated entrys on Timer Configuration Menu. Timers TIM3, TIM4, TIM5, TIM8 and TIM17 are not available on STM32L432KC. Added support for timers LPTIM1/2. 2020-01-09 15:22:48 -06:00
str71x Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
tiva Make the read ahead buffer unselectable 2020-01-11 08:24:49 -06:00
tms570 Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
xmc4 Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00