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-apps.git
from 6b9d51793 Fix error caused by netinit code assuming CONFIG_NETINIT_DNS
was enabled
new 9312a7400 add m2m decoder/encoder test
new b3a424613 system/nxcodec: add CMakeLists.txt
new 69a56e726 system/nxcodec: modify print usage
new ae9f4e223 nxcodec: update log information
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:
.../nxhello => system/nxcodec}/CMakeLists.txt | 18 +-
system/nxcodec/Kconfig | 30 ++
{benchmarks/fio => system/nxcodec}/Make.defs | 6 +-
{examples/dhcpd => system/nxcodec}/Makefile | 18 +-
system/nxcodec/nxcodec.c | 259 ++++++++++++++
.../alt1250_util.h => system/nxcodec/nxcodec.h | 28 +-
system/nxcodec/nxcodec_context.c | 385 +++++++++++++++++++++
.../dhcp6c.h => system/nxcodec/nxcodec_context.h | 67 ++--
system/nxcodec/nxcodec_main.c | 224 ++++++++++++
9 files changed, 966 insertions(+), 69 deletions(-)
copy {examples/nxhello => system/nxcodec}/CMakeLists.txt (77%)
create mode 100644 system/nxcodec/Kconfig
copy {benchmarks/fio => system/nxcodec}/Make.defs (89%)
copy {examples/dhcpd => system/nxcodec}/Makefile (75%)
create mode 100644 system/nxcodec/nxcodec.c
copy lte/alt1250/alt1250_util.h => system/nxcodec/nxcodec.h (73%)
create mode 100644 system/nxcodec/nxcodec_context.c
copy include/netutils/dhcp6c.h => system/nxcodec/nxcodec_context.h (57%)
create mode 100644 system/nxcodec/nxcodec_main.c