Skip to content

Latest commit

 

History

History

firmware-c

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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