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 1c769d141 testing/ltp: add cmake support
new 9cf9b862c uorb: add generator tool.
new 6028b42d0 uorb/generator:Fix generator bugs and formatting issues.
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:
system/uorb/CMakeLists.txt | 16 ++
system/uorb/Kconfig | 4 +
system/uorb/Makefile | 5 +
system/uorb/generator.c | 418 +++++++++++++++++++++++++++++++++++++++++++++
4 files changed, 443 insertions(+)
create mode 100644 system/uorb/generator.c