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 cf27f085f add const for romfs_img_len
     new ce735f413 libcoap: add makefile and Kconfig
     new d9f467dd8 libcoap: add cmake script

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:
 netutils/libcoap/.gitignore                      |   1 +
 netutils/libcoap/CMakeLists.txt                  | 130 +++++++++++++
 netutils/libcoap/Kconfig                         |  37 ++++
 {examples/libtest => netutils/libcoap}/Make.defs |  11 +-
 netutils/libcoap/Makefile                        | 105 +++++++++++
 netutils/libcoap/coap_config.h                   | 227 +++++++++++++++++++++++
 6 files changed, 505 insertions(+), 6 deletions(-)
 create mode 100644 netutils/libcoap/.gitignore
 create mode 100644 netutils/libcoap/CMakeLists.txt
 create mode 100644 netutils/libcoap/Kconfig
 copy {examples/libtest => netutils/libcoap}/Make.defs (83%)
 create mode 100644 netutils/libcoap/Makefile
 create mode 100644 netutils/libcoap/coap_config.h

Reply via email to