zephyr/arch/common
Ulf Magnusson 247d40cf55 gen_isr_tables: Fix pylint warning by using isinstance()
Fix this warning, as a preparation for a CI check:

    arch/common/gen_isr_tables.py:167:11: C0123: Using type() instead of
    isinstance() for a typecheck. (unidiomatic-typecheck)

isinstance() has the advantage that it also handles inheritance, though
it doesn't really matter here. It's more common at least.

Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
2019-09-08 22:24:45 -04:00
..
CMakeLists.txt arch: Put intlist.ld into Cmake 2019-05-20 22:28:28 -04:00
gen_isr_tables.py gen_isr_tables: Fix pylint warning by using isinstance() 2019-09-08 22:24:45 -04:00
isr_tables.c
isr_tables.ld arch: Put intlist.ld into Cmake 2019-05-20 22:28:28 -04:00
nocache.ld arch: common: nocache: fix linker section definition 2019-06-19 09:08:40 -07:00
ramfunc.ld
sw_isr_common.c arch/common: Provide a weak, generic z_arch_irq_connect_dynamic() 2019-08-22 17:53:51 -04:00
timing_info_bench.c