Skip to content

Commit

Permalink
Define board in Cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
erlingrj committed Oct 18, 2024
1 parent ea349d5 commit 3922f9b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
cmake_minimum_required(VERSION 3.20.0)
set(BOARD frdm_k64f)
find_package(Zephyr REQUIRED HINTS $ENV{ZEPHYR_BASE})
project(reactor-uc-zephyr)

Expand Down
2 changes: 1 addition & 1 deletion examples/zephyr/timer/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.20.0)
set(BOARD frdm_k64f)
find_package(Zephyr REQUIRED HINTS $ENV{ZEPHYR_BASE})
project(reactor-uc-zephyr)
set(BOARD frdm_k64f)
set(PLATFORM "ZEPHYR" CACHE STRING "Platform to target")
add_subdirectory(../../../ reactor-uc)

Expand Down

0 comments on commit 3922f9b

Please sign in to comment.