Commit Graph

6279 Commits

Author SHA1 Message Date
rusefi 7772dbe3e2 Try ccache #769 2019-04-20 21:57:00 -04:00
rusefi 7c3e88c7dc Try ccache #769 2019-04-20 21:44:00 -04:00
rusefi d0a8a87b37 Try ccache #769 2019-04-20 21:35:14 -04:00
rusefi 3ea876f849 Try ccache #769 2019-04-20 21:31:24 -04:00
rusefi 4dac92e202 minor fix - same -Wextra twice 2019-04-20 20:32:20 -04:00
rusefi 73bc740967 USB and TLE8888 not working for F4 or F767 #764
ready to try anything
2019-04-20 18:15:05 -04:00
rusefi 97c4b84545 USB and TLE8888 not working for F4 or F767 #764
this RAM would be needed to run three smart SPI threads
2019-04-20 17:35:24 -04:00
rusefi bc86783b45 TPS/TPS logging delta TPS not consistent with actual logic fix #768 2019-04-20 17:34:23 -04:00
rusefi 8c62395a10 more timestamps into CI logs also parallel simulator compilation 2019-04-20 17:27:04 -04:00
rusefi bb04ec40f9 USB and TLE8888 not working for F4 or F767 #764
starting not to like smart chips
2019-04-20 16:50:03 -04:00
rusefi fff7ec8a01 USB and TLE8888 not working for F4 or F767 #764
continuing the guessing game
2019-04-20 14:58:01 -04:00
rusefi f931c7d78e TPS/TPS TS confusion reduction 2019-04-20 14:55:54 -04:00
rusefi 99de0fcbd5 TPS/TPS TS confusion reduction 2019-04-20 14:54:16 -04:00
rusefi 4964112053 fixing build? 2019-04-20 13:42:31 -04:00
rusefi 5d3d571514 input mode control and other pin mode control #767
taking a step back with PAL trigger
2019-04-20 13:19:23 -04:00
rusefi 5a522cf81e USB and TLE8888 not working for F4 or F767 #764
nope, still fails :(
2019-04-20 12:48:01 -04:00
rusefi 18493a54f3 USB and TLE8888 not working for F4 or F767 #764
interesting?!
2019-04-20 12:23:16 -04:00
rusefi cd13a36a6a input mode control and other pin mode control #767
TODO
2019-04-20 10:59:07 -04:00
rusefi 0a4d48b377 input mode control and other pin mode control #767 2019-04-20 10:54:55 -04:00
rusefi c6d90cae6b input mode control and other pin mode control #767
only renaming here
2019-04-20 10:45:24 -04:00
rusefi b71ec07238 docs 2019-04-20 10:21:45 -04:00
rusefi 4253801267 USB and TLE8888 not working for F4 or F767 #764 2019-04-20 10:19:26 -04:00
rusefi 0677d61f1f USB and TLE8888 not working for F4 or F767 #764 2019-04-19 18:17:04 -04:00
rusefi 2501d69b04 USB and TLE8888 not working for F4 or F767 #764 2019-04-19 15:11:00 -04:00
rusefi b0cdd1d532 USB and TLE8888 not working for F4 or F767 #764 2019-04-19 14:22:49 -04:00
rusefi 8c510868d2 non-default CI issues 2019-04-19 14:16:34 -04:00
rusefi 43b8588126 USB and TLE8888 not working for F4 or F767 #764 2019-04-19 14:12:13 -04:00
rusefi bb8456ebf1 non-default CI issues 2019-04-19 13:57:58 -04:00
rusefi dcff861918 USB and TLE8888 not working for F4 or F767 #764 2019-04-19 13:57:40 -04:00
rusefi ccf52ec21a non-default CI issues 2019-04-19 13:52:13 -04:00
rusefi 1dd36f996e non-default CI issues 2019-04-19 13:38:13 -04:00
rusefi 251710ecd8 USB and TLE8888 not working for F4 or F767 #764 2019-04-19 13:01:06 -04:00
rusefi 54b2f311fe USB and TLE8888 not working for F4 or F767 #764 2019-04-19 12:42:21 -04:00
rusefi f7ea6c8cbe USB and TLE8888 not working for F4 or F767 #764 2019-04-19 06:33:49 -04:00
rusefi f54887320e USB not working for F4 or F767 #764 2019-04-19 06:07:40 -04:00
rusefi cd7a1d1b77 trying again #764 2019-04-19 01:56:05 -04:00
dron0gus 71cc657f10 Smart gpio fixes 2 (#765)
* gpio chips: relax error checking on _add

Do not halt whole system if wrong or nulled config is passed.
In current smart-gpio implementation this can happen and it is not
as error. Let smart-gpio handle this, kust reurn negative.

* tle8888: return back includes needed for debug

* smar-gpio: -Werror=missing-field-initializers fix
2019-04-19 01:42:24 -04:00
rusefi f09bc89508 ? 2019-04-19 00:10:26 -04:00
rusefi 9058742ba1 fixing bootloader 2019-04-18 09:05:58 -04:00
rusefi e086dbb96f would it work? 2019-04-18 08:57:59 -04:00
rusefi 8dfd8c8b40 Frankenstein "project_name-cache.lib" file fix #763 2019-04-18 08:20:27 -04:00
rusefi 83671592b6 poke 2019-04-17 19:07:21 -04:00
andreika-git 370b0dd003 Default config refactor (#762)
* Refactor config

* Fix FSIO_ANALOG_INPUT_COUNT
2019-04-16 10:27:34 -04:00
dron0gus ec75c47b73 Smart gpios fixes - now without cleanup of smart_gpio.cpp (#758)
* smart_gpio.cpp: check _add return values

And occupy gpiochip's pin range if disabled of failed. So base will
align with enum.

* TLE8888: cleanup, move high level code to smart_gpio.cpp

* smart_gpio.cpp: fix compilation when BOARD_EXT_GPIOCHIPS == 0

* board-subaru: fix compilation after latest smart_gpio updates

* tle8888: now we have all 28 pins supported
2019-04-16 09:23:24 -04:00
rusefi b4f87ee4a9 baro? 2019-04-16 01:55:15 -04:00
rusefi 0c233459c5 one step back 2019-04-16 01:32:24 -04:00
rusefi 2abd56770b running with BOARD_MC33972_COUNT 2019-04-15 23:15:16 -04:00
rusefi 45588e9f17 Revert "Revert "The Big Refactoring of 2019: configuration version should not be a global variable fix #656""
This reverts commit 570ce62871.
2019-04-15 21:37:54 -04:00
rusefi 5ad1044d19 The Big Refactoring of 2019: configuration version should not be a global variable #656 2019-04-15 21:09:43 -04:00
rusefi c8766d901d The Big Refactoring of 2019: configuration version should not be a global variable #656 2019-04-15 21:06:48 -04:00