2021-02-17 14:50:11 -08:00
|
|
|
The majority of rusEFI code is written in very plain C++ ("C with classes"), with rusEFI console and some code generating
|
2020-02-22 19:36:21 -08:00
|
|
|
tools written in java.
|
|
|
|
|
|
|
|
Most of the needs are within the C/C++ firmware and automated testing.
|
|
|
|
|
|
|
|
A good first contribution could be adding some automated testing into https://github.com/rusefi/rusefi/tree/master/unit_tests/tests
|
|
|
|
|
|
|
|
For current coverage report see https://rusefi.com/docs/unit_tests_coverage/
|
|
|
|
|
2020-08-26 07:27:11 -07:00
|
|
|
Doxygen source code documentation is found [here.](https://rusefi.com/docs/html/)
|
|
|
|
|
|
|
|
Our primary tool-chain is GCC+Eclipse but we also support IAR.
|
|
|
|
|
2020-02-22 19:36:21 -08:00
|
|
|
Testing coverage open tickets: https://github.com/rusefi/rusefi/labels/automated_testing
|
|
|
|
|
|
|
|
All open tickets: https://github.com/rusefi/rusefi/issues
|
|
|
|
|
2021-02-17 14:50:11 -08:00
|
|
|
See [Try It](Try-It) for how to work on rusEFI code with zero or minimal hardware.
|
2020-08-26 07:27:11 -07:00
|
|
|
|
|
|
|
[Click here for a Q&A on source code.](http://rusefi.com/forum/viewtopic.php?f=5&t=10)
|
2020-09-11 17:29:26 -07:00
|
|
|
|
|
|
|
[Some random tips](Dev-Tips)
|