zephyr/arch
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
..
arc arc: replace 32-bit instructions with possible 16-bit instructions 2019-09-08 12:36:02 +02:00
arm arch: arm: be able to infer Z_ARCH_EXCEPT() for baseline SOCs 2019-08-29 11:29:50 +02:00
common gen_isr_tables: Fix pylint warning by using isinstance() 2019-09-08 22:24:45 -04:00
nios2 arch/nios2: rearrange for standard use of extern "C" 2019-08-20 00:49:15 +02:00
posix native: Set recommended stack size to 40 for 64 bit 2019-08-24 19:55:09 +02:00
riscv arch/riscv: rearrange for standard use of extern "C" 2019-08-18 16:20:10 +02:00
x86 x86: gen_idt.py: Simplify test with 'not in' 2019-09-08 22:21:46 -04:00
x86_64 arch/x86_64: do not modify CR8 in interrupt path 2019-09-07 10:06:13 -04:00
xtensa xtensa: asm2: add code for double exception vector 2019-09-07 10:21:16 -04:00
CMakeLists.txt
Kconfig