Searched full:secondary (Results 1 – 25 of 196) sorted by relevance
12345678
/Zephyr-latest/dts/bindings/gpio/ |
D | quicklogic,eos-s3-gpio.yaml | 14 pin-secondary-config: 19 a primary(0) or a secondary(1) pin. EOS S3 supports up to 8 GPIOs 30 E.g. configuring GPIO 2 as secondary results in controlling pin 28, 32 "pin-secondary-config = <0x04>;"
|
/Zephyr-latest/dts/bindings/bluetooth/ |
D | nxp,bt-hci-uart.yaml | 41 fw-download-secondary-speed: 44 HCI UART secondary baudrate for FW download operation. 47 fw-download-secondary-flowcontrol: 50 Flow control setting for secondary speed.
|
/Zephyr-latest/tests/boot/test_mcuboot/ |
D | sysbuild.cmake | 4 # 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
|
D | testcase.yaml | 9 - "Secondary application ready for swap, rebooting" 10 - "I: Starting swap using (.*)|I: Image 0 upgrade secondary slot -> primary slot"
|
/Zephyr-latest/boards/firefly/roc_rk3568_pc/doc/ |
D | index.rst | 117 I/TC: Secondary CPU 1 initializing 118 I/TC: Secondary CPU 1 switching to normal world boot 119 I/TC: Secondary CPU 2 initializing 120 I/TC: Secondary CPU 2 switching to normal world boot 121 I/TC: Secondary CPU 3 initializing 122 I/TC: Secondary CPU 3 switching to normal world boot 123 Secondary CPU core 1 (MPID:0x100) is up 124 Secondary CPU core 2 (MPID:0x200) is up 125 Secondary CPU core 3 (MPID:0x300) is up
|
/Zephyr-latest/soc/arm/fvp_aemv8r/ |
D | Kconfig.soc | 24 FVP_BaseR_AEMv8R. When zephyr kernel try to bring up secondary 26 it indeed bring up secondary core successfully.
|
/Zephyr-latest/share/sysbuild/images/bootloader/ |
D | Kconfig | 43 slots. In this mode application is not able to DFU its own update to secondary slot and 58 used as temporary storage when MCUboot swaps application from the secondary slot to the 66 MCUboot will take contents of secondary slot of an image and will overwrite primary slot 68 stored in the secondary slot. 70 not happen unless the version of secondary slot is higher than the version in primary
|
/Zephyr-latest/soc/intel/intel_adsp/ |
D | Kconfig | 27 bool "No secondary core flow." 29 Select if simulator doesn't use the normal secondary core flow 30 to initialise secondary clocks.
|
/Zephyr-latest/dts/common/nordic/ |
D | nrf5340_cpuapp_partition.dtsi | 18 * 0x0008_0000 Secondary image area (448 KB): 19 * 0x0008_0000 Secure image secondary (256 KB) 20 * 0x000c_0000 Non-secure image secondary (192 KB)
|
D | nrf91xx_partition.dtsi | 18 * 0x0008_0000 Secondary image area (448 KB): 19 * 0x0008_0000 Secure image secondary (256 KB) 20 * 0x000c_0000 Non-secure image secondary (192 KB)
|
/Zephyr-latest/scripts/pylib/pytest-twister-harness/tests/helpers/ |
D | shell_mcuboot_command_parser_test.py | 22 secondary area (3): 51 failed to read secondary area (1) header: -5
|
/Zephyr-latest/lib/utils/ |
D | notify.c | 55 /* Store the result and capture secondary notification in sys_notify_finalize() 74 * secondary notification. in sys_notify_finalize()
|
/Zephyr-latest/samples/boards/quicklogic/qomu/ |
D | qomu.overlay | 7 pin-secondary-config = <0x1d>;
|
/Zephyr-latest/soc/nxp/lpc/lpc54xxx/ |
D | soc.c | 32 /* Memcpy macro to copy segments from secondary core image stored in flash 33 * to RAM section that secondary core boots from. 140 * This routine boots the secondary core 171 /* Reset the secondary core and start its clocks */ in _slave_init()
|
/Zephyr-latest/tests/boot/test_mcuboot/swapped_app/ |
D | prj.conf | 1 # Since LMA adjustment is used to move the image location to the secondary
|
/Zephyr-latest/boards/st/b_u585i_iot02a/ |
D | b_u585i_iot02a_stm32u585xx_ns.dts | 57 /* Secure image secondary slot */ 62 /* Non-secure image secondary slot */
|
/Zephyr-latest/boards/st/nucleo_l552ze_q/ |
D | nucleo_l552ze_q_stm32l552xx_ns.dts | 60 /* Secure image secondary slot */ 65 /* Non-secure image secondary slot */
|
/Zephyr-latest/samples/subsys/ipc/ipc_service/static_vrings/ |
D | Kconfig | 11 needs to be aware of size or base address of secondary image
|
/Zephyr-latest/samples/subsys/ipc/openamp/ |
D | Kconfig | 11 needs to be aware of size or base address of secondary image
|
/Zephyr-latest/samples/drivers/mbox_data/ |
D | Kconfig | 11 needs to be aware of size or base address of secondary image
|
/Zephyr-latest/samples/drivers/ipm/ipm_mcux/ |
D | Kconfig | 11 needs to be aware of size or base address of secondary image
|
/Zephyr-latest/tests/drivers/mbox/mbox_data/ |
D | Kconfig | 11 needs to be aware of size or base address of secondary image
|
/Zephyr-latest/subsys/mgmt/mcumgr/grp/img_mgmt/ |
D | Kconfig | 51 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-latest/arch/arm/core/cortex_a_r/ |
D | smp.c | 126 /* Pass stack address to secondary core */ in arch_cpu_start() 159 /* Wait secondary cores up, see arch_secondary_cpu_init */ in arch_cpu_start() 166 printk("Secondary CPU core %d (MPID:%#x) is up\n", cpu_num, cpu_mpid); in arch_cpu_start() 169 /* the C entry of secondary cores */ 211 * Secondary core clears .fn to announce its presence. in arch_secondary_cpu_init()
|
/Zephyr-latest/subsys/net/lib/lwm2m/ |
D | Kconfig.ucifi | 68 int "Maximum # of secondary network addresses" 72 This value sets the maximum number of secondary addresses used to
|
12345678