You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by xi...@apache.org on 2022/01/27 09:33:38 UTC

[incubator-nuttx-apps] branch master updated (7d4b2a5 -> 53f6574)

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 7d4b2a5  Makefile, import/Make.defs: Fix undefined symbols for CONFIG_BUILD_KERNEL=y
     add 2052adc  add Machine Learning folder and menu
     add 53f6574  Add support for NNabla C Runtime

No new revisions were added by this update.

Summary of changes:
 {wireless/ieee802154 => mlearning}/.gitignore      |   0
 {canutils => mlearning}/Make.defs                  |   4 +-
 {canutils => mlearning}/Makefile                   |   4 +-
 mlearning/libnnablart/Kconfig                      |  20 ++++
 .../CButton => mlearning/libnnablart}/Make.defs    |   9 +-
 mlearning/libnnablart/Makefile                     | 126 +++++++++++++++++++++
 6 files changed, 156 insertions(+), 7 deletions(-)
 copy {wireless/ieee802154 => mlearning}/.gitignore (100%)
 copy {canutils => mlearning}/Make.defs (92%)
 copy {canutils => mlearning}/Makefile (93%)
 create mode 100644 mlearning/libnnablart/Kconfig
 copy {graphics/nxwidgets/UnitTests/CButton => mlearning/libnnablart}/Make.defs (72%)
 create mode 100644 mlearning/libnnablart/Makefile