From afa66ca4430deecb98a1283233fd95d4f21dce6c Mon Sep 17 00:00:00 2001 From: xengineering Date: Sun, 10 Mar 2024 18:16:23 +0100 Subject: Implement LoRa RX to log output This is the first step towards a minimal viable product. While sending is not possible all received frames are logged. --- CMakeLists.txt | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 CMakeLists.txt (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt new file mode 100644 index 0000000..99d7134 --- /dev/null +++ b/CMakeLists.txt @@ -0,0 +1,5 @@ +cmake_minimum_required(VERSION 3.20.0) +find_package(Zephyr REQUIRED HINTS $ENV{ZEPHYR_BASE}) +project(radio-gateway) + +target_sources(app PRIVATE src/main.c) -- cgit v1.2.3-70-g09d2