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 2021/12/24 18:02:49 UTC

[incubator-nuttx-apps] branch master updated (a1dbb47 -> 64a0977)

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 a1dbb47  Update gitignore to match new behavior in https://github.com/apache/incubator-nuttx/pull/5069
     add 64a0977  apps/sht3x: Add simple application to test SHT3x sensor

No new revisions were added by this update.

Summary of changes:
 examples/{hello => sht3x}/Kconfig                 | 21 +++++-----
 examples/{alarm => sht3x}/Make.defs               |  6 +--
 examples/{slcd => sht3x}/Makefile                 | 14 +++----
 examples/{obd2/obd2_main.c => sht3x/sht3x_main.c} | 47 ++++++++++++-----------
 4 files changed, 45 insertions(+), 43 deletions(-)
 copy examples/{hello => sht3x}/Kconfig (53%)
 copy examples/{alarm => sht3x}/Make.defs (89%)
 copy examples/{slcd => sht3x}/Makefile (80%)
 copy examples/{obd2/obd2_main.c => sht3x/sht3x_main.c} (70%)