File tree Expand file tree Collapse file tree 11 files changed +13
-15
lines changed
tickless/tickless_concept Expand file tree Collapse file tree 11 files changed +13
-15
lines changed Original file line number Diff line number Diff line change @@ -607,11 +607,11 @@ example::
607607 fixtures:
608608 - gpio_loopback
609609 id: 000683290670
610- notes: An nrf5340pdk_nrf5340 is detected as an nrf52840dk_nrf52840 with no serial
610+ notes: An nrf5340dk_nrf5340 is detected as an nrf52840dk_nrf52840 with no serial
611611 port, and three serial ports with an unknown platform. The board id of the serial
612612 ports is not the same as the board id of the the development kit. If you regenerate
613613 this file you will need to update serial to reference the third port, and platform
614- to nrf5340pdk_nrf5340_cpuapp or another supported board target.
614+ to nrf5340dk_nrf5340_cpuapp or another supported board target.
615615 platform: nrf52840dk_nrf52840
616616 product: J-Link
617617 runner: jlink
Original file line number Diff line number Diff line change @@ -156,7 +156,7 @@ On nRF5340 and nRF9160:
156156=======================
157157
158158Build Zephyr with a non-secure configuration
159- (``-DBOARD=nrf5340pdk_nrf5340_cpuappns `` or ``-DBOARD=nrf9160dk_nrf9160ns ``).
159+ (``-DBOARD=nrf5340dk_nrf5340_cpuappns `` or ``-DBOARD=nrf9160dk_nrf9160ns ``).
160160
161161 Example, for nRF9160, using ``cmake `` and ``ninja ``
162162
Original file line number Diff line number Diff line change 55tests :
66 sample.psa_level_1 :
77 tags : introduction tfm
8- platform_allow : mps2_an521_nonsecure lpcxpresso55s69_ns nrf5340pdk_nrf5340_cpuappns
9- nrf5340dk_nrf5340_cpuappns nrf9160dk_nrf9160ns v2m_musca_s1_nonsecure
8+ platform_allow : mps2_an521_nonsecure lpcxpresso55s69_ns nrf5340dk_nrf5340_cpuappns
9+ nrf9160dk_nrf9160ns v2m_musca_s1_nonsecure
1010 harness : console
1111 harness_config :
1212 type : multi_line
Original file line number Diff line number Diff line change @@ -162,7 +162,7 @@ On nRF5340 and nRF9160:
162162=======================
163163
164164Build Zephyr with a non-secure configuration
165- (``-DBOARD=nrf5340pdk_nrf5340_cpuappns `` or ``-DBOARD=nrf9160dk_nrf9160ns ``).
165+ (``-DBOARD=nrf5340dk_nrf5340_cpuappns `` or ``-DBOARD=nrf9160dk_nrf9160ns ``).
166166
167167 Example, for nRF9160, using ``cmake `` and ``ninja ``
168168
Original file line number Diff line number Diff line change 55tests :
66 sample.tfm_ipc :
77 tags : introduction tfm
8- platform_allow : mps2_an521_nonsecure lpcxpresso55s69_ns nrf5340pdk_nrf5340_cpuappns
8+ platform_allow : mps2_an521_nonsecure lpcxpresso55s69_ns
99 nrf5340dk_nrf5340_cpuappns nrf9160dk_nrf9160ns nucleo_l552ze_q_ns
1010 v2m_musca_s1_nonsecure
1111 harness : console
Original file line number Diff line number Diff line change 1111 kernel.memory_protection.gap_filling.arm :
1212 filter : CONFIG_ARCH_HAS_USERSPACE and CONFIG_MPU_REQUIRES_NON_OVERLAPPING_REGIONS
1313 arch_allow : arm
14- platform_allow : efr32_radio_brd4180a mps2_an521 nrf5340pdk_nrf5340_cpuapp
15- nrf5340pdk_nrf5340_cpunet nrf9160dk_nrf9160
14+ platform_allow : efr32_radio_brd4180a mps2_an521 nrf9160dk_nrf9160
1615 extra_args : CONFIG_MPU_GAP_FILLING=y
1716 tags : kernel security userspace ignore_faults
Original file line number Diff line number Diff line change 1010 kernel.memory_protection.userspace.gap_filling.arm :
1111 filter : CONFIG_ARCH_HAS_USERSPACE and CONFIG_MPU_REQUIRES_NON_OVERLAPPING_REGIONS
1212 arch_allow : arm
13- platform_allow : efr32_radio_brd4180a mps2_an521 nrf5340pdk_nrf5340_cpuapp
14- nrf5340pdk_nrf5340_cpunet nrf9160dk_nrf9160
13+ platform_allow : efr32_radio_brd4180a mps2_an521 nrf9160dk_nrf9160
1514 extra_args : CONFIG_MPU_GAP_FILLING=y
1615 tags : kernel security userspace ignore_faults
Original file line number Diff line number Diff line change 33 arch_exclude : nios2
44 platform_exclude : em_starterkit
55 litex_vexriscv rv32m1_vega_zero_riscy rv32m1_vega_ri5cy
6- nrf5340dk_nrf5340_cpunet nrf5340pdk_nrf5340_cpunet
6+ nrf5340dk_nrf5340_cpunet
77 tags : kernel
Original file line number Diff line number Diff line change 55 # consistently when coverage is enabled. Disable until 14173 is fixed.
66 platform_exclude : qemu_x86_coverage
77 litex_vexriscv rv32m1_vega_zero_riscy rv32m1_vega_ri5cy
8- nrf5340dk_nrf5340_cpunet nrf5340pdk_nrf5340_cpunet
8+ nrf5340dk_nrf5340_cpunet
99 tags : kernel
Original file line number Diff line number Diff line change 77 arch_exclude : nios2 posix
88 platform_exclude : qemu_x86_coverage
99 litex_vexriscv rv32m1_vega_zero_riscy rv32m1_vega_ri5cy
10- nrf5340dk_nrf5340_cpunet nrf5340pdk_nrf5340_cpunet
10+ nrf5340dk_nrf5340_cpunet
1111 tags : kernel timer userspace
You can’t perform that action at this time.
0 commit comments