File tree Expand file tree Collapse file tree 9 files changed +10
-54
lines changed Expand file tree Collapse file tree 9 files changed +10
-54
lines changed Original file line number Diff line number Diff line change @@ -49,12 +49,12 @@ HOST: DEVICE:
4949TWIM_SCL - TWIS_SCL
5050TWIM_SDA - TWIS_SDA
5151
52- When nrf54l15pdk is HOST and nrf54h20dk is DEVICE then:
52+ When nrf54l15dk is HOST and nrf54h20dk is DEVICE then:
5353 nrf54l nrf54h
5454SCL: P1.12 - P1.03
5555SDA: P1.08 - P2.09
5656
57- When nrf54l15pdk is DEVICE and nrf54h20dk is HOST then:
57+ When nrf54l15dk is DEVICE and nrf54h20dk is HOST then:
5858 nrf54l nrf54h
5959SCL: P1.13 - P1.02
6060SDA: P1.09 - P2.08
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 77if (NOT "${SB_CONFIG_REMOTE_BOARD} " STREQUAL "" )
88 # Add remote project
99 ExternalZephyrProject_Add(
10- APPLICATION remote
11- SOURCE_DIR ${APP_DIR} /remote
10+ APPLICATION remote_sleep_forever
11+ SOURCE_DIR ${APP_DIR} /../common/remote_sleep_forever
1212 BOARD ${SB_CONFIG_REMOTE_BOARD}
1313 BOARD_REVISION ${BOARD_REVISION}
1414 )
1515
1616 # Add a dependency so that the remote image will be built and flashed first
17- add_dependencies (gpio remote )
17+ add_dependencies (gpio remote_sleep_forever )
1818 # Add dependency so that the remote image is flashed first.
19- sysbuild_add_dependencies(FLASH gpio remote )
19+ sysbuild_add_dependencies(FLASH gpio remote_sleep_forever )
2020endif ()
File renamed without changes.
Original file line number Diff line number Diff line change 66tests :
77 benchmarks.power_consumption.qdec_nrf54l :
88 platform_allow :
9- - nrf54l15pdk /nrf54l15/cpuapp
9+ - nrf54l15dk /nrf54l15/cpuapp
1010 integration_platforms :
11- - nrf54l15pdk /nrf54l15/cpuapp
11+ - nrf54l15dk /nrf54l15/cpuapp
1212 harness_config :
1313 fixture : gpio_loopback
1414 pytest_root :
Original file line number Diff line number Diff line change @@ -53,14 +53,14 @@ SPIM_SCK - SPIS_SCK
5353SPIM_MISO - SPIS_MISO
5454SPIM_MOSI - SPIS_MOSI
5555
56- When nrf54l15pdk is HOST and nrf54h20dk is DEVICE then:
56+ When nrf54l15dk is HOST and nrf54h20dk is DEVICE then:
5757 nrf54l nrf54h
5858CS: P2.10 - P0.11
5959SCK: P1.13 - P0.01
6060MISO: P1.11 - P0.07
6161MOSI: P1.09 - P0.09
6262
63- When nrf54l15pdk is DEVICE and nrf54h20dk is HOST then:
63+ When nrf54l15dk is DEVICE and nrf54h20dk is HOST then:
6464 nrf54l nrf54h
6565CS: P1.14 - P0.10
6666SCK: P1.12 - P0.00
You can’t perform that action at this time.
0 commit comments