Home
last modified time | relevance | path

Searched refs:required (Results 76 – 100 of 789) sorted by relevance

12345678910>>...32

/Zephyr-latest/boards/nordic/nrf9160dk/
DKconfig7 # The GPIO driver is required by this board's initialization code
/Zephyr-latest/modules/nanopb/
DKconfig22 int "Max number of required fields"
25 Maximum number of proto2 required fields to check for presence.
/Zephyr-latest/scripts/build/
Dmergehex.py39 parser.add_argument("-o", "--output", required=False, default="merged.hex",
Dgen_symtab.py47 parser.add_argument("-k", "--kernel", required=True,
49 parser.add_argument("-o", "--output", required=True,
/Zephyr-latest/samples/subsys/ipc/openamp/
Dsysbuild.cmake13 # This is required because some primary cores need information from the
/Zephyr-latest/samples/drivers/ipm/ipm_mcux/
Dsysbuild.cmake13 # This is required because some primary cores need information from the
/Zephyr-latest/doc/services/device_mgmt/
Ddfu.rst17 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/
Dgenerate_vif.py248 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/
DKconfig.shared_irq12 support is NOT required in most systems. If in doubt answer no.
DKconfig.npcx13 This is required for GPIO, RTC, LPC/eSPI interrupt support.
/Zephyr-latest/cmake/compiler/armclang/
Dcompiler_flags.cmake6 set_property(TARGET asm APPEND PROPERTY required "--target=${triple}")
/Zephyr-latest/tests/drivers/spi/spi_controller_peripheral/
DREADME.txt5 Four GPIO loopbacks are required (see overlay for nrf54l15dk for reference):
/Zephyr-latest/include/zephyr/linker/common-rom/
Dcommon-rom-init.ld46 * 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/
DKconfig.mcux_dcnano_lcdif21 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/
DKconfig18 required between the ADC/DAC and the device.
/Zephyr-latest/tests/drivers/uart/uart_elementary/
DREADME.txt5 Hardware setup required for these tests:
/Zephyr-latest/cmake/modules/
Dzephyr_module.cmake80 # 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/
Dcompiler_flags.cmake183 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/
DKconfig11 # 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/
DKconfig.nrf_mram19 pre-erased area is faster. Hence, the erase API is not required, but
/Zephyr-latest/boards/qemu/cortex_m3/
DKconfig.defconfig17 # provided with a true random number generator which is required to properly
/Zephyr-latest/samples/subsys/ipc/ipc_service/static_vrings/
Dsysbuild.cmake20 # This is required because some primary cores need information from the
/Zephyr-latest/modules/hal_nordic/nrf-regtool/
Dnrf-regtoolConfigVersion.cmake23 "minimum required is \"${PACKAGE_FIND_VERSION}\")"
/Zephyr-latest/doc/develop/getting_started/
Dindex.rst46 .. _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/
DKconfig.dwmac17 Platform specific glue support is also required. This driver is
59 Received packets are spread across the required number of fragment

12345678910>>...32