example project and first post of SPI1

This commit is contained in:
Ben Kyd
2023-05-17 00:33:25 +01:00
parent 164ae2ac56
commit d1e0e26e4d
46 changed files with 64917 additions and 30 deletions

View File

@@ -1,10 +1,7 @@
cmake_minimum_required(VERSION 3.20.0)
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)