Home
last modified time | relevance | path

Searched refs:chain (Results 76 – 100 of 106) sorted by relevance

12345

/Zephyr-latest/doc/_extensions/zephyr/kconfig/
D__init__.py37 from itertools import chain
297 chain(kconfig.unique_defined_syms, kconfig.unique_choices),
/Zephyr-latest/doc/hardware/arch/
Darm_cortex_m.rst569 Cortex-M applications may either be standalone images or chain-loadable, for instance,
570 by a bootloader. Application images chain-loadable by bootloaders (or other applications)
572 :kconfig:option:`CONFIG_USE_DT_CODE_PARTITION` will ensure that a Zephyr chain-loadable image
578 In order to boot properly, chain-loaded applications may require that the core Arm
588 chain-loadable images relocate the Cortex-M vector table by updating the VTOR register with the off…
592 vector table which remains at a fixed location. Therefore, a chain-loadable image will
598 pointer that is set by the chain-loadable application. The latter sets
601 forward the exceptions and interrupts to the chain-loadable image's software
/Zephyr-latest/boards/gaisler/generic_leon3/doc/
Dindex.rst43 JTAG chain (1): EP3C120/EP4CE115
/Zephyr-latest/doc/build/signing/
Dindex.rst19 :zephyr:code-sample:`hello_world` application for chain-loading by MCUboot. Run these commands
/Zephyr-latest/boards/nordic/nrf52840dongle/doc/
Dindex.rst214 compiled for chain-loading by MCUboot (and itself supports firmware updates
239 #. Sign ``smp_svr`` for chain-loading by MCUboot.
/Zephyr-latest/boards/nxp/ucans32k1sic/doc/
Dindex.rst24 - Dual CAN FD PHYs with dual connectors for daisy chain operation
/Zephyr-latest/subsys/bluetooth/controller/
DKconfig.df188 periodic advertising chain. The range is taken from BT Core spec 5.1, Vol 4 Part E
198 periodic advertising chain. The range is taken from BT Core spec 5.1, Vol 4 Part E
DKconfig.ll_sw_split372 when a chain PDU needs its AD data overflow into a new chain PDU.
375 fragment length could be over 255 bytes needing additional chain PDU.
521 footprint, since it limits allocations per advertising chain to the bare
/Zephyr-latest/modules/
DKconfig.mcuboot20 or in other words that the image is to be chain-loaded by MCUboot.
277 required by the chain-loaded application and the MCUboot.
/Zephyr-latest/dts/riscv/andes/
Dandes_v5_ae350.dtsi334 chain-transfer = <1>;
/Zephyr-latest/doc/connectivity/networking/api/
Dnet_pkt.rst160 will need to reference once more all the chain of net_buf before
177 scattered over a chain of net_buf objects, the functions provided by
Dlwm2m.rst402 …urce (ID 4) must contain a server certificate or CA certificate used to sign the certificate chain.
/Zephyr-latest/scripts/
Dlist_boards.py161 return sorted(itertools.chain(*find_arch2board_set(args).values()),
/Zephyr-latest/boards/nordic/thingy52/doc/
Dindex.rst274 rails is the order of the rails down the dependency chain. For example, in order
/Zephyr-latest/doc/connectivity/networking/
Dqemu_setup.rst19 transfer data between the Zephyr application and Linux (over a chain of
/Zephyr-latest/scripts/west_commands/completion/
Dwest-completion.zsh29 'sign[sign a Zephyr binary for bootloader chain-loading]'
Dwest-completion.fish175 "sign" "sign a Zephyr binary for bootloader chain-loading" \
446 …_zephyr_west_check_if_in_workspace" -ra sign -d "sign a Zephyr binary for bootloader chain-loading"
/Zephyr-latest/doc/develop/west/
Dextensions.rst24 sign: sign a Zephyr binary for bootloader chain-loading
/Zephyr-latest/doc/develop/tools/
Dcoccinelle.rst98 - ``chain`` tries the previous modes in the order above until one succeeds.
/Zephyr-latest/doc/security/standards/
Detsi-303645.rst100 - relevant economic operator in the supply chain (including the device manufacturer).
/Zephyr-latest/doc/security/
Dsensor-threat.rst234 certificate chain has a valid signature path from a root
/Zephyr-latest/doc/releases/
Drelease-notes-2.5.rst220 * Introduced the functionality for chain-loadable Zephyr
296 * Added missing taps into JTAG chain for the dual-core configuration of the
902 * Added patch for turning off cache for Cortex M7 before chain-loading.
906 * Fixed issue causing that HW stack protection catches the chain-loaded
Dmigration-guide-3.7.rst605 * The ``chain-length`` and ``color-mapping`` properties have been added to all LED strip bindings
/Zephyr-latest/
DKconfig.zephyr136 If the application is built for chain-loading by a bootloader this
/Zephyr-latest/arch/
DKconfig635 firmware image is chain-loaded, for example, by a debugger

12345