zephyr/arch
Ulf Magnusson a3793098cb xtensa: xtensa_intgen.py: Change 'not lvl in ...' to 'lvl not in ...'
Use the 'not in' operator. Fixes this pylint warning:

    arch/xtensa/core/xtensa_intgen.py:77:7: C0113: Consider changing
    "not lvl in ints_by_lvl" to "lvl not in ints_by_lvl" (unneeded-not)

Fixing pylint warnings for a CI check.

Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
2019-09-07 07:55:01 -04:00
..
arc arc: interrupts: Explain return from interrupt to cooperative thread 2019-08-30 20:10:14 +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 arch/x86: rearrange for standard use of extern "C" 2019-08-20 00:49:15 +02:00
x86_64 kernel: rename NANO_ESF 2019-07-25 15:06:58 -07:00
xtensa xtensa: xtensa_intgen.py: Change 'not lvl in ...' to 'lvl not in ...' 2019-09-07 07:55:01 -04:00
CMakeLists.txt
Kconfig riscv32: rename to riscv 2019-08-02 13:54:48 -07:00