zephyr/arch/common
Torstein Grindvik c02eb30bbf gen_isr_tables: Function ptr instead of (void *)
gen_isr_tables.py generates C-code which initializes a table with
values, and these values are structs with members cast to
(const void *) and (void *), respectively.

The actual struct definition has a member of type (const void *)
and another of type void (*)(const void *).

In order to avoid a large amount of reported issues in Coverity,
cast this to the exact type.

Signed-off-by: Torstein Grindvik <torstein.grindvik@nordicsemi.no>
2020-10-02 18:48:46 +02: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 config: Rename TEXT_SECTION_OFFSET to ROM_START_OFFSET 2020-07-09 14:02:38 -04:00
sw_isr_common.c arch: Apply dynamic IRQ API change 2020-09-02 13:48:13 +02:00
timing.c arch: default timings for all architectures 2020-09-05 13:28:38 -05:00