Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 376 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 376 Bytes

Mouse Firmware in C

Note: Abandoned due to re-implementation in Rust. You might still find something useful when tinkering around here.

Set up the build environment with (order of crossfile flags is important):

meson setup --cross-file=crossfiles/main.ini --cross-file=crossfiles/stm32/f0.ini build

And then compile the code:

meson compile -C build