From 54c01cc08f9f9147d275260e6380a85961a452ac Mon Sep 17 00:00:00 2001 From: Hector van der Aa Date: Sat, 21 Mar 2026 22:56:17 +0100 Subject: [PATCH] Added neoecu.toml --- neoecu.toml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 neoecu.toml diff --git a/neoecu.toml b/neoecu.toml new file mode 100644 index 0000000..d5f4892 --- /dev/null +++ b/neoecu.toml @@ -0,0 +1,8 @@ +[project] +name = "BuildDemo" + +[build] +m7_type = "ST" +m7_dir = "STM32" +m4_type = "Zephyr" +m4_dir = "Zephyr"