This is an automated email from the ASF dual-hosted git repository.
xiaoxiang781216 pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git
from 5355adb9c apps: Fix codespell warnings.
new 2ad3e4e17 examples/pwm: remove refenrences to PULSECOUNT
new 5cce60aa9 examples: add pulse count example
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:
examples/{ajoystick => pulsecount}/CMakeLists.txt | 10 +-
examples/pulsecount/Kconfig | 42 ++++
{benchmarks/fio => examples/pulsecount}/Make.defs | 6 +-
examples/{smps => pulsecount}/Makefile | 10 +-
examples/pulsecount/pulsecount_main.c | 247 ++++++++++++++++++++++
examples/pwm/Kconfig | 12 +-
examples/pwm/pwm.h | 10 +-
examples/pwm/pwm_main.c | 60 +-----
8 files changed, 313 insertions(+), 84 deletions(-)
copy examples/{ajoystick => pulsecount}/CMakeLists.txt (88%)
create mode 100644 examples/pulsecount/Kconfig
copy {benchmarks/fio => examples/pulsecount}/Make.defs (88%)
copy examples/{smps => pulsecount}/Makefile (89%)
create mode 100644 examples/pulsecount/pulsecount_main.c