Searched refs:recommended (Results 1 – 25 of 227) sorted by relevance
12345678910
/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… 75 opt.name, opt.current, opt.recommended), end='')
|
/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/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/subsys/mgmt/mcumgr/grp/settings_mgmt/ |
D | CMakeLists.txt | 14 "disabled, this is an insecure configuration and not recommended for production "
|
/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/scripts/ |
D | requirements-base.txt | 4 # part of the recommended workflow
|
/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/modules/hal_nordic/ |
D | Kconfig.nrf_regtool | 23 configuration. This is recommended for inspecting register values.
|
/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/doc/templates/ |
D | board.tmpl | 4 recommended to include a picture alongside the documentation page.
|
D | sample.tmpl | 5 Short text description of the sample. It is recommended to word this as if you were completing
|
/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/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/boards/st/stm32g081b_eval/ |
D | stm32g081b_eval.dts | 167 * 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/ |
D | Kconfig | 49 assigned at compile time. This option is recommended for
|
/Zephyr-latest/doc/develop/west/ |
D | moving-to-west.rst | 37 The name :file:`zephyrproject` is recommended, but you can choose any name
|
/Zephyr-latest/samples/bluetooth/iso_central/ |
D | README.rst | 13 It is recommended to run this sample together with the :zephyr:code-sample:`ble_peripheral_iso` sam…
|
/Zephyr-latest/subsys/fs/nvs/ |
D | Kconfig | 30 It is recommended that it be a power of 2.
|
/Zephyr-latest/samples/bluetooth/iso_peripheral/ |
D | README.rst | 13 It is recommended to run this sample together with the :zephyr:code-sample:`ble_central_iso` sample.
|
/Zephyr-latest/doc/develop/manifest/ |
D | index.rst | 53 recommended ways to do this while still inheriting the mandatory modules from
|
/Zephyr-latest/doc/connectivity/bluetooth/api/ |
D | l2cap.rst | 22 recommended to block for long periods of time.
|
/Zephyr-latest/boards/kincony/kincony_kc868_a32/doc/ |
D | index.rst | 38 It is recommended running the command above after :file:`west update`.
|
12345678910