This is an automated email from the ASF dual-hosted git repository.
acassis pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
from 2f3b8255e02 devif_poll.c: inline the small or single caller function
add f6a9f8239d1 drivers/capture: add signal notification support for edge
capture events
add 57217a79831 drivers/capture: add fake capture driver for testing and
development
add 5ca6581353c Documentation: update capture.rst with notification and
fake driver
No new revisions were added by this update.
Summary of changes:
.../drivers/character/timers/capture.rst | 203 +++++++++++-
drivers/drivers_initialize.c | 5 +
drivers/timers/CMakeLists.txt | 4 +
drivers/timers/Kconfig | 19 ++
drivers/timers/Make.defs | 5 +
drivers/timers/capture.c | 124 +++++++-
drivers/timers/fake_capture.c | 352 +++++++++++++++++++++
include/nuttx/timers/capture.h | 81 ++++-
8 files changed, 786 insertions(+), 7 deletions(-)
create mode 100644 drivers/timers/fake_capture.c