Skip to content

Commit

Permalink
test: fix: new board names for twister
Browse files Browse the repository at this point in the history
  • Loading branch information
everedero committed Mar 11, 2024
1 parent ddc2f1c commit af45107
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/driver/nrf24l01/testcase.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ tests:
extra_args: DTC_OVERLAY_FILE="${CMAKE_CURRENT_SOURCE_DIR}/../../../app/boards/nucleo_f756zg.overlay"
driver.nrf24l01.nrf52:
integration_platforms:
- nrf52dk_nrf52832
- nrf52dk/nrf52832
extra_args: DTC_OVERLAY_FILE="${CMAKE_CURRENT_SOURCE_DIR}/../../../app/boards/nrf52dk_nrf52832.overlay"
driver.nrf24l01.esp32:
integration_platforms:
- esp32_devkitc_wroom
- esp32_devkitc_wroom/esp32/procpu
extra_args: DTC_OVERLAY_FILE="${CMAKE_CURRENT_SOURCE_DIR}/../../../app/boards/esp32_devkitc_wroom.overlay"

0 comments on commit af45107

Please sign in to comment.