Searched full:recommended (Results 1 – 25 of 352) sorted by relevance
12345678910>>...15
/Zephyr-latest/scripts/kconfig/ |
D | hardenconfig.py | 25 def __init__(self, name, recommended, current=None, symbol=None): argument 27 self.recommended = recommended 33 elif recommended == current: 47 recommended = row[1] 55 recommended=recommended, symbol=symbol)) 59 …options.append(Option(name=node.item.name, current=node.item.str_value, recommended='n', symbol=no… 66 print('{:^50}|{:^13}|{:^20}'.format('name', 'current', 'recommended'), end='') 75 opt.name, opt.current, opt.recommended), end='')
|
/Zephyr-latest/dts/bindings/w1/ |
D | maxim,ds2477_85_common.yaml | 22 medium: 0.40 x VCC, no hysteresis (recommended for most configurations) 37 threshold is recommended. 40 low: 0.25 x VCC (recommended for most configurations) 55 For most configurations with a single slave "1000" ohms are recommended, 64 "1000" (recommended for most configurations)
|
/Zephyr-latest/tests/drivers/can/timing/ |
D | Kconfig | 7 bool "Test all CAN in Automation (CiA) recommended bitrates" 9 Enable test of all bitrates recommended by CAN in Automation (CiA). Not all CAN 14 CiA 301 lists the following nominal bitrates as recommended:
|
/Zephyr-latest/doc/project/ |
D | issues.rst | 7 issues, it is recommended to cross-reference source code commits with the 28 For this, `git bisect`_ is the recommended tool.
|
/Zephyr-latest/dts/bindings/audio/ |
D | nxp,dmic.yaml | 62 recommended filter setting. 75 recommended filter setting.
|
/Zephyr-latest/doc/security/ |
D | hardening-tool.rst | 33 could lead to a security vulnerability, the table will propose a recommended value that should be 38 name | current | recommended || check result
|
/Zephyr-latest/drivers/can/ |
D | can_fake.c | 64 /* Recommended CAN clock from CiA 601-3 */ in fake_can_get_core_clock_delegate() 122 /* Recommended configuration ranges from CiA 601-2 */ 139 /* Recommended configuration ranges from CiA 601-2 */
|
/Zephyr-latest/samples/net/secure_mqtt_sensor_actuator/ |
D | overlay-static-insecure.conf | 3 # Only recommended for quick sampling/testing.
|
/Zephyr-latest/include/zephyr/bluetooth/ |
D | addr.h | 198 * @brief Recommended length of user string buffer for Bluetooth address 200 * @details The recommended length guarantee the output of address 207 * @brief Recommended length of user string buffer for Bluetooth LE address 209 * @details The recommended length guarantee the output of address 221 * BT_ADDR_STR_LEN about recommended value. 238 * BT_ADDR_LE_STR_LEN about recommended value.
|
/Zephyr-latest/doc/develop/toolchains/ |
D | zephyr_sdk.rst | 10 Use of the Zephyr SDK is highly recommended and may even be required under 65 the recommended version for the corresponding Zephyr version. 108 It is recommended to extract the Zephyr SDK bundle at one of the following locations: 164 It is recommended to extract the Zephyr SDK bundle at one of the following locations: 210 It is recommended to extract the Zephyr SDK bundle at one of the following locations:
|
/Zephyr-latest/soc/nxp/kinetis/k2x/ |
D | Kconfig.soc | 23 # NXP's MCUX SDK, and not recommended for new designs.
|
D | Kconfig | 34 # NXP's MCUX SDK, and not recommended for new designs.
|
/Zephyr-latest/subsys/mgmt/mcumgr/grp/settings_mgmt/ |
D | CMakeLists.txt | 14 "disabled, this is an insecure configuration and not recommended for production "
|
/Zephyr-latest/scripts/ |
D | requirements-base.txt | 4 # part of the recommended workflow
|
/Zephyr-latest/doc/services/crypto/random/ |
D | index.rst | 13 FIPS 140-2 [NIST02]_ recommended algorithms. Hardware based random-number 81 a FIPS140-2 recommended cryptographically secure random number generator.
|
/Zephyr-latest/modules/hal_nordic/ |
D | Kconfig.nrf_regtool | 23 configuration. This is recommended for inspecting register values.
|
/Zephyr-latest/dts/bindings/sensor/ |
D | rohm,bh1750.yaml | 20 in the datasheet as recommended by the
|
D | memsic,mmc56x3.yaml | 37 Recommended to be set.
|
/Zephyr-latest/tests/benchmarks/sched_queues/ |
D | Kconfig | 37 analyze it, it is recommended to redirect the output to a file.
|
/Zephyr-latest/tests/benchmarks/wait_queues/ |
D | Kconfig | 37 analyze it, it is recommended redirect or copy the data to a file.
|
/Zephyr-latest/subsys/mgmt/mcumgr/grp/fs_mgmt/ |
D | CMakeLists.txt | 27 "disabled, this is an insecure configuration and not recommended for production "
|
/Zephyr-latest/include/zephyr/drivers/timer/ |
D | system_timer.h | 84 * This is allowed for compatibility, but not recommended. The kernel 134 * than 50Mhz) then it is recommended to also implement 154 * is greater than 50Mhz) then it is recommended to implement this API.
|
/Zephyr-latest/drivers/firmware/scmi/ |
D | Kconfig | 49 assigned at compile time. This option is recommended for
|
/Zephyr-latest/subsys/net/ip/ |
D | net_tc_mapping.h | 38 /* This is the recommended priority to traffic class mapping for 78 /* This is the recommended priority to traffic class mapping for a system that 114 /* This is the recommended priority to traffic class mapping for a system that
|
/Zephyr-latest/subsys/random/ |
D | Kconfig | 110 CTR-DRBG CSPRNG as that is a FIPS140-2 recommended CSPRNG. 128 is a FIPS140-2 recommended cryptographically secure random number
|
12345678910>>...15