From c72b621019ceb103033e289addbb448ad5f4e3b6 Mon Sep 17 00:00:00 2001 From: xengineering Date: Fri, 21 Mar 2025 21:56:27 +0100 Subject: fw: Switch to board native_sim/native/64 Using this board by default allows easier development since it compiles to a Linux executable which can be executed with `./zephyr.exe`, debugged with `gdb zephyr.exe` and has a virtual serial port for the Zephyr shell. Later the 32 bit version or even a QEMU variant should be used but the 64 bit variant is a low hanging fruit since the host libraries can be used. This is not wanted but easy to accomplish. --- fw/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fw/CMakeLists.txt b/fw/CMakeLists.txt index 000039e..6ba8cec 100644 --- a/fw/CMakeLists.txt +++ b/fw/CMakeLists.txt @@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 3.20.0) -set(BOARD "nucleo_f767zi") +set(BOARD "native_sim/native/64") set(ZEPHYR_MODULES "${CMAKE_CURRENT_SOURCE_DIR}/zephyrproject/modules/hal/cmsis" "${CMAKE_CURRENT_SOURCE_DIR}/zephyrproject/modules/hal/stm32" -- cgit v1.2.3-70-g09d2