Searched refs:chain (Results 76 – 100 of 106) sorted by relevance
12345
/Zephyr-latest/doc/_extensions/zephyr/kconfig/ |
D | __init__.py | 37 from itertools import chain 297 chain(kconfig.unique_defined_syms, kconfig.unique_choices),
|
/Zephyr-latest/doc/hardware/arch/ |
D | arm_cortex_m.rst | 569 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/ |
D | index.rst | 43 JTAG chain (1): EP3C120/EP4CE115
|
/Zephyr-latest/doc/build/signing/ |
D | index.rst | 19 :zephyr:code-sample:`hello_world` application for chain-loading by MCUboot. Run these commands
|
/Zephyr-latest/boards/nordic/nrf52840dongle/doc/ |
D | index.rst | 214 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/ |
D | index.rst | 24 - Dual CAN FD PHYs with dual connectors for daisy chain operation
|
/Zephyr-latest/subsys/bluetooth/controller/ |
D | Kconfig.df | 188 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
|
D | Kconfig.ll_sw_split | 372 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/ |
D | Kconfig.mcuboot | 20 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/ |
D | andes_v5_ae350.dtsi | 334 chain-transfer = <1>;
|
/Zephyr-latest/doc/connectivity/networking/api/ |
D | net_pkt.rst | 160 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
|
D | lwm2m.rst | 402 …urce (ID 4) must contain a server certificate or CA certificate used to sign the certificate chain.
|
/Zephyr-latest/scripts/ |
D | list_boards.py | 161 return sorted(itertools.chain(*find_arch2board_set(args).values()),
|
/Zephyr-latest/boards/nordic/thingy52/doc/ |
D | index.rst | 274 rails is the order of the rails down the dependency chain. For example, in order
|
/Zephyr-latest/doc/connectivity/networking/ |
D | qemu_setup.rst | 19 transfer data between the Zephyr application and Linux (over a chain of
|
/Zephyr-latest/scripts/west_commands/completion/ |
D | west-completion.zsh | 29 'sign[sign a Zephyr binary for bootloader chain-loading]'
|
D | west-completion.fish | 175 "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/ |
D | extensions.rst | 24 sign: sign a Zephyr binary for bootloader chain-loading
|
/Zephyr-latest/doc/develop/tools/ |
D | coccinelle.rst | 98 - ``chain`` tries the previous modes in the order above until one succeeds.
|
/Zephyr-latest/doc/security/standards/ |
D | etsi-303645.rst | 100 - relevant economic operator in the supply chain (including the device manufacturer).
|
/Zephyr-latest/doc/security/ |
D | sensor-threat.rst | 234 certificate chain has a valid signature path from a root
|
/Zephyr-latest/doc/releases/ |
D | release-notes-2.5.rst | 220 * 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
|
D | migration-guide-3.7.rst | 605 * The ``chain-length`` and ``color-mapping`` properties have been added to all LED strip bindings
|
/Zephyr-latest/ |
D | Kconfig.zephyr | 136 If the application is built for chain-loading by a bootloader this
|
/Zephyr-latest/arch/ |
D | Kconfig | 635 firmware image is chain-loaded, for example, by a debugger
|
12345