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-apps.git.
from 0c21a89 testing/ostest: remove spurious redefinitions of NULL
new c843936 system/readline: Make it work without CONFIG_FILE_STREAM
new 58586f8 system/cle: Make it work without CONFIG_FILE_STREAM
The 2 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:
include/system/cle.h | 7 +-
include/system/readline.h | 30 +++--
system/cle/cle.c | 34 +++--
system/readline/Makefile | 2 +-
system/readline/readline.c | 185 +-------------------------
system/readline/{readline.c => readline_fd.c} | 49 ++-----
6 files changed, 67 insertions(+), 240 deletions(-)
copy system/readline/{readline.c => readline_fd.c} (77%)