cmake_minimum_required(VERSION 3.20.0) set(BOARD nucleo_g474re) find_package(Zephyr REQUIRED) project(app) target_sources(app PRIVATE src/main.c)