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> |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| gen_isr_tables.py | ||
| isr_tables.c | ||
| nocache.ld | ||
| ramfunc.ld | ||
| rom_start_offset.ld | ||
| sw_isr_common.c | ||
| timing.c | ||