Searched refs:ignores (Results 1 – 23 of 23) sorted by relevance
/Zephyr-latest/scripts/pylib/twister/twisterlib/ |
D | coverage.py | 203 self.ignores = [] 227 self.ignores.append('*' + pattern + '*') 230 self.ignores.append('*/' + pattern + '/*') 332 for i in self.ignores: 360 self.ignores = [] 389 self.ignores.append('.*' + pattern + '.*') 392 self.ignores.append(".*/" + pattern + '/.*') 407 excludes = Gcovr._interleave_list("-e", self.ignores)
|
/Zephyr-latest/soc/ti/simplelink/cc23x0/ |
D | Kconfig | 47 If n, bootloader ignores all commands.
|
/Zephyr-latest/scripts/ci/ |
D | test_plan.py | 369 ignores = twister_ignore.read().splitlines() 370 ignores = filter(lambda x: not x.startswith("#"), ignores) 375 for pattern in ignores:
|
/Zephyr-latest/samples/subsys/smf/hsm_psicc2/ |
D | README.rst | 37 when a state handles an event, or explicitly ignores it and passes it up to the parent state.
|
/Zephyr-latest/doc/develop/west/ |
D | basics.rst | 113 directories not managed by west. West basically ignores anything in the
|
D | extensions.rst | 64 Note that west ignores extension commands whose names are the same as a
|
D | manifest.rst | 1190 metadata. Beyond parsing it as YAML, west itself ignores the value completely. 1252 During resolution, west ignores projects which have already been defined in 1419 It's also important to understand that west **ignores your working tree's**
|
/Zephyr-latest/doc/develop/flash_debug/ |
D | nordic_segger.rst | 113 ignores them, by running:
|
/Zephyr-latest/boards/udoo/udoo_neo_full/doc/ |
D | index.rst | 227 loaded application is not a UDOO Neo "Arduino-like" sketch and ignores the
|
/Zephyr-latest/doc/develop/languages/cpp/ |
D | index.rst | 36 has to be selected. Zephyr ignores the return value from main, so applications
|
/Zephyr-latest/doc/build/dts/ |
D | bindings-syntax.rst | 612 bus-sensitive logic ignores :file:`manufacturer,sensor-i2c.yaml` when searching
|
/Zephyr-latest/doc/releases/ |
D | release-notes-1.11.rst | 324 * :github:`5143` - Cmake ignores setting CONFIG_ETH_MCUX_0=n in prj.conf
|
D | release-notes-1.14.rst | 1659 * :github:`12766` - drivers: gpio: stm32: implementation silently ignores attempts to configure lev… 1660 * :github:`12765` - drivers: gpio: intel_apl: implementation silently ignores double-edge interrupt… 1661 * :github:`12764` - drivers: gpio: cmsdk_ahb: implementation silently ignores double-edge interrupt… 1882 * :github:`11384` - CI ignores result of multiple test suites in one test application
|
D | release-notes-2.3.rst | 1162 * :github:`23444` - drivers: hwinfo: shell command "hwinfo devid" output ignores endianness 1374 * :github:`16649` - z_init_timeout() ignores fn parameter
|
D | release-notes-2.4.rst | 1184 * :github:`27353` - west flash ignores --bin-file parameter and uses hex file when nrfjprog is used… 1312 * :github:`26769` - "west flash -r openocd --serial <serial_num>" ignores serial_num and flashes wr…
|
D | release-notes-2.7.rst | 1732 * :github:`35890` - Build system ignores explicit ZephyrBuildConfiguration_ROOT variable 1804 * :github:`34131` - TFTP client ignores incoming data packets
|
D | release-notes-2.0.rst | 1488 * :github:`3640` - BLE central scan ignores changes in payload
|
D | release-notes-3.1.rst | 1504 * :github:`44706` - drivers: can: mcp2515: mcp2515_set_mode() silently ignores unsupported modes
|
D | release-notes-2.6.rst | 1072 * :github:`35890` - Build system ignores explicit ZephyrBuildConfiguration_ROOT variable
|
/Zephyr-latest/doc/build/kconfig/ |
D | tips.rst | 494 configuration output. Kconfig itself ignores assignments to hidden symbols when
|
/Zephyr-latest/subsys/bluetooth/controller/ |
D | Kconfig.ll_sw_split | 1317 This option enables slot agnostic ticker mode, which ignores slot
|
/Zephyr-latest/ |
D | CMakeLists.txt | 132 "but Zephyr ignores flags from the environment. Use 'cmake "
|
D | .ruff-excludes.toml | 6 [lint.per-file-ignores]
|