ahhh shit here we go again

This commit is contained in:
Ben Kyd
2023-05-15 17:25:47 +01:00
parent f6da14fa0c
commit 40030635c0
13 changed files with 80 additions and 13 deletions

View File

@@ -1,7 +1,10 @@
cmake_minimum_required(VERSION 3.20.0)
set(BOARD adafruit_feather_nrf52840)
set(BOARD rpi_pico)
find_package(Zephyr REQUIRED HINTS $ENV{ZEPHYR_BASE})
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
project(passr)
target_sources(app PRIVATE src/main.c)