Home
last modified time | relevance | path

Searched refs:secondary (Results 1 – 25 of 54) sorted by relevance

123

/Zephyr-Core-3.5.0/tests/boot/test_mcuboot/
Dsysbuild.cmake4 # Add the mcuboot key file to the secondary swapped app
6 # both the primary and secondary apps
23 # iterations, the MCUBoot swap won't be triggered until the secondary app
/Zephyr-Core-3.5.0/soc/arm64/arm/fvp_aemv8r/
DKconfig.soc21 FVP_BaseR_AEMv8R. When zephyr kernel try to bring up secondary
23 it indeed bring up secondary core successfully.
/Zephyr-Core-3.5.0/samples/boards/qomu/
Dqomu.overlay7 pin-secondary-config = <0x1d>;
/Zephyr-Core-3.5.0/samples/drivers/ipm/ipm_mcux/
DKconfig11 needs to be aware of size or base address of secondary image
/Zephyr-Core-3.5.0/samples/subsys/ipc/openamp/
DKconfig11 needs to be aware of size or base address of secondary image
/Zephyr-Core-3.5.0/drivers/counter/
DKconfig.stm32_rtc30 Deprecated in favor of device tree secondary domain clock
37 Deprecated in favor of device tree secondary domain clock
/Zephyr-Core-3.5.0/drivers/pcie/host/
Dpcie.c407 uint32_t secondary = 0; in scan_dev() local
425 secondary = PCIE_BUS_SECONDARY_NUMBER(num); in scan_dev()
437 if (scan_flag(opt, PCIE_SCAN_RECURSIVE) && secondary != 0) { in scan_dev()
438 if (!scan_bus(secondary, opt)) { in scan_dev()
/Zephyr-Core-3.5.0/subsys/mgmt/mcumgr/grp/img_mgmt/
DKconfig51 Sets how many application images are supported (pairs of secondary and primary slots).
66 bool "Allow to confirm secondary slot of non-active image"
69 Allows to confirm secondary (non-active) slot of non-active image.
89 Allows erasing secondary slot which is marked for test or confirmed; this allows
103 behaviour is, when image is not selected, to upload to image that represents secondary
/Zephyr-Core-3.5.0/samples/application_development/code_relocation_nocopy/
Dlinker_arm_nocopy.ld32 * Add another fake portion of FLASH to simulate a secondary or external FLASH
/Zephyr-Core-3.5.0/samples/subsys/ipc/openamp/remote/boards/
Dmimxrt1170_evk_cm4.overlay40 /* Enable secondary LPUART */
Dmimxrt1170_evkb_cm4.overlay40 /* Enable secondary LPUART */
Dmimxrt1160_evk_cm4.overlay40 /* Enable secondary LPUART */
/Zephyr-Core-3.5.0/subsys/net/lib/lwm2m/
DKconfig.ucifi68 int "Maximum # of secondary network addresses"
72 This value sets the maximum number of secondary addresses used to
/Zephyr-Core-3.5.0/dts/arm/quicklogic/
Dquicklogic_eos_s3.dtsi64 pin-secondary-config = <0x00>;
/Zephyr-Core-3.5.0/boards/arm/96b_carbon_nrf51/doc/
Dindex.rst9 This is the secondary nRF51822 chip on the 96Boards Carbon and provides
16 unless they want to reprogram the secondary chip which provides
139 Bluetooth functionality from the secondary nRF51822 chip to the
/Zephyr-Core-3.5.0/doc/kernel/usermode/
Dmpu_userspace.rst6 The MPU backed userspace implementation requires the creation of a secondary
/Zephyr-Core-3.5.0/doc/services/tfm/
Dintegration.rst78 * 0x0018_0000 Secure image secondary slot (0.5 MB)
79 * 0x0020_0000 Non-secure image secondary slot (0.5 MB)
/Zephyr-Core-3.5.0/modules/
DKconfig.mcuboot154 to DFU its own update to secondary slot and all updates need to
173 MCUboot swaps application from the secondary slot to the primary
182 MCUboot will take contents of secondary slot of an image and will
185 as it is not stored in the secondary slot.
187 that the overwrite will not happen unless the version of secondary
/Zephyr-Core-3.5.0/samples/boards/nrf/mesh/onoff-app/
DREADME.rst21 the secondary elements will appear at 0x101, 0x102 and 0x103.
82 health, and onoff. The secondary elements only
/Zephyr-Core-3.5.0/boards/arm/thingy53_nrf5340/doc/
Dindex.rst18 * a secondary Arm Cortex-M33 core, with a reduced feature set, running at
/Zephyr-Core-3.5.0/subsys/usb/device/class/dfu/
Dusb_dfu.c152 USBD_DEVICE_DESCR_DEFINE(secondary)
263 USBD_STRING_DESCR_DEFINE(secondary)
309 USBD_TERM_DESCR_DEFINE(secondary) struct usb_desc_header term_descr = {
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/mesh/src/
Dtest_beacon.c36 uint8_t secondary[16]; member
732 err = bt_mesh_k3(net_key_pairs[i].secondary, expected_net_id); in beacon_confirm_all_subnets()
780 err = bt_mesh_k3(net_key_pairs[i].secondary, net_id_secondary); in test_tx_multiple_netkeys()
800 beacon_create(&buf, net_key_pairs[i].secondary, 0x01, 0x0000); in test_tx_multiple_netkeys()
824 beacon_create(&buf, net_key_pairs[i].secondary, 0x00, 0x0000); in test_tx_multiple_netkeys()
872 net_key_pairs[i].secondary, &status); in test_rx_multiple_netkeys()
/Zephyr-Core-3.5.0/doc/services/device_mgmt/smp_groups/
Dsmp_group_1.rst34 consist of two "slots", further named "primary" and "secondary"; the application
36 uploaded to the "secondary slot"; the mcuboot is responsible in swapping
162 | | one) = 0 and secondary (for DFU dual-bank purposes) = 1. |
517 :c:enum:`MGMT_ERR_EBADSTATE`, which means that the secondary
/Zephyr-Core-3.5.0/boards/arm/nrf5340_audio_dk_nrf5340/doc/
Dindex.rst49 * A secondary Arm Cortex-M33 core, with a reduced feature set,
/Zephyr-Core-3.5.0/boards/arm/mimxrt1160_evk/doc/
Dindex.rst254 The secondary core can be debugged normally in single core builds
256 secondary core should be placed into a loop, then a debugger can be attached

123