Firmware for the Mynd audio speaker, including both the main application and bootloader for the MCU.
C
203
20 commits
updated Aug 13, 2026
git clone --recurse-submodules git@github.com:teufelaudio/mynd-firmware.git
mkdir build && cd build
cmake -DPROJECT=Mynd -DTOOLCHAIN_PREFIX=<path to compiler> -DCMAKE_BUILD_TYPE=Release ..
make mynd-update-firmware-mcu
drivers - Basic stm I/O driversfirmwares - Third-party firmwares (Bluetooth, USB-PD controller)gitversion - Version string generatorProjects
Mynd - Source code for MCU firmwareMyndBootloader - Source code for bootloadersdk - Board support packagesupport
cmake - Cmake helpers for stm32 components and other librariesdocker-build - Configuration for docker buildkeys - Keys to sign firmware update file (Only for tests! They are not used.)scripts - Helper scripts for build and CI/CDsvd - Hardware description file - internal registers outlineView the Wiki for more details!
Purchase one here!
C
50.4%
C++
30.7%
CMake
15.7%
Python
2.7%
Firmware for the Mynd audio speaker, including both the main application and bootloader for the MCU.
C
203
20 commits
updated Aug 13, 2026
git clone --recurse-submodules git@github.com:teufelaudio/mynd-firmware.git
mkdir build && cd build
cmake -DPROJECT=Mynd -DTOOLCHAIN_PREFIX=<path to compiler> -DCMAKE_BUILD_TYPE=Release ..
make mynd-update-firmware-mcu
drivers - Basic stm I/O driversfirmwares - Third-party firmwares (Bluetooth, USB-PD controller)gitversion - Version string generatorProjects
Mynd - Source code for MCU firmwareMyndBootloader - Source code for bootloadersdk - Board support packagesupport
cmake - Cmake helpers for stm32 components and other librariesdocker-build - Configuration for docker buildkeys - Keys to sign firmware update file (Only for tests! They are not used.)scripts - Helper scripts for build and CI/CDsvd - Hardware description file - internal registers outlineView the Wiki for more details!
Purchase one here!
C
50.4%
C++
30.7%
CMake
15.7%
Python
2.7%