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/03/14 10:46:22 UTC

[incubator-nuttx-apps] branch master updated (db4fc86 -> c53dca5)

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 db4fc86  system/input: add input tool button support
     add c2f4d16  system: add ramspeed test.
     add c53dca5  rename ramspeed to ramspeed_main

No new revisions were added by this update.

Summary of changes:
 {examples/gpio => system/ramspeed}/Kconfig     |  21 +-
 {canutils/canlib => system/ramspeed}/Make.defs |   6 +-
 {examples/can => system/ramspeed}/Makefile     |  16 +-
 system/ramspeed/ramspeed_main.c                | 435 +++++++++++++++++++++++++
 4 files changed, 455 insertions(+), 23 deletions(-)
 copy {examples/gpio => system/ramspeed}/Kconfig (54%)
 copy {canutils/canlib => system/ramspeed}/Make.defs (89%)
 copy {examples/can => system/ramspeed}/Makefile (80%)
 create mode 100644 system/ramspeed/ramspeed_main.c