From 92a3a6f47b00f405e3d8a674be3d07b6dd4ea2cd Mon Sep 17 00:00:00 2001 From: rusefi Date: Fri, 24 Mar 2017 18:57:10 -0400 Subject: [PATCH] find_cygwin . -type f -print0 | xargs -0 dos2unix done? --- .gitattributes | 42 +++++++++---------- README.md | 108 ++++++++++++++++++++++++------------------------- 2 files changed, 75 insertions(+), 75 deletions(-) diff --git a/.gitattributes b/.gitattributes index 6ef7b1ca56..99b2185b92 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,21 +1,21 @@ -# -# see https://help.github.com/articles/dealing-with-line-endings/ -# - -# Set the default behavior, in case people don't have core.autocrlf set. -* text=auto - -# Explicitly declare text files you want to always be normalized and converted -# to Unix line endings on checkout. -*.c text eol=lf -*.cpp text eol=lf -*.h text eol=lf -*.xml text eol=lf -*.mk text eol=lf -*.java text eol=lf -*.bat text eol=lf - -# Denote all files that are truly binary and should not be modified. -*.png binary -*.jpg binary - +# +# see https://help.github.com/articles/dealing-with-line-endings/ +# + +# Set the default behavior, in case people don't have core.autocrlf set. +* text=auto + +# Explicitly declare text files you want to always be normalized and converted +# to Unix line endings on checkout. +*.c text eol=lf +*.cpp text eol=lf +*.h text eol=lf +*.xml text eol=lf +*.mk text eol=lf +*.java text eol=lf +*.bat text eol=lf + +# Denote all files that are truly binary and should not be modified. +*.png binary +*.jpg binary + diff --git a/README.md b/README.md index d9985f167a..1ae15fe608 100644 --- a/README.md +++ b/README.md @@ -1,54 +1,54 @@ -current binaries are always available at http://rusefi.com/build_server/ - - -#Releases - -| Release date | Revision | Details | -| ------------ | --------- | ------- | -| 03/20/2017 | r13233 | improvements #375 & #376: hard FPU mode & migrating to fresh version of arm gcc | -| 03/19/2017 | r13223 | bugfix #374: persistent configuration starts to touch firmware - settings would need to be reloaded | -| 03/09/2017 | r13146 | bugfix #370: duty cycle vs error code 6050 | -| 03/06/2017 | r13123 | bugfix #363: 2/1 skipped wheel is a corner-case | -| 03/05/2017 | r13108 | bugfix #363: trigger front only processing | -| 02/22/2017 | r12980 | bugfix: false error message in case of single coil or simultaneous injection | -| 02/22/2017 | r12973 | unused property 'custom Use Rise Edge' removed | -| 02/22/2017 | r12972 | protocol signature changed to 'v0.02' (this would happen from time to time to ensure version match between console and TS project | -| 02/20/2017 | r12939 | https://github.com/rusefi/rusefi is now the official primary repository | -| 02/18/2017 | r11565 | improvement: level1 default brown out https://sourceforge.net/p/rusefi/tickets/354/ | -| 02/18/2017 | r11554 | bugfix: rusEfi console program/erase buttons fixed with ST-LINK 2.1 | -| 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 +current binaries are always available at http://rusefi.com/build_server/ + + +#Releases + +| Release date | Revision | Details | +| ------------ | --------- | ------- | +| 03/20/2017 | r13233 | improvements #375 & #376: hard FPU mode & migrating to fresh version of arm gcc | +| 03/19/2017 | r13223 | bugfix #374: persistent configuration starts to touch firmware - settings would need to be reloaded | +| 03/09/2017 | r13146 | bugfix #370: duty cycle vs error code 6050 | +| 03/06/2017 | r13123 | bugfix #363: 2/1 skipped wheel is a corner-case | +| 03/05/2017 | r13108 | bugfix #363: trigger front only processing | +| 02/22/2017 | r12980 | bugfix: false error message in case of single coil or simultaneous injection | +| 02/22/2017 | r12973 | unused property 'custom Use Rise Edge' removed | +| 02/22/2017 | r12972 | protocol signature changed to 'v0.02' (this would happen from time to time to ensure version match between console and TS project | +| 02/20/2017 | r12939 | https://github.com/rusefi/rusefi is now the official primary repository | +| 02/18/2017 | r11565 | improvement: level1 default brown out https://sourceforge.net/p/rusefi/tickets/354/ | +| 02/18/2017 | r11554 | bugfix: rusEfi console program/erase buttons fixed with ST-LINK 2.1 | +| 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