nuttx/boards/arm/stm32
liuhaitao ac1b59fb01 clicker2-stm32/mrf24j40-mac: enable SCHED_LPWORK config to fix build break
Author: liuhaitao <liuhaitao@xiaomi.com>

    clicker2-stm32/mrf24j40-mac: enable SCHED_LPWORK config to fix build break

    ieee802154/mac802154_internal.h:75:4: error: #error Both Low and High priority work queues are required for this driver
       75 | #  error Both Low and High priority work queues are required for this driver
          |    ^~~~~
    ERROR: arm-none-eabi-gcc failed: 1

    nucleo-f303re/nxlines: enable NXSTART_EXTERNINIT config to fix build break

    arm-none-eabi-ld: /var/lib/jenkins/workspace/NuttX-Nightly-Build/nuttx/staging/libgraphics.a(nxmu_start.o): in function `nx_server':
    nxmu_start.c:(.text+0x2): undefined reference to `board_lcd_initialize'
    arm-none-eabi-ld: nxmu_start.c:(.text+0xc): undefined reference to `board_lcd_getdev'
    make[1]: *** [nuttx] Error 1

    Disable cxx new long to fix build break for some sam34 boards configs

    Build fail log as below:
    CXX:  libxx_new.cxx
    libxx_new.cxx:66:7: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter [-fpermissive]
       66 | void *operator new(unsigned long nbytes)
          |       ^~~~~~~~
    Makefile:102: recipe for target 'libxx_new.o' failed

    Signed-off-by: liuhaitao <liuhaitao@xiaomi.com>
2020-01-22 12:54:33 -03:00
..
axoloti Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
clicker2-stm32 clicker2-stm32/mrf24j40-mac: enable SCHED_LPWORK config to fix build break 2020-01-22 12:54:33 -03: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 clicker2-stm32/mrf24j40-mac: enable SCHED_LPWORK config to fix build break 2020-01-22 12:54:33 -03: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