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/incubator-nuttx.git.
from db6dd62 libc/gettextdomain: Fix the typo error
new 5b369c5 libs/lbc: remove CHAR_BIT = 16 support
new 93426ca syslog_rpmsg: update syslog_rpmsg to support non-overwrite
new 9a86aa7 syslog_rpmsg: fix typo
The 3 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:
drivers/addrenv.c | 9 ++-
drivers/clk/clk.h | 2 -
drivers/rptun/rptun.c | 4 +-
drivers/serial/uart_rpmsg.c | 18 +++---
drivers/syslog/Kconfig | 8 +++
drivers/syslog/syslog_rpmsg.c | 116 +++++++++++++++++++++----------------
fs/rpmsgfs/rpmsgfs_client.c | 64 ++++++++++----------
include/nuttx/b2c.h | 109 ----------------------------------
include/nuttx/rptun/rptun.h | 2 +-
include/string.h | 6 --
libs/libc/string/Make.defs | 2 -
libs/libc/string/lib_anbstr2cstr.c | 54 -----------------
libs/libc/string/lib_ancstr2bstr.c | 54 -----------------
libs/libc/string/lib_bmem2cmem.c | 59 -------------------
libs/libc/string/lib_bstrnlen.c | 55 ------------------
libs/libc/string/lib_cmem2bmem.c | 63 --------------------
libs/libc/string/lib_nbstr2cstr.c | 59 -------------------
libs/libc/string/lib_ncstr2bstr.c | 67 ---------------------
mm/mm_heap/mm.h | 18 +++---
19 files changed, 130 insertions(+), 639 deletions(-)
delete mode 100644 include/nuttx/b2c.h
delete mode 100644 libs/libc/string/lib_anbstr2cstr.c
delete mode 100644 libs/libc/string/lib_ancstr2bstr.c
delete mode 100644 libs/libc/string/lib_bmem2cmem.c
delete mode 100644 libs/libc/string/lib_bstrnlen.c
delete mode 100644 libs/libc/string/lib_cmem2bmem.c
delete mode 100644 libs/libc/string/lib_nbstr2cstr.c
delete mode 100644 libs/libc/string/lib_ncstr2bstr.c