rusefi/firmware/readme.md

25 lines
905 B
Markdown
Raw Permalink Normal View History

2024-02-21 14:30:41 -08:00
End users should be able to use pre-built firmware. They should not need to build or modify the source code.
See https://github.com/rusefi/rusefi/wiki/Download
See also https://github.com/rusefi/rusefi/wiki/Dev-Quick-Start
2019-08-25 20:31:39 -07:00
2023-04-19 09:08:24 -07:00
[Doxygen](https://rusefi.com/docs/html/) <<< landing page has best implementation introduction.
2019-08-25 20:31:39 -07:00
[Q&A on source code](https://rusefi.com/forum/viewtopic.php?f=5&t=10)
2024-02-21 14:30:41 -08:00
This directory contains the source code for the rusEFI embedded firmware.
TL;DR
2024-02-21 14:30:41 -08:00
``make``
2021-07-09 10:29:03 -07:00
# Environment
2024-02-21 14:30:41 -08:00
Embedded firmware is build on top of https://www.chibios.org/ with plain Makefile gcc version 12 (See https://github.com/rusefi/rusefi/blob/master/.github/workflows/hardware-ci.yaml to confirm current GCC version)
2021-07-09 10:29:03 -07:00
2024-02-21 14:30:41 -08:00
Windows development is fully supported with Cygwin, WSL or Linux is recommended due to poor NTFS performance.
2024-02-21 14:30:41 -08:00
See also [../simulator](../simulator)
2024-02-21 14:30:41 -08:00
See also [../unit_tests](../unit_tests)