Searched refs:required (Results 76 – 100 of 789) sorted by relevance
12345678910>>...32
/Zephyr-latest/boards/nordic/nrf9160dk/ |
D | Kconfig | 7 # The GPIO driver is required by this board's initialization code
|
/Zephyr-latest/modules/nanopb/ |
D | Kconfig | 22 int "Max number of required fields" 25 Maximum number of proto2 required fields to check for presence.
|
/Zephyr-latest/scripts/build/ |
D | mergehex.py | 39 parser.add_argument("-o", "--output", required=False, default="merged.hex",
|
D | gen_symtab.py | 47 parser.add_argument("-k", "--kernel", required=True, 49 parser.add_argument("-o", "--output", required=True,
|
/Zephyr-latest/samples/subsys/ipc/openamp/ |
D | sysbuild.cmake | 13 # This is required because some primary cores need information from the
|
/Zephyr-latest/samples/drivers/ipm/ipm_mcux/ |
D | sysbuild.cmake | 13 # This is required because some primary cores need information from the
|
/Zephyr-latest/doc/services/device_mgmt/ |
D | dfu.rst | 17 or management protocols themselves required to send the image to the target 59 format required by it, so that Device Firmware Upgrade is available when MCUboot 65 1. You will need to define the flash partitions required by MCUboot; see
|
/Zephyr-latest/scripts/generate_usb_vif/ |
D | generate_vif.py | 248 parser.add_argument("--edt-pickle", required=True, 250 parser.add_argument("--compatible", required=True, 252 parser.add_argument("--vif-out", required=True, 254 parser.add_argument("--vif-source-xml", required=True,
|
/Zephyr-latest/drivers/interrupt_controller/ |
D | Kconfig.shared_irq | 12 support is NOT required in most systems. If in doubt answer no.
|
D | Kconfig.npcx | 13 This is required for GPIO, RTC, LPC/eSPI interrupt support.
|
/Zephyr-latest/cmake/compiler/armclang/ |
D | compiler_flags.cmake | 6 set_property(TARGET asm APPEND PROPERTY required "--target=${triple}")
|
/Zephyr-latest/tests/drivers/spi/spi_controller_peripheral/ |
D | README.txt | 5 Four GPIO loopbacks are required (see overlay for nrf54l15dk for reference):
|
/Zephyr-latest/include/zephyr/linker/common-rom/ |
D | common-rom-init.ld | 46 * Similar to the schenanigans required for the __CTOR_LIST__ and 74 "GNU-style constructors required but STATIC_INIT_GNU not enabled")
|
/Zephyr-latest/drivers/display/ |
D | Kconfig.mcux_dcnano_lcdif | 21 framebuffers are required to support partial display updates. 34 required, unless an external framebuffer is utilized with custom
|
/Zephyr-latest/drivers/sensor/veaa_x_3/ |
D | Kconfig | 18 required between the ADC/DAC and the device.
|
/Zephyr-latest/tests/drivers/uart/uart_elementary/ |
D | README.txt | 5 Hardware setup required for these tests:
|
/Zephyr-latest/cmake/modules/ |
D | zephyr_module.cmake | 80 # a setting. The use of quotes is required due to CMake not supporting 98 # one module. The use of quotes is required due to CMake not supporting 111 # one module. The use of quotes is required due to CMake not supporting 131 # one Zephyr module. The use of quotes is required due to CMake not 152 # one Zephyr module. The use of quotes is required due to CMake not
|
/Zephyr-latest/cmake/compiler/arcmwdt/ |
D | compiler_flags.cmake | 183 set_property(TARGET compiler-cpp PROPERTY required "-Hcplus" ) 186 set_property(TARGET compiler-cpp PROPERTY required "-Hoff=Stackcheck_alloca") 193 # but it has PIE disabled by default - so no extra flags are required here. 203 set_property(TARGET asm PROPERTY required "-Hasmcpp") 209 set_property(TARGET asm APPEND PROPERTY required "-I${NOSTDINC}")
|
/Zephyr-latest/drivers/adc/ |
D | Kconfig | 11 # All platforms that implement the ADC driver are now required to 25 # required to explicitly specify analog inputs when configuring channels or 31 # required to explicitly specify for the excitation current source the pin
|
/Zephyr-latest/drivers/flash/ |
D | Kconfig.nrf_mram | 19 pre-erased area is faster. Hence, the erase API is not required, but
|
/Zephyr-latest/boards/qemu/cortex_m3/ |
D | Kconfig.defconfig | 17 # provided with a true random number generator which is required to properly
|
/Zephyr-latest/samples/subsys/ipc/ipc_service/static_vrings/ |
D | sysbuild.cmake | 20 # This is required because some primary cores need information from the
|
/Zephyr-latest/modules/hal_nordic/nrf-regtool/ |
D | nrf-regtoolConfigVersion.cmake | 23 "minimum required is \"${PACKAGE_FIND_VERSION}\")"
|
/Zephyr-latest/doc/develop/getting_started/ |
D | index.rst | 46 .. _install-required-tools: 53 The current minimum required version for the main dependencies are: 77 repositories to meet the minimum required versions for the main 89 #. Use ``apt`` to install the required dependencies: 137 #. Use ``brew`` to install the required dependencies: 190 #. Use ``choco`` to install the required dependencies: 200 as some required Python dependencies may be difficult to install. 269 automatically load boilerplate code required for building Zephyr 321 automatically load boilerplate code required for building Zephyr 389 automatically load boilerplate code required for building Zephyr [all …]
|
/Zephyr-latest/drivers/ethernet/ |
D | Kconfig.dwmac | 17 Platform specific glue support is also required. This driver is 59 Received packets are spread across the required number of fragment
|
12345678910>>...32