Matthew Kennedy
799923ac5d
const ( #648 )
2019-01-05 08:06:18 -05:00
rusefi
6360719ed0
#635
2019-01-01 14:05:11 -05:00
Fabien Poussin
72fe39ff32
Workarounds for GCC 8 ( #637 )
2018-12-27 09:40:40 -05:00
rusefi
f0344fd16c
#625 big step - no more engine dependency from TriggerShape
2018-12-25 22:47:29 -05:00
rusefi
62b5e87393
#635
2018-12-25 12:27:34 -05:00
rusefi
24e8eb9af9
better location for shared input
2018-12-08 16:06:14 -05:00
rusEfi
409cfca5e3
better logging
2018-11-26 21:40:41 -05:00
rusEfi
b4a09b2e71
better logging
2018-11-26 21:14:21 -05:00
rusEfi
74585d835c
little progress
2018-11-25 23:13:03 -05:00
rusefi
8156e8f752
PID auto tune unit test
2018-11-22 23:42:30 -05:00
rusefi
1fffc8b740
docs
2018-11-22 23:15:05 -05:00
rusefi
64a592e507
PID auto tune unit test
2018-11-22 23:06:06 -05:00
rusefi
a417be192f
PID auto tune unit test
2018-11-22 22:14:32 -05:00
rusefi
dd2f17a332
PID auto tune unit test
2018-11-22 18:56:51 -05:00
rusefi
dcdbd433ab
PID auto tune unit test
2018-11-22 18:43:41 -05:00
rusefi
20c70904a3
migrating to a much nicer pid auto tune lib
2018-11-20 23:19:16 -05:00
rusefi
3fb0ee1094
unused
2018-11-18 23:51:47 -05:00
rusefi
02c0508b20
moving to nicer implementation
2018-11-18 23:28:18 -05:00
andreika-git
752b995def
STM32F7: Fix Unit-tests ( #621 )
2018-11-16 08:08:20 -05:00
andreika-git
23fea3c0c5
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
e183faf231
better error handling
2018-11-10 20:53:28 -05:00
rusefi
8ba703da6b
docs
2018-10-13 09:24:41 -04:00
rusEfi
e5534d79b7
new debug field
2018-10-10 22:19:20 -04:00
andreika-git
bd40691e67
AirFlow-interpolated tCharge Mode ( #612 )
...
* Add vars & enums
* updateTChargeK()
* limitRateOfChange()
* Impl. AirFlow-interpolated tCharge mode
* Update tsOutputChannels: tCharge & airFlow
* Set default config params
* Unit-tests
* Fix tChargeMode_e
2018-09-29 12:16:36 -04:00
rusefi
1f90cf153d
refactoring
2018-09-16 22:26:57 -04:00
rusefi
9b1af6ad6d
error codes
2018-09-10 22:10:55 -04:00
rusefi
7b37195d64
names for error codes
2018-09-10 22:00:13 -04:00
rusefi
95117bcfdc
separating data structure from global state
2018-08-31 22:19:19 -04:00
rusefi
47aa86ff18
docs
2018-08-29 07:43:21 -04:00
rusefi
2795d19fbc
better method name
2018-07-29 16:30:23 -04:00
rusEfi
75b10d9e54
wider macro usage
2018-07-28 19:16:58 -04:00
rusefi
5e6deaa782
making error condition less fatal
...
#598
2018-07-28 15:36:47 -04:00
rusefi
9b2c7239c8
#598 better state initialization
2018-07-28 14:28:52 -04:00
rusefi
22cbf774ad
#598
2018-07-28 14:01:28 -04:00
rusefi
e03314e4a5
#598 really strage error
2018-07-28 13:58:19 -04:00
rusefi
99e74635ef
step towards more unique codes
2018-07-25 23:30:00 -04:00
rusefi
959a91ae4c
unique error codes #598
2018-07-25 23:03:04 -04:00
rusefi
bb15cb20fd
#598
2018-07-24 20:40:44 -04:00
rusefi
2cdee04c61
refactoring: reorder to remove forward reference
2018-07-24 20:15:38 -04:00
rusEfi
9cce922b78
per error code
2018-07-23 21:38:05 -04:00
rusefi
74bd1d7e10
error code into angle validation
2018-07-23 21:03:20 -04:00
rusefi
e3dfcc4df9
more detailed warning
2018-06-12 05:45:11 -04:00
rusefi
d7211d8c64
better field name
2018-05-08 13:33:49 -04:00
andreika-git
99ea4ee796
Idle PID Coasting & Amplification Improvements ( #589 )
...
* PID Error Amplification Coef
* Add settings: useIacTableForCoasting,pidExtraForLowRpm,iacCoasting
* Modify interface for the new settings
* Run gen_config.bat and generate configs
* idlePositionSensitivityThreshold
* Remove cltCorrection from autoIdle() & more verbose debug
* Impl. idlePidRpmDeadZone and pidExtraForLowRpm; reset PID when deactivated
* Impl. useIacTableForCoasting+iacCoasting and idlePidRpmUpperLimit
2018-03-30 08:42:13 -04:00
rusEfi
31f2811cd5
chasing that funny issue on change engine
2018-03-20 23:12:32 -04:00
andreika-git
ac0189270e
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
c724db110e
progress
2018-03-03 09:11:49 -05:00
rusefi
1eea49aaec
extracting macro
2018-02-03 10:48:35 -05:00
rusefi
02974f6854
tiny fix
2018-01-28 13:14:18 -05:00
rusEfi
b4f89fbe26
why?...
2018-01-25 19:29:28 -05:00