Compare commits
No commits in common. "9758181bda5624266d10a9de5cba05381b36b813" and "297cf1a2013a155b85a338fe65c7dff1f76f4491" have entirely different histories.
9758181bda
...
297cf1a201
|
|
@ -1 +0,0 @@
|
||||||
./build
|
|
||||||
18
README.md
18
README.md
|
|
@ -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```
|
|
||||||
|
|
||||||
Loading…
Reference in New Issue