This is an automated email from the ASF dual-hosted git repository.
xiaoxiang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
from d802912cba nuttx ai driver update
new 6e87f11083 Merge the newlibc string into NuttX.
new c113a224e8 newlibc:skip asan check.
new fba3967f2f strcpy:skip ubsan check.
new 66e0e1bb7f AVR:disable nosanitize_address.
The 4 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:
LICENSE | 31 +++++++++++
include/nuttx/compiler.h | 9 ++++
libs/libc/string/Kconfig | 7 +++
libs/libc/string/lib_memccpy.c | 96 +++++++++++++++++++++++++++++++++
libs/libc/string/lib_memchr.c | 103 +++++++++++++++++++++++++++++++++++
libs/libc/string/lib_memcmp.c | 69 ++++++++++++++++++++++++
libs/libc/string/lib_memcpy.c | 70 ++++++++++++++++++++++++
libs/libc/string/lib_memmove.c | 8 +--
libs/libc/string/lib_memrchr.c | 103 +++++++++++++++++++++++++++++++++++
libs/libc/string/lib_stpcpy.c | 49 +++++++++++++++++
libs/libc/string/lib_stpncpy.c | 72 +++++++++++++++++++++++++
libs/libc/string/lib_strcat.c | 54 +++++++++++++++++++
libs/libc/string/lib_strchr.c | 114 +++++++++++++++++++++++++++++++++++++++
libs/libc/string/lib_strchrnul.c | 6 +++
libs/libc/string/lib_strcmp.c | 67 +++++++++++++++++++++++
libs/libc/string/lib_strcoll.c | 2 +-
libs/libc/string/lib_strcpy.c | 54 +++++++++++++++++++
libs/libc/string/lib_strdup.c | 2 +-
libs/libc/string/lib_strlen.c | 61 +++++++++++++++++++++
libs/libc/string/lib_strncmp.c | 86 +++++++++++++++++++++++++++++
libs/libc/string/lib_strncpy.c | 72 +++++++++++++++++++++++++
libs/libc/string/lib_strrchr.c | 19 +++++++
22 files changed, 1145 insertions(+), 9 deletions(-)