Skip to content

Commit

Permalink
test: add overlay files
Browse files Browse the repository at this point in the history
  • Loading branch information
everedero committed Nov 20, 2023
1 parent fd92295 commit e117bc5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/driver/nrf24l01/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@

cmake_minimum_required(VERSION 3.20.0)
set(SYSCALL_INCLUDE_DIRS "${CMAKE_CURRENT_SOURCE_DIR}/../../../include")
# Use the project local board root folder
set(BOARD_ROOT "${CMAKE_CURRENT_SOURCE_DIR}/../../..")
set(DTC_OVERLAY_FILE "${CMAKE_CURRENT_SOURCE_DIR}/../../../app/boards/nucleo_f756zg.overlay")
set(DTC_OVERLAY_FILE "${CMAKE_CURRENT_SOURCE_DIR}/../../../app/boards/nrf52dk_nrf52832.overlay")

find_package(Zephyr REQUIRED HINTS $ENV{ZEPHYR_BASE})

Expand Down

0 comments on commit e117bc5

Please sign in to comment.