zephyr/boards/posix/native_sim
Jason Wright 7e02a0379f drivers: counter native: Add top value conf and multi channel support
The counter_native_posix driver currently does not support top value
configuration, i.e. `ctr_set_top_value` returns `-ENOTSUP`. This commit
adds support for top value configuration, and with the counter API now
fully implemented, adds `counter` to `supported` peripherals for
native_posix target.
It also resolves an existing bug in which the
counter ISR did not reset upon reaching `TOP_VALUE`.
And adds support for multiple channels

Signed-off-by: Jason Wright <jason@jpw.nyc>
Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
2023-10-23 13:38:43 +02:00
..
doc board: native: Update the posix Ethernet driver documentation 2023-10-20 15:00:41 +02:00
CMakeLists.txt native boards: cmake: Move nsi_config generation to shared file 2023-09-04 13:16:58 +02:00
Kconfig
Kconfig.board
Kconfig.defconfig
board.cmake native sim: Set native_gdb as debug runner 2023-10-10 15:26:09 +02:00
board_irq.h
board_soc.h
cmdline.c
cmdline.h
cmdline_common.h
cpu_wait.c
irq_handler.c native_sim: IRQ handling: dont swap if kernel is uninitialized 2023-08-09 13:19:19 +02:00
irq_handler.h
misc.c
native_posix_compat.h
native_sim.dts
native_sim.yaml drivers: counter native: Add top value conf and multi channel support 2023-10-23 13:38:43 +02:00
native_sim_64.dts
native_sim_64.yaml drivers: counter native: Add top value conf and multi channel support 2023-10-23 13:38:43 +02:00
native_sim_64_defconfig
native_sim_defconfig
nsi_if.c native_sim: Update native simulator to latest and align with it 2023-08-16 15:05:12 +02:00
posix_arch_if.c
timer_model.h