From 304e1e443dc1283efbd1fe8b4a72c13f6cfc2fe4 Mon Sep 17 00:00:00 2001 From: xengineering Date: Tue, 11 Feb 2025 06:58:50 +0100 Subject: fw: Move content of `firmware` here This makes the name shorter which is especially relevant for Git commit messages. --- fw/CMakeLists.txt | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 fw/CMakeLists.txt (limited to 'fw/CMakeLists.txt') diff --git a/fw/CMakeLists.txt b/fw/CMakeLists.txt new file mode 100644 index 0000000..b0093d0 --- /dev/null +++ b/fw/CMakeLists.txt @@ -0,0 +1,9 @@ +cmake_minimum_required(VERSION 3.20.0) + +set(BOARD "nucleo_f767zi") +set(ZEPHYR_MODULES + "${CMAKE_CURRENT_SOURCE_DIR}/zephyrproject/modules/hal/cmsis;${CMAKE_CURRENT_SOURCE_DIR}/zephyrproject/modules/hal/stm32") +find_package(Zephyr REQUIRED HINTS "${CMAKE_CURRENT_SOURCE_DIR}/zephyrproject/zephyr") +project(iot-contact) + +target_sources(app PRIVATE src/main.c) -- cgit v1.2.3-70-g09d2