Compare commits
2 Commits
2b8b776b9e
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| c5945e2ae6 | |||
| 54c01cc08f |
2
.gitignore
vendored
2
.gitignore
vendored
@@ -1,3 +1,5 @@
|
||||
.venv/
|
||||
.cache/
|
||||
**/.cache/
|
||||
.jlink_scripts/
|
||||
**/.jlink_scripts/
|
||||
|
||||
8
neoecu.toml
Normal file
8
neoecu.toml
Normal file
@@ -0,0 +1,8 @@
|
||||
[project]
|
||||
name = "BuildDemo"
|
||||
|
||||
[build]
|
||||
m7_type = "ST"
|
||||
m7_dir = "STM32"
|
||||
m4_type = "Zephyr"
|
||||
m4_dir = "Zephyr"
|
||||
Reference in New Issue
Block a user