Compare commits

...

2 Commits

Author SHA1 Message Date
Gustavo Henrique Santos Souza de Miranda 9758181bda Add README.md 2026-04-29 02:26:18 -03:00
Gustavo Henrique Santos Souza de Miranda 7245a328f6 Add .gitignore 2026-04-29 02:25:46 -03:00
2 changed files with 19 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
./build

18
README.md Normal file
View File

@ -0,0 +1,18 @@
# YMF-262 Firmware for Nucleo F722RE Board and STM32F7 MCU
## Building
To build a Flashable .elf file issue the following commands:
- Debug:
```cmake --preset Debug && cmake --build --preset Debug```
- Release:
```cmake --preset Release && cmake --build --preset Release```