mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-02 07:53:36 +00:00
STM32 iwdg driver are convented to new API now, the old sample are doesn't need again. Signed-off-by: qianfan Zhao <qianfanguijin@163.com>
6 lines
168 B
CMake
6 lines
168 B
CMake
cmake_minimum_required(VERSION 3.13.1)
|
|
include($ENV{ZEPHYR_BASE}/cmake/app/boilerplate.cmake NO_POLICY_SCOPE)
|
|
project(watchdog)
|
|
|
|
target_sources(app PRIVATE src/main.c)
|