This is an automated email from the ASF dual-hosted git repository.
lupyuen pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git
from 43bc7e99d system/nxdiag: add CMake support for NXDiag tool
new bda344810 apps/system/microros: Create empty library skeleton.
new 2a3a41d53 apps/system/microros: Add Kconfig with configuration options.
new 0be492889 apps/system/microros: Add Makefile skeleton.
new faf07ed3b apps/system/microros: Add .gitignore for library build
artifacts.
new e9d1141f7 apps/system/microros: Add CMakeLists.txt for CMake support.
The 5 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:
system/microros/.gitignore | 13 ++++
system/{cle => microros}/CMakeLists.txt | 6 +-
system/microros/Kconfig | 102 ++++++++++++++++++++++++++++++++
{platform => system/microros}/Make.defs | 4 +-
{boot => system/microros}/Makefile | 4 +-
5 files changed, 121 insertions(+), 8 deletions(-)
create mode 100644 system/microros/.gitignore
copy system/{cle => microros}/CMakeLists.txt (91%)
create mode 100644 system/microros/Kconfig
copy {platform => system/microros}/Make.defs (93%)
copy {boot => system/microros}/Makefile (94%)