Update README.md

This commit is contained in:
rusefillc 2021-07-24 17:21:15 -04:00 committed by GitHub
parent 1a9f1745b3
commit cf7632bae8
1 changed files with 6 additions and 3 deletions

View File

@ -24,8 +24,11 @@ Important note - we now use submodules:
# What do we have here?
* [Firmware](/firmware) Source code for open source engine control unit for stm32 chips
* [Hardware](/hardware) KiCAD files for all our PCBs
* [rusEfi console](/java_console) rusEfi own naive tuning software
* [Hardware](/hardware) KiCAD files for our older
PCBs
* [rusEFI console](/java_console) rusEFI own naive tuning software
* [Simulator](/simulator) win32 or posix version of firmware allows to explore without any hardware
* [Unit Tests](/unit_tests) Unit tests of firmware pieces
* [Misc tools](/java_tools) Misc development utilities
@ -121,4 +124,4 @@ See https://rusefi.com/forum/viewtopic.php?f=5&t=9
| 08/30/2013 | r14 | initial documentation & refactoring. tunerstudio integration
| 08/03/2013 | r13 | wideband O2 input, better idling algorithm, serial-over-USB
| 07/05/2013 | r10 | Second CKP, sequential injection.
| 06/19/2013 | r9 | Initial version - batch injection & ignition with advance table lookup.
| 06/19/2013 | r9 | Initial version - batch injection & ignition with advance table lookup.