zephyr/arch
Ulf Magnusson ad8ac7469b x86: gen_idt.py: Simplify test with 'not in'
Getting slightly subjective, but fixes this pylint warning:

    arch/x86/gen_idt.py:281:11: R1714: Consider merging these
    comparisons with "in" to 'handler not in (spur_code, spur_nocode)'
    (consider-using-in)

Getting rid of pylint warnings for a CI check. I could disable any
controversial ones (it's already a list of warnings to enable anyway).

Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
2019-09-08 22:21:46 -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 scripts: Fix random typo'd whitespace 2019-09-07 07:54:17 -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 riscv32: rename to riscv 2019-08-02 13:54:48 -07:00