Update README.md
This commit is contained in:
parent
3a33f22ab8
commit
b22fdc59e3
|
@ -24,8 +24,11 @@ Important note - we now use submodules:
|
||||||
|
|
||||||
# What do we have here?
|
# What do we have here?
|
||||||
* [Firmware](/firmware) Source code for open source engine control unit for stm32 chips
|
* [Firmware](/firmware) Source code for open source engine control unit for stm32 chips
|
||||||
* [Hardware](/hardware) KiCAD files for all our PCBs
|
* [Hardware](/hardware) KiCAD files for our older
|
||||||
* [rusEfi console](/java_console) rusEfi own naive tuning software
|
|
||||||
|
|
||||||
|
PCBs
|
||||||
|
* [rusEFI console](/java_console) rusEFI own naive tuning software
|
||||||
* [Simulator](/simulator) win32 or posix version of firmware allows to explore without any hardware
|
* [Simulator](/simulator) win32 or posix version of firmware allows to explore without any hardware
|
||||||
* [Unit Tests](/unit_tests) Unit tests of firmware pieces
|
* [Unit Tests](/unit_tests) Unit tests of firmware pieces
|
||||||
* [Misc tools](/java_tools) Misc development utilities
|
* [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/30/2013 | r14 | initial documentation & refactoring. tunerstudio integration
|
||||||
| 08/03/2013 | r13 | wideband O2 input, better idling algorithm, serial-over-USB
|
| 08/03/2013 | r13 | wideband O2 input, better idling algorithm, serial-over-USB
|
||||||
| 07/05/2013 | r10 | Second CKP, sequential injection.
|
| 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.
|
||||||
|
|
Loading…
Reference in New Issue