zephyr/arch/common
Daniel Leung 9be37553ee timing: do not repeatedly do init()/start()/stop()
We should not be initializing/starting/stoping timing functions
multiple times. So this changes how the timing functions are
structured to allow only one initialization, only start when
stopped, and only stop when started.

Signed-off-by: Daniel Leung <daniel.leung@intel.com>
2020-11-11 23:55:49 -05:00
..
CMakeLists.txt benchmarking: remove execution benchmarking code 2020-09-05 13:28:38 -05:00
gen_isr_tables.py gen_isr_tables: Function ptr instead of (void *) 2020-10-02 18:48:46 +02:00
isr_tables.c irq: Change dynamic API to take a constant parameter 2020-09-02 13:48:13 +02:00
nocache.ld
ramfunc.ld
rom_start_offset.ld
sw_isr_common.c arch: Apply dynamic IRQ API change 2020-09-02 13:48:13 +02:00
timing.c timing: do not repeatedly do init()/start()/stop() 2020-11-11 23:55:49 -05:00