zephyr/boards/posix/native_posix
Filip Zajdel 33eabf6fc7 drivers: counter: Add native_posix counter hardware model and driver
Adds native_posix hw counter model and the counter driver.
Functionality is needed by software which is tested
on native_posix and has dependency on counter.
Hardware model was developed similarly to HW timer model.
The counter driver wraps HW counter functions and exposes
basic functionalities: starting, stopping, setting and cancelling
single channel alarms.
Code was tested against: tests/drivers/counter/counter_basic_api.

Signed-off-by: Filip Zajdel <filip.zajdel@nordicsemi.no>
2020-07-27 13:25:50 +02:00
..
doc
board_irq.h
board_soc.h
board.cmake
CMakeLists.txt
cmdline_common.c
cmdline_common.h
cmdline.c
cmdline.h
hw_counter.c
hw_counter.h
hw_models_top.c
hw_models_top.h
irq_ctrl.c
irq_ctrl.h
irq_handler.c
irq_handler.h
Kconfig
Kconfig.board
Kconfig.defconfig
main.c
native_posix_64_defconfig
native_posix_64.dts
native_posix_64.yaml
native_posix_defconfig
native_posix.dts
native_posix.yaml
native_rtc.c
native_rtc.h
native_tracing.h
sdl_events.c
sdl_events.h
timer_model.c
timer_model.h
tracing.c