rusefi_documentation/Custom-Firmware.md

6 lines
565 B
Markdown
Raw Normal View History

2023-12-04 06:32:22 -08:00
# Custom rusEFI firmware for your own board
2023-12-04 08:24:07 -08:00
https://github.com/rusefi/fw-custom-example is an example of a custom rusEFI firmware repository. Just fork it, edit ``.github\workflows\build-firmware.yaml`` file, rename ``compile_XXX.sh`` with your board name and you have full control over default tune, connector mapping etc!
2023-12-09 10:46:28 -08:00
https://github.com/rusefi/fw-custom-paralela and https://github.com/rusefi/fw-custom-core8/ are the best example as of right now. https://github.com/rusefi/rusefi/tree/master/firmware/config/boards should be another source of inspiration.