Compare commits

..

No commits in common. "9758181bda5624266d10a9de5cba05381b36b813" and "297cf1a2013a155b85a338fe65c7dff1f76f4491" have entirely different histories.

2 changed files with 0 additions and 19 deletions

1
.gitignore vendored
View File

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

View File

@ -1,18 +0,0 @@
# 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```