auto-sync
This commit is contained in:
parent
2a998e4f60
commit
0157a42554
|
@ -1,5 +1,12 @@
|
||||||
rusEfi engine control unit firmware
|
rusEfi engine control unit firmware
|
||||||
|
|
||||||
Wiki http://rusefi.com/
|
Current binaries are always available at http://rusefi.com/build_server/
|
||||||
Doxygen documentation is availble at http://rusefi.com/docs/html/
|
|
||||||
|
Wiki http://rusefi.com
|
||||||
|
Forum rusefi.com/forum
|
||||||
|
Doxygen documentation is availble at http://rusefi.com/docs/html
|
||||||
General source code Q&A is at http://rusefi.com/forum/viewtopic.php?f=5&t=10
|
General source code Q&A is at http://rusefi.com/forum/viewtopic.php?f=5&t=10
|
||||||
|
|
||||||
|
|
||||||
|
Facebook https://www.facebook.com/rusEfiECU
|
||||||
|
youtube https://www.youtube.com/user/rusefi
|
||||||
|
|
56
readme.txt
56
readme.txt
|
@ -1,25 +1,39 @@
|
||||||
current binaries are always available at http://rusefi.com/build_server/
|
current binaries are always available at http://rusefi.com/build_server/
|
||||||
|
|
||||||
|
|
||||||
*****************************************************************************
|
#Releases
|
||||||
*** Releases ***
|
|
||||||
*****************************************************************************
|
|
||||||
07/06/2015 r8554 more CAN, better console, bugfixes, performance
|
|
||||||
04/26/2015 r7938 vehicle speed sensor, stepper idle valve, lots of improvements
|
|
||||||
11/13/2014 r5327 ChibiOS/RT 2.6.6, better cold start logic, bugfixes, bugfixes, bugfixes...
|
|
||||||
06/12/2014 r3477 Precise event scheduling, protocol selection
|
|
||||||
03/26/2014 r2413 C++, refactoring & improvements
|
|
||||||
02/23/2013 r1777 trigger is now configurable via TunerStudio
|
|
||||||
01/30/2014 r1309 true trigger angles, VBatt signal
|
|
||||||
01/12/2014 r1007 refactoring, refactoring & refactoring
|
|
||||||
12/19/2013 r605 ignition control & a little bit of CAN bus
|
|
||||||
11/08/2013 r100 Tuner Studio fuel map tuning, fuel pump control
|
|
||||||
10/14/2013 r39 USB serial bug, missing IAR files, self-containted Makefile
|
|
||||||
10/13/2013 r33 IAR project file
|
|
||||||
10/04/2013 r26 Patched ChibiOS/RT 2.6.1 sources are now included
|
|
||||||
09/23/2013 r20 Tuner Studio integration, configuraton persistence
|
|
||||||
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.
|
|
||||||
|
|
||||||
|
| Release date | Revision | Details |
|
||||||
|
| ------------ | --------- | ------- |
|
||||||
|
| 12/09/2016 | r10991 | bugfixes, bugfixes, bugfixes & releave 1.0
|
||||||
|
| 02/15/2016 | r9600 | automatic warm-up fuel correction, performance improvements
|
||||||
|
| 08/31/2015 | r8725 | acceleration fuel correction, console improvements
|
||||||
|
| 07/06/2015 | r8554 | more CAN, better console, bugfixes, performance
|
||||||
|
| 04/26/2015 | r7938 | vehicle speed sensor, stepper idle valve, lots of improvements
|
||||||
|
| 11/13/2014 | r5327 | ChibiOS/RT 2.6.6, better cold start logic, bugfixes, bugfixes, bugfixes...
|
||||||
|
| 06/12/2014 | r3477 | Precise event scheduling, protocol selection
|
||||||
|
| 03/26/2014 | r2413 | C++, refactoring & improvements
|
||||||
|
| 02/23/2013 | r1777 | trigger is now configurable via TunerStudio
|
||||||
|
| 01/30/2014 | r1309 | true trigger angles, VBatt signal
|
||||||
|
| 01/12/2014 | r1007 | refactoring, refactoring & refactoring
|
||||||
|
| 12/19/2013 | r605 | ignition control & a little bit of CAN bus
|
||||||
|
| 11/08/2013 | r100 | Tuner Studio fuel map tuning, fuel pump control
|
||||||
|
| 10/14/2013 | r39 | USB serial bug, missing IAR files, self-containted Makefile
|
||||||
|
| 10/13/2013 | r33 | IAR project file
|
||||||
|
| 10/04/2013 | r26 | Patched ChibiOS/RT 2.6.1 sources are now included
|
||||||
|
| 09/23/2013 | r20 | Tuner Studio integration, configuraton persistence
|
||||||
|
| 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.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Wiki http://rusefi.com
|
||||||
|
Forum rusefi.com/forum
|
||||||
|
Doxygen documentation is availble at http://rusefi.com/docs/html
|
||||||
|
General source code Q&A is at http://rusefi.com/forum/viewtopic.php?f=5&t=10
|
||||||
|
|
||||||
|
|
||||||
|
Facebook https://www.facebook.com/rusEfiECU
|
||||||
|
youtube https://www.youtube.com/user/rusefi
|
||||||
|
|
Loading…
Reference in New Issue