Home
last modified time | relevance | path

Searched full:recommended (Results 1 – 25 of 352) sorted by relevance

12345678910>>...15

/Zephyr-latest/scripts/kconfig/
Dhardenconfig.py25 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/
Dmaxim,ds2477_85_common.yaml22 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/
DKconfig7 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/
Dissues.rst7 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/
Dnxp,dmic.yaml62 recommended filter setting.
75 recommended filter setting.
/Zephyr-latest/doc/security/
Dhardening-tool.rst33 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/
Dcan_fake.c64 /* 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/
Doverlay-static-insecure.conf3 # Only recommended for quick sampling/testing.
/Zephyr-latest/include/zephyr/bluetooth/
Daddr.h198 * @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/
Dzephyr_sdk.rst10 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/
DKconfig.soc23 # NXP's MCUX SDK, and not recommended for new designs.
DKconfig34 # NXP's MCUX SDK, and not recommended for new designs.
/Zephyr-latest/subsys/mgmt/mcumgr/grp/settings_mgmt/
DCMakeLists.txt14 "disabled, this is an insecure configuration and not recommended for production "
/Zephyr-latest/scripts/
Drequirements-base.txt4 # part of the recommended workflow
/Zephyr-latest/doc/services/crypto/random/
Dindex.rst13 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/
DKconfig.nrf_regtool23 configuration. This is recommended for inspecting register values.
/Zephyr-latest/dts/bindings/sensor/
Drohm,bh1750.yaml20 in the datasheet as recommended by the
Dmemsic,mmc56x3.yaml37 Recommended to be set.
/Zephyr-latest/tests/benchmarks/sched_queues/
DKconfig37 analyze it, it is recommended to redirect the output to a file.
/Zephyr-latest/tests/benchmarks/wait_queues/
DKconfig37 analyze it, it is recommended redirect or copy the data to a file.
/Zephyr-latest/subsys/mgmt/mcumgr/grp/fs_mgmt/
DCMakeLists.txt27 "disabled, this is an insecure configuration and not recommended for production "
/Zephyr-latest/include/zephyr/drivers/timer/
Dsystem_timer.h84 * 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/
DKconfig49 assigned at compile time. This option is recommended for
/Zephyr-latest/subsys/net/ip/
Dnet_tc_mapping.h38 /* 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/
DKconfig110 CTR-DRBG CSPRNG as that is a FIPS140-2 recommended CSPRNG.
128 is a FIPS140-2 recommended cryptographically secure random number

12345678910>>...15