Commit Graph

279 Commits

Author SHA1 Message Date
rusefi e28ce71bb8 unifying_file_naming 2019-03-29 09:11:13 -04: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 8fee275f53 Refactor Trigger System #635
better field names
2019-02-03 01:49:41 -05:00
rusefi f475fb1691 better conditional compilation 2019-01-31 17:55:23 -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 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 ad64e1b410 refactoring around GET_RPM 2019-01-21 20:33:21 -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 02fcc40b8b enjoying C++11 2019-01-13 23:20:19 -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 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 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 fdddbc976b #635 2018-12-25 12:27:34 -05:00
rusefi 50256b1fc6 #635 2018-12-25 10:33:28 -05:00
rusefi c66b6faf54 #635 2018-12-24 23:16:33 -05:00
rusefi c492e65c4e Mazda Z5 trigger integration 2018-11-22 10:01:48 -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
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 0bdd13c0ba supporting more complex triggers 2018-10-28 15:42:15 -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 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 553969dc72 refactoring 2018-09-16 22:26:57 -04:00
rusEfi 963f62ae22 refactoring: separate VW files 2018-08-25 20:05:17 -04:00