zephyr/arch/common
Andy Ross 1041ef0925 tests/benchmarks/timing: Unify the "standard zephyr timing" cases
It's worth using custom timing information on a few systems to save
cycles or gain precision.  But make the use of k_cycle_get_32() a
proper default instead of hardcoding all the platforms and failing to
build on new ones.  On Xtensa and RISC-V (and now x86_64) the cycle
informatoin from that call is a very fast wrapper around the native
counters anyway -- all you would save would be the function call
overhead.

Signed-off-by: Andy Ross <andrew.j.ross@intel.com>
2019-01-11 15:18:52 -05:00
..
CMakeLists.txt arch: common: add function for updating IRQ table 2018-11-10 11:01:22 -05:00
gen_isr_tables.py gen_isr_tables: remove hard-coded max IRQ value of 32 2018-11-14 21:14:14 -05:00
isr_tables.c Revert "interrupts: use weak linkage instead ..." 2018-12-07 20:26:58 -05:00
sw_isr_common.c arch: common: add function for updating IRQ table 2018-11-10 11:01:22 -05:00
timing_info_bench.c tests/benchmarks/timing: Unify the "standard zephyr timing" cases 2019-01-11 15:18:52 -05:00