Compare commits
2 Commits
297cf1a201
...
9758181bda
| Author | SHA1 | Date |
|---|---|---|
|
|
9758181bda | |
|
|
7245a328f6 |
|
|
@ -0,0 +1 @@
|
|||
./build
|
||||
|
|
@ -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```
|
||||
|
||||
Loading…
Reference in New Issue