Searched full:nrf53 (Results 1 – 25 of 61) sorted by relevance
123
/Zephyr-latest/scripts/west_commands/tests/ |
D | test_nrf.py | 33 # nRF53 flashing is special in that we have different results 53 # expected commands. This is needed for nRF53 testing. 185 # NRF53 APP only 190 '--verify', '-f', 'NRF53', '--coprocessor', 'CP_APPLICATION', '--snr', TEST_DEF_SNR], 191 ['nrfjprog', '--pinreset', '-f', 'NRF53', '--snr', TEST_DEF_SNR]), 196 '--verify', '-f', 'NRF53', '--coprocessor', 'CP_APPLICATION', '--snr', TEST_DEF_SNR], 197 ['nrfjprog', '--pinreset', '-f', 'NRF53', '--snr', TEST_DEF_SNR]), 202 '--verify', '-f', 'NRF53', '--coprocessor', 'CP_APPLICATION', '--snr', TEST_OVR_SNR], 203 ['nrfjprog', '--pinreset', '-f', 'NRF53', '--snr', TEST_OVR_SNR]), 208 '--verify', '-f', 'NRF53', '--coprocessor', 'CP_APPLICATION', '--snr', TEST_DEF_SNR], [all …]
|
/Zephyr-latest/soc/nordic/nrf53/ |
D | nrf53_cpunet_mgmt.h | 8 * @file Nordic Semiconductor nRF53 processors family management helper for the network CPU. 17 * @brief Enables or disables nRF53 network CPU. 20 * the requests to enable or disable nRF53 network CPU. It guarantees to enable the network CPU if
|
D | Kconfig.defconfig | 1 # Nordic Semiconductor nRF53 MCU line 8 rsource "Kconfig.defconfig.nrf53*"
|
D | Kconfig | 1 # Nordic Semiconductor nRF53 MCU line 19 Enable support for NRF53 MCU series 124 Enable nRF53 series System on Chip Application MCU DC/DC converter. 138 Enable nRF53 series System on Chip Network MCU DC/DC converter. 151 Enable nRF53 series System on Chip High Voltage DC/DC converter. 176 hidden option for including the nRF53 network CPU management 179 bool "NRF53 Network MCU is enabled at boot time" 194 bool "[DEPRECATED] NRF53 Network MCU is enabled at boot time" 342 # TF-M nRF53 platform enables the cache unconditionally.
|
D | Kconfig.sync_rtc | 19 int "nRF53 Synchronized RTC init priority" 22 nRF53 Synchronized RTC initialization priority.
|
D | Kconfig.soc | 10 Enable support for NRF53 MCU series
|
D | soc.h | 9 * Nordic Semiconductor nRF53 family processors.
|
D | soc_cpu_idle.h | 8 * @file SoC extensions of cpu_idle.S for the Nordic Semiconductor nRF53 processors family.
|
/Zephyr-latest/boards/native/nrf_bsim/ |
D | Kconfig | 22 Simulated NRF53 Network core 33 Simulated NRF53 Application core 88 Any NRF53 simulated SOC with BabbleSim, based on the POSIX arch 100 source "soc/nordic/nrf53/Kconfig.sync_rtc"
|
D | nrf5340bsim_nrf5340_cpuapp.yaml | 2 name: NRF53 BabbleSim - Application Core target
|
D | nrf5340bsim_nrf5340_cpunet.yaml | 2 name: NRF53 Net Core BabbleSim board
|
/Zephyr-latest/dts/bindings/clock/ |
D | nordic,nrf53-lfxo.yaml | 4 description: Nordic nRF low-frequency crystal oscillator (nRF53 series) 6 compatible: "nordic,nrf53-lfxo"
|
D | nordic,nrf53-hfxo.yaml | 4 description: Nordic nRF high-frequency crystal oscillator (nRF53 series) 6 compatible: "nordic,nrf53-hfxo"
|
D | nordic,nrf53-oscillators.yaml | 6 compatible: "nordic,nrf53-oscillators"
|
D | nordic,nrf-clock.yaml | 23 The HFCLKAUDIO clock is only available in the nRF53 Series SoCs.
|
/Zephyr-latest/samples/boards/nordic/nrf53_sync_rtc/ |
D | sample.yaml | 3 on nrf53 cores. 4 name: nRF53 Synchronized RTC sample
|
/Zephyr-latest/soc/nordic/ |
D | Kconfig.soc | 13 default "nrf53" if SOC_SERIES_NRF53X 40 Enable support for NRF53 MCU series
|
/Zephyr-latest/samples/boards/nordic/ieee802154/802154_rpmsg/ |
D | README.rst | 16 * A board with nRF53 SoC 24 To use this application, you need a board with nRF53 SoC.
|
/Zephyr-latest/dts/bindings/gpio/ |
D | nordic,nrf-gpio-forwarder.yaml | 7 In nRF53 family of SoCs, GPIO pins must be explicitly forwarded by 10 nRF53 application core should forward to the nRF53 network core.
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/hal/nrf5/ |
D | swi.h | 22 /* nRF53 Series IRQ mapping */ 25 /* nRF53 Series Engineering D and Revision 1 IRQ mapping */
|
/Zephyr-latest/dts/bindings/flash_controller/ |
D | nordic,nrf53-flash-controller.yaml | 3 compatible: "nordic,nrf53-flash-controller"
|
/Zephyr-latest/dts/arm/nordic/ |
D | nrf5340_cpuapp_qkaa.dtsi | 21 "nordic,nrf53", "simple-bus";
|
D | nrf5340_cpuappns_qkaa.dtsi | 21 "nordic,nrf53", "simple-bus";
|
D | nrf5340_cpunet_qkaa.dtsi | 25 "nordic,nrf53", "simple-bus";
|
/Zephyr-latest/samples/subsys/usb/uac2_explicit_feedback/ |
D | Kconfig | 10 On nRF53 this option requires externally connecting I2S LRCLK back to
|
123