nuttx/boards/arm/stm32
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
..
axoloti Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
clicker2-stm32 Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
cloudctrl Make the read ahead buffer unselectable 2020-01-11 08:24:49 -06:00
drivers Merged in alinjerpelea/nuttx (pull request #1014) 2019-08-21 13:39:29 +00:00
fire-stm32v2 Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
hymini-stm32v Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
maple Linker scripts: Fix some alignment problems. 2019-09-15 18:06:36 -06:00
mikroe-stm32f4 Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
nucleo-f4x1re Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
nucleo-f103rb All linker scripts: Preface all _edata defininitions with . = ALIGN(4). Otherwise, the last bytes in the .data section may not be initialized properly. Also convert all linker scripts indent in units of 8-spaces to units of 4-spaces. 2019-09-15 17:22:16 -06:00
nucleo-f207zg Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
nucleo-f302r8 Within the OS, nxisg_sleep() should be used instead of sleep(). sleep() is a cancellation point and sets the errno value. Neither of which should be done inside the OS. 2019-11-29 19:03:24 -06:00
nucleo-f303re Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
nucleo-f303ze Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
nucleo-f334r8 Within the OS, nxisg_sleep() should be used instead of sleep(). sleep() is a cancellation point and sets the errno value. Neither of which should be done inside the OS. 2019-11-29 19:03:24 -06:00
nucleo-f410rb Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
nucleo-f446re Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
nucleo-l152re All linker scripts: Preface all _edata defininitions with . = ALIGN(4). Otherwise, the last bytes in the .data section may not be initialized properly. Also convert all linker scripts indent in units of 8-spaces to units of 4-spaces. 2019-09-15 17:22:16 -06:00
olimex-stm32-e407 Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
olimex-stm32-h405 All linker scripts: Preface all _edata defininitions with . = ALIGN(4). Otherwise, the last bytes in the .data section may not be initialized properly. Also convert all linker scripts indent in units of 8-spaces to units of 4-spaces. 2019-09-15 17:22:16 -06:00
olimex-stm32-h407 Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
olimex-stm32-p107 Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
olimex-stm32-p207 Make the read ahead buffer unselectable 2020-01-11 08:24:49 -06:00
olimex-stm32-p407 Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
olimexino-stm32 Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
omnibusf4 Fix a few errors concerning use of section block comments in .c files: (#95) 2020-01-14 00:37:54 +01:00
photon Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
shenzhou Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
stm32_tiny Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
stm32butterfly2 Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
stm32f3discovery Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
stm32f4discovery boards/arm/stm32/stm32f4discovery/: Add board support to external LoRa NiceRF module 2020-01-12 10:59:30 -06:00
stm32f103-minimum Removed stray references to MPL115A in stm32_bmp180.c files. 2020-01-10 20:04:21 -03:00
stm32f334-disco All linker scripts: Preface all _edata defininitions with . = ALIGN(4). Otherwise, the last bytes in the .data section may not be initialized properly. Also convert all linker scripts indent in units of 8-spaces to units of 4-spaces. 2019-09-15 17:22:16 -06:00
stm32f411e-disco Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
stm32f429i-disco Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
stm32ldiscovery Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
stm32vldiscovery Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
stm3210e-eval Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
stm3220g-eval Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
stm3240g-eval Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
viewtool-stm32f107 Make the read ahead buffer unselectable 2020-01-11 08:24:49 -06:00