Home
last modified time | relevance | path

Searched refs:ignores (Results 1 – 23 of 23) sorted by relevance

/Zephyr-latest/scripts/pylib/twister/twisterlib/
Dcoverage.py203 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/
DKconfig47 If n, bootloader ignores all commands.
/Zephyr-latest/scripts/ci/
Dtest_plan.py369 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/
DREADME.rst37 when a state handles an event, or explicitly ignores it and passes it up to the parent state.
/Zephyr-latest/doc/develop/west/
Dbasics.rst113 directories not managed by west. West basically ignores anything in the
Dextensions.rst64 Note that west ignores extension commands whose names are the same as a
Dmanifest.rst1190 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/
Dnordic_segger.rst113 ignores them, by running:
/Zephyr-latest/boards/udoo/udoo_neo_full/doc/
Dindex.rst227 loaded application is not a UDOO Neo "Arduino-like" sketch and ignores the
/Zephyr-latest/doc/develop/languages/cpp/
Dindex.rst36 has to be selected. Zephyr ignores the return value from main, so applications
/Zephyr-latest/doc/build/dts/
Dbindings-syntax.rst612 bus-sensitive logic ignores :file:`manufacturer,sensor-i2c.yaml` when searching
/Zephyr-latest/doc/releases/
Drelease-notes-1.11.rst324 * :github:`5143` - Cmake ignores setting CONFIG_ETH_MCUX_0=n in prj.conf
Drelease-notes-1.14.rst1659 * :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
Drelease-notes-2.3.rst1162 * :github:`23444` - drivers: hwinfo: shell command "hwinfo devid" output ignores endianness
1374 * :github:`16649` - z_init_timeout() ignores fn parameter
Drelease-notes-2.4.rst1184 * :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…
Drelease-notes-2.7.rst1732 * :github:`35890` - Build system ignores explicit ZephyrBuildConfiguration_ROOT variable
1804 * :github:`34131` - TFTP client ignores incoming data packets
Drelease-notes-2.0.rst1488 * :github:`3640` - BLE central scan ignores changes in payload
Drelease-notes-3.1.rst1504 * :github:`44706` - drivers: can: mcp2515: mcp2515_set_mode() silently ignores unsupported modes
Drelease-notes-2.6.rst1072 * :github:`35890` - Build system ignores explicit ZephyrBuildConfiguration_ROOT variable
/Zephyr-latest/doc/build/kconfig/
Dtips.rst494 configuration output. Kconfig itself ignores assignments to hidden symbols when
/Zephyr-latest/subsys/bluetooth/controller/
DKconfig.ll_sw_split1317 This option enables slot agnostic ticker mode, which ignores slot
/Zephyr-latest/
DCMakeLists.txt132 "but Zephyr ignores flags from the environment. Use 'cmake "
D.ruff-excludes.toml6 [lint.per-file-ignores]