This is an automated email from the ASF dual-hosted git repository.

linguini pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git


    from cb1b1863c06 ci: Serialize CI jobs to avoid unnecessary pipeline 
execution
     new 128401a7331 arch: remove reference to non-existent readme
     new 6b709d5f7e8 boards/Kconfig: remove reference to non-existent readme
     new f809985e5b9 boards: remove reference to non-existent readme
     new 0dc88c1540e fs/mmap/Kconfig: fix reference to non-existent readme
     new f22436ae464 mm/: remove reference to non-existent readme
     new 13ab107d67e libc: remove reference to non-existent readme
     new 9daa23d4e42 include/nuttx/sensors: fix reference to non-existent readme
     new 3e6acfaf176 libs: remove not related comments from cmake files

The 8 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 arch/arm/src/at32/at32_eth.c                                |  4 ----
 arch/arm/src/gd32f4/gd32f4xx_enet.c                         |  4 ----
 arch/arm/src/stm32/stm32_eth.c                              |  4 ----
 arch/arm/src/stm32f7/stm32_ethernet.c                       |  4 ----
 arch/arm/src/stm32h5/stm32_ethernet.c                       |  4 ----
 arch/arm/src/stm32h7/stm32_ethernet.c                       |  4 ----
 boards/Kconfig                                              |  2 --
 boards/arm/lpc17xx_40xx/lpc4088-devkit/tools/oocd.sh        |  3 +--
 boards/arm/lpc17xx_40xx/lpc4088-quickstart/tools/oocd.sh    |  3 +--
 boards/arm/lpc17xx_40xx/lx_cpu/tools/oocd.sh                |  3 +--
 boards/arm/lpc17xx_40xx/olimex-lpc1766stk/tools/oocd.sh     |  3 +--
 boards/arm/lpc17xx_40xx/open1788/tools/oocd.sh              |  3 +--
 boards/arm/lpc214x/zp214xpa/tools/oocd.sh                   |  3 +--
 boards/arm/lpc31xx/olimex-lpc-h3131/tools/oocd.sh           |  3 +--
 boards/arm/samv7/common/tools/oocd.sh                       |  2 +-
 boards/arm/stm32/mikroe-stm32f4/include/board.h             |  3 +--
 boards/arm/stm32/stm32f429i-disco/include/board.h           | 13 +++++++------
 boards/arm/stm32/stm32f4discovery/include/board.h           |  4 ++--
 boards/arm/stm32/stm32f4discovery/src/stm32_ssd1289.c       |  2 +-
 .../arm/stm32/viewtool-stm32f107/src/viewtool_stm32f107.h   |  4 ++--
 boards/arm/tiva/dk-tm4c129x/tools/oocd.sh                   |  3 +--
 boards/arm/tiva/lm3s6965-ek/tools/oocd.sh                   |  3 +--
 boards/arm/tiva/lm4f120-launchpad/tools/oocd.sh             |  3 +--
 boards/arm/tiva/tm4c123g-launchpad/tools/oocd.sh            |  3 +--
 boards/arm/tiva/tm4c1294-launchpad/tools/oocd.sh            |  3 +--
 boards/arm/tiva/tm4c129e-launchpad/tools/oocd.sh            |  3 +--
 boards/mips/pic32mx/sure-pic32mx/src/pic32mx_lcd1602.c      |  2 +-
 boards/mips/pic32mx/sure-pic32mx/src/sure-pic32mx.h         |  2 +-
 fs/mmap/Kconfig                                             |  2 +-
 include/nuttx/sensors/adt7320.h                             |  3 ++-
 include/nuttx/sensors/adxl372.h                             |  6 ++----
 include/nuttx/sensors/lsm330.h                              |  6 ++----
 include/strings.h                                           |  6 +++---
 libs/libbuiltin/CMakeLists.txt                              |  9 ---------
 libs/libc/gnssutils/Kconfig                                 |  2 +-
 libs/libc/stdlib/lib_aligned_alloc.c                        |  2 +-
 libs/libc/stdlib/lib_atoi.c                                 |  2 +-
 libs/libc/stdlib/lib_atol.c                                 |  2 +-
 libs/libc/stdlib/lib_posix_memalign.c                       |  2 +-
 libs/libc/stdlib/lib_valloc.c                               |  2 +-
 libs/libc/string/lib_bsdmemccpy.c                           |  2 +-
 libs/libc/string/lib_bsdmemchr.c                            |  2 +-
 libs/libc/string/lib_bsdmemcmp.c                            |  2 +-
 libs/libc/string/lib_bsdmemcpy.c                            |  2 +-
 libs/libc/string/lib_bsdmemrchr.c                           |  2 +-
 libs/libc/string/lib_bsdstpcpy.c                            |  2 +-
 libs/libc/string/lib_bsdstpncpy.c                           |  2 +-
 libs/libc/string/lib_bsdstrcat.c                            |  2 +-
 libs/libc/string/lib_bsdstrchr.c                            |  2 +-
 libs/libc/string/lib_bsdstrchrnul.c                         |  2 +-
 libs/libc/string/lib_bsdstrcmp.c                            |  2 +-
 libs/libc/string/lib_bsdstrcpy.c                            |  2 +-
 libs/libc/string/lib_bsdstrlen.c                            |  2 +-
 libs/libc/string/lib_bsdstrncmp.c                           |  2 +-
 libs/libc/string/lib_bsdstrncpy.c                           |  2 +-
 libs/libc/string/lib_bsdstrrchr.c                           |  2 +-
 libs/libc/string/lib_index.c                                |  2 +-
 libs/libc/string/lib_memccpy.c                              |  2 +-
 libs/libc/string/lib_memchr.c                               |  2 +-
 libs/libc/string/lib_memcmp.c                               |  2 +-
 libs/libc/string/lib_memcpy.c                               |  2 +-
 libs/libc/string/lib_memmem.c                               |  2 +-
 libs/libc/string/lib_memmove.c                              |  2 +-
 libs/libc/string/lib_mempcpy.c                              |  2 +-
 libs/libc/string/lib_memrchr.c                              |  2 +-
 libs/libc/string/lib_memset.c                               |  2 +-
 libs/libc/string/lib_rindex.c                               |  2 +-
 libs/libc/string/lib_stpcpy.c                               |  2 +-
 libs/libc/string/lib_stpncpy.c                              |  2 +-
 libs/libc/string/lib_strcasecmp.c                           |  2 +-
 libs/libc/string/lib_strcasestr.c                           |  2 +-
 libs/libc/string/lib_strcat.c                               |  2 +-
 libs/libc/string/lib_strchr.c                               |  2 +-
 libs/libc/string/lib_strchrnul.c                            |  2 +-
 libs/libc/string/lib_strcmp.c                               |  2 +-
 libs/libc/string/lib_strcpy.c                               |  2 +-
 libs/libc/string/lib_strcspn.c                              |  2 +-
 libs/libc/string/lib_strdup.c                               |  2 +-
 libs/libc/string/lib_strlcat.c                              |  2 +-
 libs/libc/string/lib_strlcpy.c                              |  2 +-
 libs/libc/string/lib_strlen.c                               |  2 +-
 libs/libc/string/lib_strncasecmp.c                          |  2 +-
 libs/libc/string/lib_strncat.c                              |  2 +-
 libs/libc/string/lib_strncmp.c                              |  2 +-
 libs/libc/string/lib_strncpy.c                              |  2 +-
 libs/libc/string/lib_strndup.c                              |  2 +-
 libs/libc/string/lib_strnlen.c                              |  2 +-
 libs/libc/string/lib_strpbrk.c                              |  2 +-
 libs/libc/string/lib_strrchr.c                              |  2 +-
 libs/libc/string/lib_strsep.c                               |  2 +-
 libs/libc/string/lib_strspn.c                               |  2 +-
 libs/libc/string/lib_strstr.c                               |  2 +-
 libs/libc/string/lib_strtok.c                               |  2 +-
 libs/libc/string/lib_strtokr.c                              |  2 +-
 libs/libxx/CMakeLists.txt                                   |  9 ---------
 mm/umm_heap/umm_calloc.c                                    |  2 +-
 mm/umm_heap/umm_free.c                                      |  2 +-
 mm/umm_heap/umm_malloc.c                                    |  2 +-
 mm/umm_heap/umm_malloc_size.c                               |  2 +-
 mm/umm_heap/umm_memalign.c                                  |  2 +-
 mm/umm_heap/umm_realloc.c                                   |  2 +-
 mm/umm_heap/umm_zalloc.c                                    |  2 +-
 102 files changed, 106 insertions(+), 166 deletions(-)

Reply via email to