nuttx/boards/arm/stm32
patacongo d126ddeeed Kconfig: Mark Windows Native build as EXPERIMENTAL (#144)
Kconfig:  the CONFIG_WINDOWS_NATIVE options now depends on CONFIG_EXPERIMENTAL.  The Windows native build is complete and available, but not often used or verified.  As a consequence, it cannot be assured to be fully functional at any given time.  Hence, it is marked here as EXPERIMENTAL so that the end user will be aware of this state.

boards/arm/stm32/stm32f4discovery/configs/winbuild/defconfig:  Add CONFIG_EXPERIMENTAL to the windbuild configuration.  It is now necessary for this configuratino to be a viable test configuration.

Co-authored-by: Gregory Nutt <gnutt@nuttx.org>
2020-01-22 16:22:59 +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 Kconfig: Mark Windows Native build as EXPERIMENTAL (#144) 2020-01-22 16:22:59 +01: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