Searched refs:duplicate (Results 1 – 25 of 26) sorted by relevance
12
/Zephyr-latest/scripts/ci/ |
D | pylintrc | 92 duplicate-argument-name, 111 duplicate-bases, 176 duplicate-code, 196 duplicate-key, 221 duplicate-except,
|
/Zephyr-latest/boards/shields/ |
D | CMakeLists.txt | 3 # Shield directories may contain multiple shields. Filter out duplicate
|
/Zephyr-latest/tests/bsim/bluetooth/host/misc/sample_test/ |
D | README.rst | 16 test library, in order to de-duplicate code that is not relevant to the test in question. Things
|
/Zephyr-latest/samples/net/secure_mqtt_sensor_actuator/ |
D | Kconfig | 45 If acknowledgment expected for published message, duplicate messages permitted.
|
/Zephyr-latest/subsys/net/lib/sockets/ |
D | sockets_can.c | 677 bool duplicate; in can_sock_setsockopt_vmeth() local 684 duplicate = is_already_attached(sfilter, iface, obj); in can_sock_setsockopt_vmeth() 685 if (duplicate) { in can_sock_setsockopt_vmeth()
|
/Zephyr-latest/doc/develop/test/twister/ |
D | twister_blackbox.rst | 102 duplication. ``twister.log`` will duplicate every line (triplicate if we call it three times, etc.)
|
/Zephyr-latest/subsys/net/ip/ |
D | Kconfig.ipv6 | 164 bool "Activate duplicate address detection" 281 The node MUST perform duplicate address detection (DAD) on the
|
/Zephyr-latest/cmake/modules/ |
D | FindZephyr-sdk.cmake | 102 # Remove duplicate entries and sort naturally in descending order.
|
/Zephyr-latest/subsys/bluetooth/controller/ |
D | Kconfig | 210 int "Number of addresses in the scan duplicate filter" 219 int "Number of Extended Advertising Sets in the scan duplicate filter" 800 bool "Periodic Advertising Sync with ADI support (duplicate filtering)" 803 Enable support for duplicate filtering using AdvDataInfo present in
|
/Zephyr-latest/doc/services/device_mgmt/ |
D | mcumgr_handlers.rst | 163 without needing to duplicate the code in each application's source tree, see :ref:`module-yml` for
|
/Zephyr-latest/doc/project/ |
D | dev_env_and_tools.rst | 262 being forgotten, speeds up reviewing, avoids duplicate issue reports, etc. 298 - This issue is a duplicate of another issue (please specify).
|
/Zephyr-latest/doc/releases/ |
D | release-notes-4.1.rst | 144 possible duplicate testcase elements in ``twister_report.xml`` testsuite container.
|
D | release-notes-1.8.rst | 129 * Controller: Added Scan duplicate filtering support
|
D | release-notes-3.0.rst | 389 * Implemented Periodic Advertising ADI support,including duplicate filtering 1199 * :github:`39893` - Bluetooth: hci usb: scan duplicate filter not working
|
D | release-notes-2.4.rst | 1545 * :github:`25704` - lib: updatehub: Corrupted updated when receiving CoAP duplicate packages 1719 * :github:`21848` - sanitycheck duplicate tests Testing/Ztest
|
D | release-notes-3.2.rst | 1979 * :github:`49590` - devicetree parsing does not error out on duplicate node names 2129 * :github:`48480` - ZTEST: duplicate symbol linker error
|
D | release-notes-1.14.rst | 1182 * :github:`15099` - Bluetooth: GATT Subscribe does not detect duplicate if new parameters are used. 1899 * :github:`11226` - Logging: duplicate log messages for some samples when building for qemu_x86
|
D | release-notes-2.3.rst | 43 duplicate and back-to-back packets can cause incorrect behavior,
|
D | release-notes-2.5.rst | 1438 * :github:`29713` - nRF5340 - duplicate unit-address
|
D | release-notes-2.7.rst | 1458 * :github:`37293` - Native POSIX MAC addresses are not random and are duplicate between multiple in…
|
/Zephyr-latest/doc/security/ |
D | vulnerabilities.rst | 499 Zephyr Bluetooth DLE duplicate requests vulnerability 501 In the Zephyr project Bluetooth subsystem, certain duplicate and 884 that a duplicate entry will be created in RAM while the newest entry
|
/Zephyr-latest/share/sysbuild/cmake/modules/ |
D | sysbuild_extensions.cmake | 605 # REMOVE_DUPLICATES: If specified then remove duplicate entries contained
|
/Zephyr-latest/doc/develop/west/ |
D | release-notes.rst | 588 - Filter out duplicate extension commands brought in by manifest imports
|
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | Kconfig | 435 recently seen duplicate messages. This option is similar to
|
/Zephyr-latest/ |
D | .ruff-excludes.toml | 837 "B033", # https://docs.astral.sh/ruff/rules/duplicate-value
|
12