YMF262_devboard_Firmware/README.md

19 lines
287 B
Markdown

# 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```