Commit Graph

1225 Commits

Author SHA1 Message Date
rusefi ea86d987c8 PID - fix dTime usages #776 2019-04-25 21:31:33 -04:00
rusefi 7c7889cb71 The Big Refactoring of 2019: configuration version should not be a global variable #656 2019-04-15 21:02:42 -04:00
rusefi 0171e00231 PWM parameter validation fix #594 2019-04-15 20:47:06 -04:00
rusefi 6bda683fba random cleanup 2019-04-14 13:52:27 -04:00
rusefi 884c54a185 defined(__DOXYGEN__) ? #748 2019-04-12 22:07:03 -04:00
rusefi 8f4795d9fa smarter PWM API - need to pass arbitrary pointer 2019-04-12 20:15:18 -04:00
rusefi 54f83a431e smarter PWM API - need to pass arbitrary pointer 2019-04-12 20:11:27 -04:00
rusefi cad2297a72 smarter PWM API - need to pass arbitrary pointer 2019-04-12 20:06:09 -04:00
rusefi 59d33c4cdc The Big Refactoring of 2019: folder structure #723 2019-03-31 17:44:34 -04:00
rusefi c29e6d99c4 The Big Refactoring of 2019: folder structure #723 2019-03-31 16:56:13 -04:00
rusefi e28ce71bb8 unifying_file_naming 2019-03-29 09:11:13 -04:00
andreika-git 887580f7e2 Tps-accel. fractional mode (#715)
* Add new config settings for tps_accel_fractional_mode

* Add new variables for the fractional algo

* Add resetFractionValues() method

* Call onEngineCycleTps() and fix onEngineCycle()

* Implement the fractional algo

* More debug outputs for tps-enrich

* Nice & juicy unit-test!
2019-03-28 22:47:20 -04:00
rusefi 9e5aab38c6 docs 2019-03-23 08:55:33 -04:00
rusefi 8303dc7595 refactoring: no logic changes, just nicer variable and method names 2019-03-12 18:54:46 -04:00
dron0gus 19cdfab5f5 Cleanup fixes (#700)
* Kill some more warnings

* pin_repository: add markUnused, allow use from plain C

* ehiGpio.cpp: add forgotten GPIOG port
2019-03-08 07:01:15 -05:00
rusefi 4873082017 refactoring trigger simulation 2019-03-04 01:10:31 -05:00
rusefi 485b915499 reducing code duplication 2019-03-04 00:40:22 -05:00
rusefi 079d1447a9 refactoring: removing unused variables 2019-03-04 00:21:02 -05:00
rusefi 34aa05cda9 refactoring: reducing code duplication 2019-02-23 12:33:49 -05:00
dron0gus 2027977e2c warning cleanup (#693)
* Kill annoing warnings about unused vars

* Kill annoing signed vs unsigned warnings

* Make ALWAYS_INLINE macro realy inlining

* Incorrect attribute placement.

While correct attribute placement cause ram4 overflow.
Move to correct place (to avoid gcc-2018-q4 errors) and comment
out.

* Silence -Wcast-function-type warnings

Cast to intermediate "void *" to lose compiler knowledge about the original
type and pass the warning. This is a workaround.
2019-02-21 05:44:45 -05:00
rusefi 1dc30dc503 Refactor Trigger System #635
reducing global state magic
2019-02-03 02:47:20 -05:00
rusefi 4fa48c0ca7 Refactor Trigger System #635
reducing global state magic
2019-02-03 02:33:33 -05:00
rusefi 8fee275f53 Refactor Trigger System #635
better field names
2019-02-03 01:49:41 -05:00
rusefi 8d3d716d7f Refactor Trigger System #635 2019-02-03 01:34:20 -05:00
rusefi 8d43038981 Refactor Trigger System #635 2019-02-03 01:27:47 -05:00
rusefi 0b41d011b7 Refactor Trigger System #635 2019-02-03 01:19:16 -05:00
rusefi 4d368e0ca8 Refactor Trigger System #635 2019-02-03 01:04:24 -05:00
rusefi 01dc48ec00 Refactor Trigger System #635 2019-02-03 00:40:25 -05:00
rusefi cffac9b28e better conditional compilation 2019-01-31 18:30:40 -05:00
rusefi f475fb1691 better conditional compilation 2019-01-31 17:55:23 -05:00
rusefi 57c6b75e81 #657 pulling global access down 2019-01-28 00:44:30 -05:00
rusefi 58932fb151 refactoring: 'const' modifier 2019-01-24 23:44:29 -05:00
rusefi ae88cbf7eb Trigger rabbit hole (#682)
fix #681

* this did not work right

* progress: spinning is detected sooner now

* and now things are much better?

* and now reducing RAM usage
2019-01-24 21:12:55 -05:00
rusefi d2164a51a0 got deeper into the rabbit hole and now I am confused about something else 2019-01-24 00:19:01 -05:00
rusefi c7cf1d0151 trigger refactoring: extracting methods to improve readability 2019-01-23 22:31:16 -05:00
rusefi 352886e69c trigger refactoring: extracting methods to improve readability 2019-01-23 22:06:42 -05:00
rusefi e630b10503 trigger code minor clean-up 2019-01-23 21:43:27 -05:00
rusefi 8642195e10 state validation progress 2019-01-22 23:15:33 -05:00
rusefi 4877931613 C++11 and unique method name 2019-01-22 19:07:36 -05:00
rusefi 53e8d10c55 refactoring around GET_RPM 2019-01-21 21:48:58 -05:00
rusefi ad64e1b410 refactoring around GET_RPM 2019-01-21 20:33:21 -05:00
rusefi 9835a22fe8 refactoring: reducing header tree hell 2019-01-21 00:10:09 -05:00
rusefi 37a47b1f25 refactoring: reducing header tree hell 2019-01-20 23:30:40 -05:00
rusefi 6244cda6b4 better method name and docs related to improved craking logic 2019-01-20 11:33:40 -05:00
rusefi 22d73f72e3 #674 fix? 2019-01-19 19:45:35 -05:00
rusefi d4443164e8 The Big Refactoring of 2019: configuration version should not be a global variable #656 2019-01-15 21:51:09 -05:00
rusefi eba0278fdd The Big Refactoring of 2019: configuration version should not be a global variable #656 2019-01-15 21:18:44 -05:00
rusefi 86a0d67d70 learning C++ 2019-01-15 20:24:36 -05:00
rusefi c581ea229c The Big Refactoring of 2019: configuration version should not be a global variable #656
making a global not global
2019-01-14 12:21:26 -05:00
rusefi 10bb348d87 docs 2019-01-14 11:36:46 -05:00
andreika-git 32bd383b59 fix! (#673) 2019-01-14 11:33:58 -05:00
rusefi 7e7fe321b4 minor improvement 2019-01-14 00:21:08 -05:00
rusefi 689726c801 enjoying C++11 2019-01-14 00:20:50 -05:00
rusefi 4fdb965a70 something is not right here :( 2019-01-14 00:01:35 -05:00
rusefi 76a76fe805 enjoying C++11 2019-01-13 23:55:10 -05:00
rusefi 02fcc40b8b enjoying C++11 2019-01-13 23:20:19 -05:00
rusefi 713c029918 minor clean-up 2019-01-13 23:05:03 -05:00
rusefi 615a83cc5e Question: something strange trigger errors #662 2019-01-11 09:24:24 -05:00
rusefi fed61c1af4 The Big Refactoring of 2019: DECLARE_ENGINE_PARAMETER_SUFFIX consistency and simplification #657 2019-01-09 22:57:33 -05:00
rusefi 93b08dcc4c The Big Refactoring of 2019: DECLARE_ENGINE_PARAMETER_SUFFIX consistency and simplification #657 2019-01-09 22:16:30 -05:00
rusefi 703dc30040 The Big Refactoring of 2019: configuration version should not be a global variable #656 2019-01-09 21:08:04 -05:00
rusefi 5c1098c93b The Big Refactoring of 2019: scheduler should not be global #655 2019-01-09 09:37:16 -05:00
rusefi 9f63ea4130 The Big Refactoring of 2019: scheduler should not be global #655 2019-01-09 08:50:51 -05:00
rusefi 84bcf68849 The Big Refactoring of 2019: scheduler should not be global #655 2019-01-09 07:57:43 -05:00
rusefi 8bfb0925e1 The Big Refactoring of 2019: scheduler should not be global #655 2019-01-09 00:53:54 -05:00
rusefi 5bac3f799c refactoring around "stopEngine" logic 2019-01-05 23:33:04 -05:00
rusefi daeaa925f2 refacoting: making code more consistent 2019-01-05 00:57:09 -05:00
rusefi 9afe619652 making either Matt or compiler or both happier 2019-01-05 00:11:17 -05:00
rusefi 56693665e8 #396 2019-01-04 21:33:50 -05:00
rusefi 7ba963ab3b #635 2019-01-01 14:05:11 -05:00
Fabien Poussin 1f29b5dd37 Workarounds for GCC 8 (#637) 2018-12-27 09:40:40 -05:00
rusefi 095d9d4417 #625 big step - no more engine dependency from TriggerShape 2018-12-25 22:47:29 -05:00
rusefi 62fae3a763 #625 2018-12-25 21:18:14 -05:00
rusefi e6a139b044 #625 2018-12-25 21:05:06 -05:00
rusefi 2ba347d81e #625 2018-12-25 20:56:54 -05:00
rusefi 9568bba319 #635 2018-12-25 20:09:35 -05:00
rusefi f49b34b794 #635 2018-12-25 19:42:27 -05:00
rusefi dd59c8cd92 #625 2018-12-25 19:18:37 -05:00
rusefi 991c365461 #625 progress 2018-12-25 19:13:28 -05:00
rusefi bc8abaa065 #635 2018-12-25 17:31:21 -05:00
rusefi fdddbc976b #635 2018-12-25 12:27:34 -05:00
rusefi 29cb44a67b #635 2018-12-25 11:51:49 -05:00
rusefi 50256b1fc6 #635 2018-12-25 10:33:28 -05:00
rusefi 64b128034b #635 2018-12-25 10:20:13 -05:00
rusefi b09850c766 #635 better names 2018-12-25 10:13:00 -05:00
rusefi 495205729b #635 refactoring: better name 2018-12-25 08:27:52 -05:00
rusefi 4a21105452 #635 2018-12-24 23:33:21 -05:00
rusefi 207df26c68 #635 2018-12-24 23:27:06 -05:00
rusefi f761616125 #635 2018-12-24 23:23:45 -05:00
rusefi c66b6faf54 #635 2018-12-24 23:16:33 -05:00
rusefi d0df516c16 refactoring trigger system 2018-12-24 22:57:36 -05:00
rusefi b124ccd678 refactoring 2018-12-24 22:40:48 -05:00
rusefi 1259761f70 more CPU stats code 2018-12-24 00:31:26 -05:00
rusefi ab2fc9a3d1 code style and some refactoring 2018-12-08 16:59:16 -05:00
rusefi 52e924ae3e moving code to proper file 2018-12-08 16:38:44 -05:00
rusefi aeca46f2fe better state validation 2018-12-08 16:31:46 -05:00
rusefi 8798224dd8 docs 2018-11-22 12:18:00 -05:00
rusefi 8dedd96d8d docs 2018-11-22 12:13:21 -05:00
rusefi 8b182349f3 more docs related to trigger process 2018-11-22 10:25:02 -05:00
rusefi c492e65c4e Mazda Z5 trigger integration 2018-11-22 10:01:48 -05:00
alexander-n8hgeg5e 3670078a7b trigger fix (#625) - mazda Z5 trigger 2018-11-22 09:56:34 -05:00
rusefi 62515c5de1 minor fixes 2018-11-21 22:15:22 -05:00
rusefi 6cfab90fe6 refactoring - hopefully making API safer 2018-11-21 19:40:19 -05:00
rusefi 0a5e26d3dc fixing simulator 2018-11-16 08:27:55 -05:00
andreika-git 96dfebc542 STM32 Nucleo144-F767ZI board: Initial support (#620)
* More EFI_ #ifdefs for config flexibility

* Even more config flexibility

* New firmware/config/stm32f7ems/* files

* New firmware/config/boards/NUCLEO_F767/* files

* New firmware/hw_layer/stm32f7/* files

* Fix for EFI_USB_SERIAL

* Adding #if defined(STM32F7XX)

* SPI flags changed in F7: SPI_CR1_DFF --> SPI_CR1_CRCL

* I2Cv2 config changed in F7

* More versatile CCM defines

* Makefiles

* Double #ifs cleanup

* docs
2018-11-16 07:40:06 -05:00
rusefi 096809169e #619 2018-10-30 05:32:13 -04:00
rusefi 3a4b010db6 #619 2018-10-30 04:46:13 -04:00
rusefi e044e838fd making validation stronger 2018-10-28 17:20:43 -04:00
rusefi 0bdd13c0ba supporting more complex triggers 2018-10-28 15:42:15 -04:00
Matthew Kennedy c98bf1b5a3 Gm24x (#614)
* implement new 24x

* typo
2018-10-28 15:30:38 -04:00
rusefi e3f298d335 docs 2018-10-28 15:14:38 -04:00
rusefi 4bf5b9e549 refactoring: reducing code duplication 2018-10-28 15:07:42 -04:00
rusefi ca016064e8 fix #615 2018-10-25 18:17:47 -04:00
rusefi 932d68d87d #615 start 2018-10-25 17:42:42 -04:00
rusefi 7aca2d35a5 fixing popular typo 2018-10-23 03:47:30 -04:00
rusefi abd91c0498 refactoring trigger sync layer 2018-10-21 14:55:52 -04:00
rusefi 20d7c655df refactoring trigger sync layer 2018-10-21 14:03:51 -04:00
rusefi fb34e5f36e refactoring trigger sync layer 2018-10-21 13:58:54 -04:00
rusefi 5fda164806 refactoring trigger sync layer 2018-10-21 13:41:01 -04:00
rusefi 43166f966f refactoring trigger sync layer 2018-10-21 12:36:39 -04:00
rusefi fbb7f65a00 refactoring trigger sync layer 2018-10-21 12:29:41 -04:00
rusefi 1a4b3af134 refactoring trigger sync layer 2018-10-21 12:18:15 -04:00
rusefi bd54f6cba3 refactoring trigger sync layer 2018-10-21 12:03:08 -04:00
rusefi 3c3de0f527 refactoring trigger sync layer 2018-10-21 11:27:14 -04:00
rusefi dcbf00041a refctoring trigger sync layer 2018-10-21 11:17:47 -04:00
rusefi cbea501f0b refctoring trigger sync layer 2018-10-21 09:31:58 -04:00
rusefi 5cb6a2b6f0 refactoring 2018-09-16 23:10:06 -04:00
rusefi 553969dc72 refactoring 2018-09-16 22:26:57 -04:00
rusefi 4d56783415 refactoring 2018-09-16 22:00:14 -04:00
rusefi 99d1274f10 docs 2018-09-10 22:42:24 -04:00
rusefi 035e0b588a typo 2018-09-10 22:29:43 -04:00
rusefi 92df53aec9 error codes 2018-09-10 22:10:55 -04:00
rusefi 41688ba251 reducing code duplication and applying event condition more consistently 2018-08-31 21:11:22 -04:00
rusefi 7b6a059f65 dead comment & inline 2018-08-31 20:38:10 -04:00
rusEfi 963f62ae22 refactoring: separate VW files 2018-08-25 20:05:17 -04:00
rusefi fec1b48c94 fixing build 2018-08-15 19:37:57 -04:00
rusefi 7d943614e4 VVT debug for NB2 mode 2018-08-14 14:19:58 -04:00
rusefi 6b80bb9582 part of EOL hell 2018-08-08 20:12:58 -04:00
rusefi d9bac2fb1b typo 2018-07-29 10:23:07 -04:00
rusEfi 55d6e252c8 wider macro usage 2018-07-28 19:16:58 -04:00
rusefi 652c0c2a53 #598 2018-07-26 17:11:47 -04:00
rusefi 2f95cd1e0d step towards more unique codes 2018-07-25 23:30:00 -04:00
rusefi 60b3aa8e60 unique error codes #598 2018-07-25 23:03:04 -04:00
rusefi 1af16c58dd #598 2018-07-24 20:40:44 -04:00
rusefi 5b503b1cbe refactoring: reorder to remove forward reference 2018-07-24 20:15:38 -04:00
rusefi ec3737acd3 refactoring: reducing method name confusion 2018-07-24 20:11:27 -04:00
rusefi b28a8bb290 refactoring: reducing code duplication 2018-07-24 19:58:32 -04:00
rusEfi 4ae468e7d3 per error code 2018-07-23 21:38:05 -04:00
rusefi f62f9563d3 error code into angle validation 2018-07-23 21:03:20 -04:00
rusefi 911c2f0e3e docs 2018-06-23 09:37:48 -04:00
Matthew Kennedy c36991a5ed Coasting Fuel Cut Fixes (#596)
* config changes

* generated

* new logic for MAP coast cutoff

* typo

* fix unit test

* add short duration injection fix

* add f suffix to constant
2018-06-23 16:32:41 +03:00
rusefi 3f850ea35b better field name 2018-05-08 13:33:49 -04:00
rusefi acd8779824 refactoring - better method name and removing a bit of dead code 2018-04-30 02:22:54 -04:00
andreika-git da82040369 Noiseless trigger decoder (#592)
* fix typo

* better formatting & tiny fix

* add syncRatioAvg

* add useNoiselessTriggerDecoder setting

* resetAccumSignalData

* isUsefulSignal

* Impl. Noise Filtering for Trigger Decoder

* Unit-tests
2018-04-26 02:11:51 -04:00
rusEfi f5ce12204d chasing that funny issue on change engine 2018-03-20 23:12:32 -04:00
rusefi e172b23b50 eclipse 97 engine 420a, same as neon 95 2018-03-14 06:38:52 -04:00
rusefi 6cf8edd8cc let's guess 2018-03-11 22:55:41 -04:00
andreika-git eb27c6b6e4 Impl. faster engine spin-up mode (alpha-version) (#567)
* Impl. faster engine spin-up mode (alpha-version)

* A comment for RPM_LOW_THRESHOLD

* Faster engine stop detection

* Safety check for instant RPM on spinning-up

* rusefi.xml

* unit-tests & relevant fixes
2018-03-10 20:58:51 -05:00
rusefi 0ebe1c0207 #563 fix
#571 unit test coverage
2018-03-05 08:25:20 -05:00
rusefi ed2b84ca4c #571 I am not getting it 2018-03-04 23:53:48 -05:00
rusefi ea6c9dd332 making code testable 2018-03-04 22:45:20 -05:00
rusefi 2cf5b266d0 making code testable 2018-03-04 22:32:02 -05:00
rusefi 115bc084bf better state validation 2018-03-04 21:02:35 -05:00
rusefi da02bcdefd better logging 2018-03-04 20:43:38 -05:00
rusefi 42797c8519 reviving EFI_DEFAILED_LOGGING 2018-03-04 19:19:34 -05:00
rusefi c6971b71df #571 skeleton 2018-03-04 16:13:23 -05:00
rusefi 648ef03759 micro progress 2018-03-04 13:23:44 -05:00
rusefi 43df4f83c6 refactoring: extract method 2018-03-03 19:26:59 -05:00
rusefi e0d47ff3c9 progress 2018-03-03 09:11:49 -05:00
rusefi 24721fdbff additional flexibility 2018-03-03 08:55:19 -05:00
rusefi f36ee55f04 fix #570 2018-03-01 06:01:15 -05:00
rusefi f3cb811b02 trigger image progress 2018-02-28 23:31:58 -05:00
rusefi 41f405e474 progress 2018-02-28 07:57:04 -05:00
rusefi a489d30fe2 better state validation 2018-02-28 07:26:42 -05:00
rusefi 7686bfd70d #570 2018-02-26 22:24:48 -05:00
rusefi dee3a86cb1 unused parameter 2018-02-06 01:44:10 +03:00
rusefi e430daf7bb better name & dead parameter 2018-02-06 01:41:05 +03:00
rusefi 0a59e26a35 batter name 2018-02-06 01:30:19 +03:00
rusefi d1c8d47c45 location 2018-02-06 01:29:16 +03:00
rusefi 16914e3b5d inline & location 2018-02-06 01:25:01 +03:00
rusefi b82fbb9dbb docs & names 2018-02-06 01:24:45 +03:00
rusefi 61bb2a0475 docs & names 2018-02-06 01:16:34 +03:00
rusefi 87dd3cd12f and now bugfix for the fresh bugfix 2018-02-04 20:46:57 +03:00
rusefi 034156851c refactoring 2018-02-03 20:43:31 -05:00
rusefi 6dd941bfa6 refactoring 2018-02-03 20:16:14 -05:00
rusefi 34cf8506a7 another approach to #564 defect 2018-02-03 17:08:07 -05:00
rusefi a97325d696 new attempt: with thread-safery 2018-02-03 16:06:34 -05:00
rusefi 81ffae8cd3 one step backwards 2018-02-03 15:19:32 -05:00
rusefi f3983cf6fd better error message 2018-02-03 14:57:30 -05:00
rusefi 25364d3023 reducing the coupling between trigger handling and trigger emulation 2018-02-03 13:08:11 -05:00
rusefi fd5249789f minor bugfix in theoretical case of two consequitive changes 2018-02-03 12:56:37 -05:00
rusefi 3840f0bbde minor bugfix in theoretical case of two consequitive changes 2018-02-03 12:47:37 -05:00
rusefi a8ed61c277 reducing coupling between trigger emulation and FSIO 2018-02-03 11:42:50 -05:00
rusefi e83d1d4d55 docs 2018-02-02 08:55:40 -05:00
rusEfi 8557b5e6ca fixing build 2018-01-31 08:56:13 -05:00
andreika-git 6255f3bf11 Check if we should skip prime inj.pulse for some reason (#563) 2018-01-31 08:07:00 -05:00
rusefi 9cb2757492 better method names 2018-01-28 11:27:33 -05:00
rusEfi 71fce0c28b one day I will figure this out 2018-01-27 21:28:45 -05:00
rusEfi 03d551f441 better state constraint 2018-01-25 19:19:35 -05:00
rusefi adfe5e9274 #65
explicit precision control
2018-01-23 12:05:14 -05:00
rusefi 859c458b96 refactoring 2018-01-21 15:31:59 -05:00
rusefi f5a4376036 happy new year 2018-01-20 20:55:31 -05:00
andreika-git 3baf6a4acb Fix startOfCrankingPrimingPulse (#537) 2018-01-18 12:11:12 -05:00
rusefi 266444566f refactoring around cranking priming 2018-01-17 23:20:05 -05:00
andreika-git 2b37fac5d1 Impl. primeInjFalloffTemperature (#531) 2018-01-03 08:00:39 -05:00
rusEfi c85055099d happy new year nissan! 2018-01-01 22:24:33 -05:00
rusEfi 39ee9c92d0 better error handling 2018-01-01 12:56:27 -05:00
rusEfi 638ed46fe4 docs 2017-12-31 20:13:20 -05:00
andreika-git a2675b9466 Fuel consumption impl. (alpha) (#526) 2017-12-31 19:25:59 -05:00
andreika-git a283b3f41b Prime Injection Pulse impl. (#516)
* Prime Injection Pulse impl.

* Move backup_ram into a separate PR

* fix formatting
2017-12-23 14:15:35 -05:00
rusefi 95824c2c91 more FSIO logging 2017-12-17 00:17:55 -05:00
rusEfi 1dbe8f43a5 better method location 2017-12-13 21:17:32 -05:00
rusEfi 1eed1b02b3 #58 2017-12-13 21:08:34 -05:00
rusefi 79bc6c48a4 removing dead code 2017-12-12 18:04:54 -05:00
rusefi 6ade790bd3 removing dead code 2017-12-12 17:51:44 -05:00
rusefi 0ea7df590d dead code 2017-12-12 17:39:41 -05:00
rusefi 121a2b59fe removing dead code 2017-12-12 17:36:49 -05:00
rusefi 3d38cccc4a docs 2017-12-12 17:26:23 -05:00
rusefi 11e9a873db #490 configuration validation 2017-12-08 20:04:58 -05:00
rusefi 01a9ae101d minor clean-up 2017-12-06 18:38:25 -05:00
rusefi 4eb18fb467 removing unused parameters 2017-12-04 00:04:47 -05:00
rusefi 852554088a #58 2017-12-03 23:58:48 -05:00
rusEfi 01885bf990 #502
rollback to Dec 1 logic without offset fix
2017-12-03 17:30:56 -05:00
rusefi 8e95dce3ec better constraint validation 2017-12-02 22:29:50 -05:00
rusefi b37fc28c72 #490 fixing offset defect 2017-12-02 21:16:42 -05:00
rusefi a263555df8 ooks like skipped fuel event bugfix 2017-12-02 17:02:12 -05:00
rusefi 63dfd35bfe fix #502 2017-12-01 23:25:30 -05:00
rusefi b1db389be2 fix #490 2017-11-27 21:49:58 -05:00
rusefi 161702b7e9 #490 2017-11-27 00:06:43 -05:00
rusefi e44ea82d1b #490 2017-11-26 22:30:37 -05:00
rusefi eadad9d916 #490 2017-11-26 01:17:37 -05:00
rusefi 69adc7f817 #498 2017-11-20 15:01:48 -05:00
rusefi e5cd2a6b58 better status messages 2017-11-19 22:31:01 -05:00
rusefi d32e06865b better field name 2017-11-06 22:29:39 -05:00
rusefi 3913dcada3 refactoring: reducing code duplication 2017-10-16 14:19:41 -04:00
rusefi 3ecec9def8 refactoring - reducing trigger code complexity 2017-10-16 14:08:45 -04:00
rusefi 726e49a182 docs 2017-10-16 14:01:39 -04:00
rusefi 35c5240699 fix #472 2017-08-11 14:02:15 -04:00
rusefi 88e1c34c40 docs 2017-08-11 13:49:46 -04:00
rusefi 86b0c4977e refactoring - reducing code duplication 2017-07-10 22:08:55 -04:00
rusefi e3384235b0 refactoring: OOP 2017-07-10 21:47:51 -04:00
rusefi 5a669376c1 docs 2017-07-08 15:46:34 -04:00
andreika-git bf6f87745c 1st try (#460) 2017-07-08 13:42:14 -04:00
andreika-git fca40969e1 Rpm calculator refactor (#459)
* initial portion

* fixes

* merge2
2017-07-08 11:02:28 -04:00
rusefi 7d96b15696 RPM refactoring done 2017-07-08 07:19:26 -04:00
rusefi 5cf6cc7728 RPM state enum done 2017-07-08 06:42:10 -04:00
rusefi 472c66142c RPM refactoring 2017-07-07 08:10:06 -04:00
rusefi 98a978c852 RPM refactoring 2017-07-07 07:20:04 -04:00
rusefi d3c1710de3 RPM refactoring 2017-07-07 07:04:40 -04:00
rusefi 3568421523 RPM refactoring 2017-07-07 06:42:51 -04:00
rusefi 0774df33ab RPM refactoring 2017-07-06 21:47:04 -04:00
rusefi 09db44c164 RPM refactoring 2017-07-06 21:28:51 -04:00
rusefi 594dfb639d code formatting 2017-07-06 21:21:45 -04:00
rusefi e58b53dcb2 fixing build 2017-07-06 20:19:44 -04:00
rusefi c48f7f57ee RPM refactoring 2017-07-06 20:10:34 -04:00
rusefi 63ddcb9649 RPM refactoring 2017-07-06 19:33:25 -04:00
rusefi 527f920b44 RPM refactoring 2017-07-06 19:15:10 -04:00
rusefi fccac7b1b3 RPM refactoring 2017-07-06 17:26:32 -04:00
rusefi f4ee1c54e8 RPM refactoring 2017-07-06 15:33:59 -04:00
rusefi f8fb3cdb69 rpm refactoring 2017-07-06 08:43:15 -04:00
rusefi b61a61d44f rpm refactoring 2017-07-06 08:35:09 -04:00
rusefi 55bbe9ed05 RPM refactoring 2017-07-06 07:27:32 -04:00
rusefi b46912a9f3 hopefully bugfix 2017-07-05 22:22:24 -04:00
rusefi 5e54be00a8 partial rollback 2017-07-05 21:54:04 -04:00
rusefi 98e6c294c5 partial rollback 2017-07-05 21:50:15 -04:00
rusefi a3302aeb8e partial rollback - would it resolve issues? 2017-07-05 21:23:54 -04:00
andreika-git 74a85826f0 attempting to fix simulator autotest... (#453) 2017-06-29 02:45:19 -04:00
andreika-git b9a1fa395e fix checkIfTriggerConfigChanged() for unit tests (#452) 2017-06-28 11:06:40 -04:00
andreika-git b7af346470 fix crankingIACposition on RPM=0 (#451) 2017-06-28 02:22:57 +03:00
andreika-git 51619fa176 fix unit_tests (#450) 2017-06-27 00:10:01 +03:00
andreika-git 810509440d onConfigurationChangeTriggerCallback() (#448)
* onConfigurationChangeTriggerCallback()

* conform isTriggerConfigChanged

* #if EFI_EMULATE_POSITION_SENSORS

* Now it works!

* svnversion
2017-06-26 21:31:10 +03:00
rusefi 8c0bd608c6 micro-optimization 2017-06-09 00:05:41 -04:00
rusefi 8ed79284fb micro-optimization 2017-06-09 00:02:12 -04:00
rusEfi 013f30727f PID refactoring 2017-05-29 23:15:07 -04:00
rusefi 10fd879363 better error code names 2017-05-29 19:23:15 -04:00
rusefi 3fb5167f7a PID storage refactoring - minor incompatible storage change 2017-05-28 22:32:32 -04:00
rusefi 4f00c059af lowering lowest RPM threshold 2017-05-26 08:48:40 -04:00
rusefi 932eb0c738 docs 2017-05-25 23:27:45 -04:00
rusefi 3d48013aeb refactoring 2017-05-25 23:23:51 -04:00
rusefi 43c542f990 maybe micro-optimization 2017-05-25 23:23:22 -04:00
rusefi a7ef2eb305 refactoring 2017-05-25 22:49:40 -04:00
rusefi fa18efb4c9 refactoring 2017-05-25 22:45:12 -04:00
rusefi 05ef8066b8 refactoring 2017-05-25 22:37:43 -04:00
rusefi 2e1e1e3ad2 refactoring 2017-05-25 22:37:24 -04:00
rusefi 399be0259c refactoring 2017-05-25 22:31:29 -04:00
rusefi c4545a9779 refactoring 2017-05-25 22:28:04 -04:00
rusefi 9bcc06ef7b silentTriggerError 2017-05-25 08:28:30 -04:00
rusefi 830e96e1f5 better location for global fuel correction 2017-05-24 23:48:03 -04:00
rusefi 0a0549e1bc refactoring 2017-05-24 22:46:45 -04:00
rusefi 5a42da2e0a refactoring 2017-05-24 22:39:17 -04:00
rusefi d8f7b61d63 better class name 2017-05-24 07:57:58 -04:00
rusefi b259b42b0e #4 2017-05-22 15:30:39 -04:00
rusefi bdf278bfe5 better name 2017-05-21 11:09:47 -04:00
rusefi 4743c23092 wider usage of EFI_CLOCK_LOCKS 2017-05-21 10:46:43 -04:00
rusefi 67a28c081f better names 2017-05-21 10:25:35 -04:00
rusefi ffc9cf72e4 better code names & more performance info 2017-05-21 10:03:17 -04:00
rusefi 419de6a317 fixing build 2017-05-19 22:30:21 -04:00
rusefi af6a1a290f consistency for max counters reset 2017-05-19 21:52:10 -04:00
rusefi 081a5ee6dc fixing build 2017-05-19 13:04:16 -04:00
rusefi 135d98837f #58 2017-05-18 16:39:04 -04:00