openinput-fw / openinput

Open source firmware for input devices
https://openinput.readthedocs.io
MIT License
71 stars 6 forks source link

configure: major refactoring #89

Closed FFY00 closed 3 years ago

FFY00 commented 3 years ago

Hopefully this is better.

Signed-off-by: Filipe Laíns lains@riseup.net

FFY00 commented 3 years ago

Probably the best way to review is just to go over to my branch and look at the code directly.

FFY00 commented 3 years ago

CI is passing, so the builds are still good, that's all that we needed :blush:

FFY00 commented 3 years ago

This also sets us up to have bootloader builds, instead of main.c it will use bootloader.c, and to support clang, which will allow us to do fuzzing.