Compare commits

..

2 Commits

Author SHA1 Message Date
c5945e2ae6 Updated .gitignore for jlink_scripts 2026-03-22 12:49:26 +01:00
54c01cc08f Added neoecu.toml 2026-03-21 22:56:17 +01:00
2 changed files with 10 additions and 0 deletions

2
.gitignore vendored
View File

@@ -1,3 +1,5 @@
.venv/ .venv/
.cache/ .cache/
**/.cache/ **/.cache/
.jlink_scripts/
**/.jlink_scripts/

8
neoecu.toml Normal file
View File

@@ -0,0 +1,8 @@
[project]
name = "BuildDemo"
[build]
m7_type = "ST"
m7_dir = "STM32"
m4_type = "Zephyr"
m4_dir = "Zephyr"