Searched refs:filtered (Results 1 – 22 of 22) sorted by relevance
/Zephyr-latest/scripts/gitlint/ |
D | zephyr_commit_rules.py | 31 …filtered = [x for x in commit.message.body if not x.lower().startswith("signed-off-by") and x != '… 32 line_count = len(filtered)
|
/Zephyr-latest/scripts/footprint/ |
D | pack_as_twister.py | 164 filtered = 0 206 filtered += 1 213 filtered += 1
|
/Zephyr-latest/scripts/pylib/twister/twisterlib/ |
D | hardwaremap.py | 452 def dump(self, filtered=None, header=None, connected_only=False, detected=False): argument 453 if filtered is None: 454 filtered = [] 469 if filtered and platform not in filtered:
|
D | twister_main.py | 171 hwm.dump(filtered=tplan.selected_platforms)
|
/Zephyr-latest/drivers/sensor/explorir_m/ |
D | explorir_m.c | 48 uint16_t filtered; member 140 data->filtered = strtol(&data->read_buffer[EXPLORIR_M_VALUE_INDEX], NULL, 10); in explorir_m_buffer_process() 324 val->val1 = data->filtered * data->scaling; in explorir_m_channel_get()
|
/Zephyr-latest/drivers/sensor/bosch/bma280/ |
D | Kconfig | 81 Bandwidth of filtered acceleration data.
|
/Zephyr-latest/samples/application_development/external_lib/ |
D | CMakeLists.txt | 16 # filtered out.
|
/Zephyr-latest/scripts/tests/twister/ |
D | test_hardwaremap.py | 725 filtered, argument 731 mocked_hm.dump(filtered, header, connected_only, detected)
|
/Zephyr-latest/doc/develop/test/ |
D | twister_statuses.rst | 69 - filtered 194 This status indicates that the whole Suite has been statically filtered
|
D | twister.rst | 905 (e.g. minimum ram) are filtered out from the scope.
|
/Zephyr-latest/subsys/testsuite/ |
D | Kconfig | 116 pass, CONFIG_ARCH_HAS_USERSPACE should be filtered in its
|
/Zephyr-latest/doc/services/input/ |
D | gpio-kbd.rst | 175 the matrix state to be filtered to remove keys that are not present before
|
/Zephyr-latest/subsys/shell/ |
D | Kconfig | 136 ASCII range: <0, 127>. As a result filtered characters will not be
|
/Zephyr-latest/cmake/modules/ |
D | dts.cmake | 92 # invalid flags are automatically filtered out of the list
|
/Zephyr-latest/doc/contribute/ |
D | external.rst | 125 platform shall be added to an optional manifest file that is filtered by
|
/Zephyr-latest/subsys/bluetooth/controller/ |
D | Kconfig | 215 Set the number of unique BLE addresses that can be filtered as 226 addresses that can be filtered as duplicates while Extended Scanning.
|
/Zephyr-latest/doc/services/logging/ |
D | index.rst | 39 During compilation logs can be filtered out on module basis and severity level. 41 Logs can also be compiled in but filtered on run time using dedicate API. Run
|
/Zephyr-latest/doc/releases/ |
D | release-notes-2.4.rst | 1041 * :github:`28059` - sample for sensor lps22hh is not filtered out for bare nrf52dk_nrf52832 1062 * :github:`27964` - usb: Standard requests are not filtered. 1689 * :github:`22975` - tests/kernel/gen_isr_table: filtered in CI only for Cortex-M Mainline
|
D | release-notes-2.6.rst | 1011 * Documentation known warnings are now filtered using a custom Sphinx extension:
|
D | release-notes-3.2.rst | 2269 * :github:`47204` - CAN filter with RTR mask causes infinite loop in MCAN driver on filtered messag…
|
D | release-notes-1.14.rst | 1116 * :github:`15370` - log_strdup() leaks memory if log message is filtered
|
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/ |
D | shell.rst | 1865 Get a filtered set of NetKey index pairs extracted from the Bridging Table.
|