Home
last modified time | relevance | path

Searched refs:recommended (Results 1 – 25 of 227) sorted by relevance

12345678910

/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…
75 opt.name, opt.current, opt.recommended), end='')
/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/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/subsys/mgmt/mcumgr/grp/settings_mgmt/
DCMakeLists.txt14 "disabled, this is an insecure configuration and not recommended for production "
/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/scripts/
Drequirements-base.txt4 # part of the recommended workflow
/Zephyr-latest/subsys/mgmt/mcumgr/grp/fs_mgmt/
DCMakeLists.txt27 "disabled, this is an insecure configuration and not recommended for production "
/Zephyr-latest/modules/hal_nordic/
DKconfig.nrf_regtool23 configuration. This is recommended for inspecting register values.
/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/doc/templates/
Dboard.tmpl4 recommended to include a picture alongside the documentation page.
Dsample.tmpl5 Short text description of the sample. It is recommended to word this as if you were completing
/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/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/boards/st/stm32g081b_eval/
Dstm32g081b_eval.dts167 * designed to work in freq ranges of 6 <--> 18 MHz, however recommended
198 * designed to work in freq ranges of 6 <--> 18 MHz, however recommended
/Zephyr-latest/drivers/firmware/scmi/
DKconfig49 assigned at compile time. This option is recommended for
/Zephyr-latest/doc/develop/west/
Dmoving-to-west.rst37 The name :file:`zephyrproject` is recommended, but you can choose any name
/Zephyr-latest/samples/bluetooth/iso_central/
DREADME.rst13 It is recommended to run this sample together with the :zephyr:code-sample:`ble_peripheral_iso` sam…
/Zephyr-latest/subsys/fs/nvs/
DKconfig30 It is recommended that it be a power of 2.
/Zephyr-latest/samples/bluetooth/iso_peripheral/
DREADME.rst13 It is recommended to run this sample together with the :zephyr:code-sample:`ble_central_iso` sample.
/Zephyr-latest/doc/develop/manifest/
Dindex.rst53 recommended ways to do this while still inheriting the mandatory modules from
/Zephyr-latest/doc/connectivity/bluetooth/api/
Dl2cap.rst22 recommended to block for long periods of time.
/Zephyr-latest/boards/kincony/kincony_kc868_a32/doc/
Dindex.rst38 It is recommended running the command above after :file:`west update`.

12345678910