rusefi
|
99af8c923d
|
support multiple VVT sensors #885
|
2019-07-12 21:13:24 -04:00 |
rusefi
|
756dec106a
|
support multiple VVT sensors #885
new fields & packing configuration. bumping configuration version
|
2019-07-12 14:24:45 -04:00 |
rusefi
|
10c06ab73c
|
EFI_TOOTH_LOGGER
|
2019-07-07 15:22:46 -04:00 |
Matthew Kennedy
|
55aaa1c95a
|
Implement TS tooth logger (#873)
* FW changes
* config changes
* whitespace
* comment
* simplify
|
2019-07-06 20:48:58 -04:00 |
rusefi
|
5d2afd2331
|
refactoring: better file name
|
2019-07-06 20:15:49 -04:00 |
rusefi
|
e309e223aa
|
Refactoring: OS access should be explicit #867
|
2019-07-04 03:57:21 -04:00 |
rusefi
|
b193970adf
|
NB2 magic clarification
|
2019-07-01 12:48:08 -04:00 |
rusefi
|
b856256549
|
Annotations in C++ code to produce formulas in rusEfi console #807
|
2019-06-30 09:38:51 -04:00 |
rusefi
|
ffc00f3613
|
verbose trigger sync: better field name & check box to engine sniffer
|
2019-06-25 02:25:26 -04:00 |
Matthew Kennedy
|
515ab03688
|
const, explicit, and override (#831)
* const, explicit, and override
* more const
* more const
* missed a spot
|
2019-06-08 09:51:36 -04:00 |
rusefi
|
8b74476c1b
|
BUG: phase sensor validation attending - detect missing CAM signal fix #659
|
2019-05-11 00:21:37 -04:00 |
rusefi
|
35964c064c
|
BUG: phase sensor validation attending - detect missing CAM signal #659
preparation
|
2019-05-10 23:52:55 -04:00 |
rusefi
|
b00af69c81
|
BUG: phase sensor validation attending - detect missing CAM signal #659
refactoring and unit test first phase
|
2019-05-10 21:56:33 -04:00 |
rusefi
|
767418b93b
|
refactoring unit test
|
2019-05-10 21:29:17 -04:00 |
rusefi
|
8a90297160
|
refactoring: better method name
|
2019-05-07 19:32:08 -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
|
884c54a185
|
defined(__DOXYGEN__) ? #748
|
2019-04-12 22:07:03 -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
|
34aa05cda9
|
refactoring: reducing code duplication
|
2019-02-23 12:33:49 -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
|
f475fb1691
|
better conditional compilation
|
2019-01-31 17:55:23 -05:00 |
rusefi
|
e630b10503
|
trigger code minor clean-up
|
2019-01-23 21:43:27 -05:00 |
rusefi
|
4877931613
|
C++11 and unique method name
|
2019-01-22 19:07:36 -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
|
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
|
56693665e8
|
#396
|
2019-01-04 21:33:50 -05:00 |
Fabien Poussin
|
1f29b5dd37
|
Workarounds for GCC 8 (#637)
|
2018-12-27 09:40:40 -05:00 |
rusefi
|
e6a139b044
|
#625
|
2018-12-25 21:05:06 -05:00 |
rusefi
|
c66b6faf54
|
#635
|
2018-12-24 23:16:33 -05:00 |
rusefi
|
1259761f70
|
more CPU stats code
|
2018-12-24 00:31:26 -05:00 |
rusefi
|
8b182349f3
|
more docs related to trigger process
|
2018-11-22 10:25:02 -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
|
dcbf00041a
|
refctoring trigger sync layer
|
2018-10-21 11:17:47 -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
|
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
|
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
|
55d6e252c8
|
wider macro usage
|
2018-07-28 19:16:58 -04:00 |