shadowm60
9d36bab793
Debug channel updates ( #2078 )
...
* Debug channel updates
Renamed DBG_44 to Dyno_View
added DBG_LOGIC_ANALYZER
DBG_46..48 are buffers for new features
corrected ini error: [mainController.ini]:[Line:2593]: entry = wastegatePosition, "Wastegate position sensor", float, "%.3f"
* enum_regeneration
fix build issue?
2020-12-14 08:29:43 -05:00
rusefillc
951676e111
Merge remote-tracking branch 'origin/master' into master
2020-12-13 17:49:36 -05:00
rusefillc
49ee4ad78e
trigger decode should pay to attention to what wheel signal is coming from #2073
2020-12-13 17:49:24 -05:00
GitHub build-firmware Action
4ef5bf3d34
Auto-generated configs and docs
2020-12-13 22:48:42 +00:00
rusefillc
314e9ef580
TT_SUBARU_7_WITHOUT_6
2020-12-13 17:46:48 -05:00
GitHub build-firmware Action
48e26ec0a3
Auto-generated configs and docs
2020-12-13 21:23:35 +00:00
rusefi
38bcd63e13
maybe this would just work?
2020-12-13 16:22:02 -05:00
rusefi
7f65e95a65
subi
2020-12-13 11:39:10 -05:00
rusefillc
f2bb2ce0c6
MRE issue with tle8888 - GP3 does not work? #2065
2020-12-13 11:29:19 -05:00
rusefillc
b41ca74386
clang warnings again #2055
2020-12-11 12:50:10 -05:00
rusefillc
9b4a1fff7b
clang warnings again #2055
2020-12-11 10:33:00 -05:00
Matthew Kennedy
f2426677db
start fuel pump as soon as trigger events happen ( #2038 )
...
* switch pump fsio logic
* value collision
* fuel pump in tests
* mock time since trigger
* test fp
* init pin in test
* fix gpio outputs in tests
* comment
Co-authored-by: Matthew Kennedy <makenne@microsoft.com>
2020-12-10 01:23:24 -05:00
rusefillc
ea8e09ba13
fix warnings found by clang #2014
2020-12-08 13:59:40 -05:00
Matthew Kennedy
67269aa637
maybe fix sensor init checks ( #2034 )
...
* enums
* don't collide
* auto_generated_enums
* check based on new enum val
* maybe this will make generate tool happy
* add a test
* fix test
* fix and add another test
* make clang happier
Co-authored-by: Matthew Kennedy <makenne@microsoft.com>
2020-12-06 23:19:57 -05:00
rusefillc
debec1107e
subi
2020-12-06 18:08:55 -05:00
rusefillc
9f13d39003
MRE_SUBARU_EJ18
2020-12-06 14:16:40 -05:00
rusefillc
166f4fc381
MRE_SUBARU_EJ18
2020-12-06 13:08:09 -05:00
rusefillc
75ffe1f38e
making console happier
2020-12-05 21:56:39 -05:00
rusefillc
e5ef8de2ae
unit tests in clang #2012
2020-12-04 23:59:21 -05:00
shadowm60
864bd7fa73
Dyno view proposal ( #1999 )
...
* DynoView creation
module implementation and unit_tests
* update acc algo
we only calcualte new acceleration value if speed has changed, not on every callback.
* added acceleration ts_channel
* fixed broken unit tests
* fixed accel sign
* review updates
* Update test_dynoview.cpp
fix unit_tests
* Update engine_controller.cpp
Fix .ram4 unused size
* Update test_dynoview.cpp
2020-12-04 20:28:48 -05:00
rusefillc
db5e30edf5
all triggers should be documented way nicer #2001
2020-12-04 11:44:27 -05:00
rusefillc
0a23e82baf
6.1 Hemi V8 decoder #2010
2020-12-04 00:30:22 -05:00
rusefillc
4c3eae5676
FORD ST170 CAM TRIGGER PATTERN fix #2009
2020-12-03 23:54:08 -05:00
GitHub build-firmware Action
0b2e8755ee
Auto-generated configs and docs
2020-12-04 02:59:40 +00:00
rusefillc
c413f03359
DAIHATSU 3CYLINDER TRIGGER WHEEL SUPPORT #2008
2020-12-03 21:58:03 -05:00
GitHub build-firmware Action
77914fb702
Auto-generated configs and docs
2020-12-04 02:33:46 +00:00
rusefillc
c55120372b
DAIHATSU 3CYLINDER TRIGGER WHEEL SUPPORT #2008
2020-12-03 21:31:58 -05:00
rusefillc
662eaea384
avoid float -> int64 conversion #1977
...
both cases have to be relatively small durations of time cherry picking...
2020-12-03 13:32:01 -05:00
GitHub build-firmware Action
82c30dadf8
Auto-generated configs and docs
2020-12-03 15:51:02 +00:00
rusefillc
745038c4a7
more dead code
2020-12-03 10:49:20 -05:00
GitHub build-firmware Action
b2e26a2e2b
Auto-generated configs and docs
2020-12-03 06:38:53 +00:00
rusefillc
dd9e431782
dead code matches Mazda SOHC
2020-12-03 01:36:43 -05:00
GitHub build-firmware Action
b5b9554903
Auto-generated configs and docs
2020-12-03 06:25:01 +00:00
rusefillc
a2036ebc70
dead trigger, this would now be vvt+60/2
2020-12-03 01:22:57 -05:00
rusefillc
7855847a3f
all triggers should be documented way nicer #2001
2020-12-03 01:02:17 -05:00
rusefillc
479fcf0174
all triggers should be documented way nicer #2001
2020-12-03 00:19:18 -05:00
rusefillc
c36f76b68e
Fuel pump should turn on at the first sign of engine rotation #1961
2020-12-02 23:09:39 -05:00
rusefillc
b662b977fa
all triggers should be documented way nicer #2001
2020-12-02 20:51:33 -05:00
shadowm60
6fb745d29c
Launch Control refactoring ( #1992 )
...
* refactor
- called from periodicFastCallback
- removed defines
* Update rusefi.input
removed unused configurations.
added clutch inversion option
* Added new tests
fixed limiting only in case we have launch condition and rpm outside of window
* Update launch_control.cpp
Unintialized config update, now it is working fine with VSS and with clutch as well.
* small fixes
updated after review findings
* Fix breaking engine rev limiter
applyLaunchControlLimiting should not overwrite booleans to false!
* Delay timer in seconds
timer uses ms, so convert seconds to ms
2020-12-01 13:03:42 -05:00
Matthew Kennedy
d48367d565
timer ( #1994 )
2020-11-30 19:35:06 -05:00
GitHub build-firmware Action
8e1674956d
Auto-generated configs and docs
2020-11-29 03:51:15 +00:00
rusefillc
b982d02298
miata 94
2020-11-28 22:49:28 -05:00
rusefi
89eaae8234
LM_ALPHA_N_2 rename
2020-11-27 15:44:31 -05:00
rusefillc
0840b91f7f
dead engine config
...
one step back
2020-11-26 21:21:25 -05:00
rusefillc
334f0a5a8a
dead engine config
2020-11-26 21:07:34 -05:00
rusefillc
55b763f62e
dead engine config
2020-11-26 20:26:12 -05:00
rusefillc
641959b9a3
Starter is engaged on start-up in pull-up configuration #1969
2020-11-26 17:48:09 -05:00
rusefi
0d441be869
better default value
2020-11-25 17:02:28 -05:00
Andrey G
a285ba6743
ADC: fixes: ( #1979 )
...
* ADC: fixes:
-use enums
-internalAdcIndexByHardwareIndex array should be adc_channel_e size
-add sanity checks
-save few bytes of RAM
* ADC: use logical OR instead of math add
2020-11-22 12:23:27 -05:00
shadowm60
7c793834ef
Launch control unit tests update ( #1972 )
...
* testable launch start
* extract base class
* add a test
* fix ts debug
* Launch control unit_tests
updated launch control for a better split
VSS mock for unit tests
Co-authored-by: Matthew Kennedy <matthewkennedy@outlook.com>
2020-11-19 21:14:38 -05:00
Matthew Kennedy
ee51da64ad
Launch control testable ( #1967 )
...
* testable launch start
* extract base class
* add a test
* fix ts debug
2020-11-19 08:15:56 -05:00
Matthew Kennedy
f3b7a1d9da
Remove lockAnyContext, replace with CriticalSectionLocker ( #1938 )
...
* switch to CriticalSectionLocker
* that's just about all
* clean up last usage
* include hpp for sim
* need the cpp wrappers in the makefile too
* include dir
* include
2020-11-19 06:56:02 -05:00
rusefillc
47fbb92bff
Starter seems to be engaged forever fix #1965
2020-11-18 23:54:30 -05:00
rusefillc
c70c546d46
better error handling
2020-11-17 22:45:43 -05:00
rusefillc
07e25ccf3c
https://rusefi.com/forum/viewtopic.php?p=38367#p38367
...
idle position/waste gate position sensor usability
2020-11-14 18:05:27 -05:00
Matthew Kennedy
0e3673e78c
remove idle thread; just call from periodicSlowCallback ( #1924 )
...
* remove thread
* remove ui
2020-11-11 21:47:19 -05:00
GitHub build-firmware Action
d6687a68e9
Auto-generated configs and docs
2020-11-11 04:13:06 +00:00
Matthew Kennedy
02c4d630f6
compensate injector flow based on fuel pressure ( #1931 )
...
* injector compensation
* fix
* ui
* testability & comments
* hella testing
* debug channels
* enum value
* auto generated enums
* update comment
* oops too much
* update config fields
* handle failed pressure sensor
* build
* fix
* add some todos for the future
Co-authored-by: Matthew Kennedy <makenne@microsoft.com>
2020-11-10 23:11:22 -05:00
rusefi
59a000e7d5
miata TCU
2020-11-04 12:48:07 -05:00
Matthew Kennedy
3241a43a2d
extract idle hardware to its own file ( #1923 )
...
* extract idle hardware
* should fix the build
2020-11-03 18:06:32 -05:00
Matthew Kennedy
cf3dc9c2c3
convert cranking defaults to mg ( #1921 )
...
* convert cranking defaults to mg
* fix tests
2020-11-03 14:12:26 -05:00
Andrey G
63c25ab8a7
Tle8888 small update ( #1908 )
...
* TLE8888: add support MR switching from SW
Main Relay has limitation - it is always active while KEY=1. When
KEY=0 MR can be switched on from SW.
* TLE8888: support reading of KEY and WAKE inputs
* Rusefi enums: add new TLE8888 pins
2020-11-01 22:19:55 -05:00
rusefi
2b7e33404f
wall wetting default
2020-10-31 19:28:27 -04:00
Matthew Kennedy
15d5c872c2
log afr in addition to lambda ( #1920 )
...
* log afr
* log it
* weird double commas
2020-10-31 17:52:07 -04:00
Matthew Kennedy
3e30865e6c
unused tach field ( #1918 )
2020-10-29 15:26:01 -04:00
rusefillc
3635bac90a
[EPIC] [Feature Request] Transmission Control #1454
2020-10-28 01:23:05 -04:00
GitHub build-firmware Action
8d0c537533
Auto-generated configs and docs
2020-10-28 05:06:20 +00:00
rusefillc
b4e3927a92
TCU
2020-10-28 01:01:30 -04:00
Matthew Kennedy
09b41bb1bb
Everything in lambda! ( #1893 )
...
* lambda
* default configs, fix build
* config, gauge, UI
* more digits
* change menu text
* fix that while I'm here
* doesn't need extra word
* todo note
* tests
* last test
* missed a config
* update java
* store target lambda
* more java
* format
* hopefully enough java for CI to pass
2020-10-26 18:15:17 -04:00
Matthew Kennedy
5e06db6b75
probably fix ci ( #1912 )
2020-10-26 14:04:22 -04:00
Matthew Kennedy
a90792fa44
convert mass -> duration later in the pipeline ( #1906 )
...
* cranking duration to mass
* implement
* units
* patch types
* suppress warning
* fix output channels
* add note about how to set it
2020-10-26 07:23:13 -04:00
Matthew Kennedy
f37ed597c5
fix double deadtime ( #1904 )
...
* move global correction factor to fuel mass
* tests
* the fix
2020-10-25 00:12:05 -04:00
Matthew Kennedy
10c1ad7698
use fuel model ( #1901 )
...
* use fuel model
* spit'n'polish
2020-10-23 20:25:47 -04:00
GitHub build-firmware Action
27207dde9c
Auto-generated configs and docs
2020-10-23 19:48:01 +00:00
Matthew Kennedy
d84cd385ce
add Injector pressure sensor ( #1898 )
...
* add sensor type
* add config
* initialize injector pressure
* add UI
2020-10-23 15:46:16 -04:00
Andrey G
8e11675afd
Tle8888 big update 1 ( #1892 )
...
* smart gpio: fix tle8888 direct pin mapping for MRE
* MRE: use TLE8888 pins instead of MCU gpios that drives TLE8888
* TLE8888: cleanup
* TLE8888: do not reset driver private data on WD/undervoltage reset
* TLE8888: diagnostic updates
* TLE8888 driver: BIG driver rework
* TLE8888: check SPI answers for abnormal states
Reply with other than requested register can be a sign of:
-Power-On-Reset, then OpStat0 will be replyed
-WatchDog reset, then FWDStat1 will be replyed
-Invalid communication frame, then Diag0 will be replyed
Keep tracking last accessed register and check with the next reply.
* TLE8888: debug clean-up
* TLE8888: implement spi array write
This reduce CS inactive state time between two consequent accesses
from 8.8 uS to 1.4 uS
* TLE8888: fix PP outputs in OD mode
* TLE8888: cleanup register definitions
* TLE8888: run separate driver thread for each chip instance
Calculating poll interval for few chips become more complex, avoid
this running thread for each device.
* TLE8888: fix cypress and kinetic compilation
Both platforms define its own MAX and cause redifination error if
common.h is included in driver.
* MRE: update mapping.yaml and fix direct pin mapping for TLE8888
* TLE8888: diagnnostic: disable switch off in case of overcurrent
For all output, use current limiting instead
* TLE8888: check for overvoltage on OUT8..OUT13
* TLE8888: add TODO note about how to recover from failure condition
Currently TLE8888 automaticly recovers only from overcurrent and
(may be) overtemperature conditions.
Short to bat cause output disable (bit in OECONFIG is reset) and
needs driver/host intervention.
* TLE8888: save few bytes of RAM
* TLE8888: Lada Kalina is test mule for IDLE stepper on TLE8888
Don't forget to enable PP mode for TLE8888 outputs 21..24:
uncomment line 1087 in tle8888.c
* TLE8888: reorder code, cleanup
* TLE8888: mode all debug/statisctic to per-chip struct
* TLE8888: rework poll interval calculation
* MRE: use TLE8888 pins instead of MCU gpios that drives TLE8888 #2
2020-10-23 12:25:30 -04:00
Matthew Kennedy
4e249889a6
implement fuel pressure sensors ( #1897 )
...
* add
* remove old
* remove more old
* makefile
* fix init
* patch up other stuff
* actually fix it this time
* raw output channels
* gauges, UI
* scaled channel
* fix field ordering
2020-10-23 07:31:47 -04:00
rusefi
a7a475a1df
B6
2020-10-23 00:39:22 -04:00
GitHub build-firmware Action
3f9dd26478
Auto-generated configs and docs
2020-10-22 02:51:46 +00:00
Matthew Kennedy
6605877326
gppwm debug ( #1895 )
...
* dbg gppwm
* fix channel
* TS guard
2020-10-21 22:49:38 -04:00
rusefi
e0a5c3dc12
GDI Epic #1448
2020-10-19 22:04:06 -04:00
Matthew Kennedy
ee5d0bf07b
remove ( #1887 )
2020-10-18 20:49:42 -04:00
rusefillc
b24f173892
refactoring: better method name
2020-10-17 18:45:08 -04:00
GitHub build-firmware Action
906675166e
Auto-generated configs and docs
2020-10-15 02:42:20 +00:00
Matthew Kennedy
568ec91fc0
fix temp sensor & validate it ( #1879 )
...
* fix temp sensor & validate
* smaller here should work
2020-10-14 22:39:16 -04:00
rusefi
12a720dde2
QC control mode to crash if RPM = 0 and to mark successful 3 minute test with self-stimulation RPM increase #1871
2020-10-11 22:57:31 -04:00
rusefi
b77c4ab55a
QC control mode to crash if RPM = 0 and to mark successful 3 minute test with self-stimulation RPM increase fix #1871
2020-10-11 22:46:08 -04:00
rusefi
94a6399e56
QC control mode to crash if RPM = 0 and to mark successful 3 minute test with self-stimulation RPM increase #1871
2020-10-11 19:05:56 -04:00
David Holdeman
29c2d692ee
Simple transmission 2 ( #1870 )
...
* simple trans controller
* don't need check
* we can loop!
* use efi::size
* pin mode configuration
* set pin mode
* switch to RegisteredOutputPin
* size
* add to makefile
* fixes
* fixes
* wat
* output pin, and ts stuff
* use SimpleTransmissionController
* include
* grrr
* grrr
* move to separate file
* fix includes
* try
* semicolon stupid
* try pointers
* try
* add to makefile
* wat
* try
* try
* try
* try
* try
* try
* try
* try
* try
* try
* try
* try
* try
* try
* undo
* more idiomatic maybe
* remove logger
* try init func
* try
* try
* try init fn
* try
* switch
* try
* try
* ifndef
* try
* try
* ifndef
* use def dug
* INJECT FIRST
* try
* try
* duh
2020-10-09 23:34:45 -04:00
Matthew Kennedy
83fe9dae77
ign mode overrides ( #1869 )
2020-10-09 17:16:49 -04:00
rusefillc
5f15b8e48b
tachPulsePerRev needs a safer default, MRE config needs a value
2020-10-06 00:56:49 -04:00
Matthew Kennedy
c9fdde4472
remove virtual calls from hot path ( #1857 )
...
* const ref-ify
* no virtual ❌
* even more const
* tests
* fix tests
2020-10-05 16:42:50 -04:00
Matthew Kennedy
5925a5f4bd
const ref-ify trigger ( #1856 )
...
* const ref-ify
* tests
2020-10-05 14:22:59 -04:00
Matthew Kennedy
3aa4f2bd97
trigger decode cleanup and perf ( #1853 )
...
* trigger decode cleanup
* test config ptr patchup
* disable CDM by default
2020-10-04 19:29:26 -04:00
rusefillc
c9d3d1f01a
60/2 perf grab #1850
2020-10-04 01:04:15 -04:00
GitHub build-firmware Action
2c0db8e970
Auto-generated configs and docs
2020-10-03 14:42:14 +00:00
rusefillc
e5b8e0e515
new VVT trigger shape? #1847
2020-10-03 10:39:43 -04:00
Matthew Kennedy
c8b4fac456
move scheduling to its own file ( #1842 )
...
* move scheduling to its own file
* header
* protip don't include a cpp file
2020-10-01 17:55:03 -04:00
Matthew Kennedy
6ac9aad358
display base fuel mass in milligrams ( #1838 )
...
* switch to mg
* use the correct thing
* gauge scaling
Co-authored-by: Matthew Kennedy <makenne@microsoft.com>
2020-09-30 20:19:51 -04:00
Matthew Kennedy
16bfd39bac
Remove dead & useless config ( #1834 )
...
* remove dead config
* remove enum
2020-09-29 06:34:39 -04:00
GitHub build-firmware Action
fb2fa9aa62
Auto-generated configs and docs
2020-09-29 01:20:53 +00:00
rusefi
23e0851101
adding 1+16 trigger
2020-09-28 21:18:47 -04:00
rusefi
c2efe95ee0
refactoring: magic constants
2020-09-28 21:11:04 -04:00
GitHub build-firmware Action
589acfc7db
Auto-generated configs and docs
2020-09-28 20:34:48 +00:00
Matthew Kennedy
f1c04efefa
replace ETB index with function enum ( #1807 )
...
* two throttles one thread
* look at all this RAM!
* add enum
* switch from index to function
* test fixup
* improve init logic
* remove old vw idle mode bit
2020-09-28 16:33:07 -04:00
shadowm60
8d8e8ec260
Launch control - experimental ( #1816 )
...
* Update tachometer.cpp
Initial implementation of E30 M3 Tach output solution #907 , unit_test plus debugging next
* tacho unit tests
First successfull unit test for tachometer
* RAM adjustment so it would link
* refactoring tacho, broken!
* starting to make some progress...still fails after a few seconds
* Rework with SW PWM
* Update after code review
* unit_test update
* First working unit_test
* Update .gitignore
* Update engine_controller.cpp
* Update engine_controller.cpp
* Update tachometer.h
* Update test_tacho.cpp
* Switched UART DMA on
* Revert "Switched UART DMA on"
This reverts commit 4a23974c431e0e7fd760595d2161e74e6854897e.
* enable launch control
make use of already existent code + integration
* Delete compile_frankenso_all.sh
remove it since it is not part of the project
* Update main_trigger_callback.cpp
broke unit_Tests
Co-authored-by: rusefi <rusefi@users.noreply.github.com>
2020-09-22 16:25:27 -04:00
rusefi
2d771018e8
unit test for start/stop hardware and pin repository #1811
2020-09-21 12:29:01 -04:00
rusefi
c957541cf4
ADC progress
2020-09-21 06:10:25 -04:00
rusefi
e69167c8f0
Revert "reorder ADC channel index #1763"
...
This reverts commit 67bc72eb
2020-09-20 14:04:24 -04:00
rusefi
67bc72ebd3
reorder ADC channel index #1763
...
we forgot about something
2020-09-20 13:59:54 -04:00
David Holdeman
8ebdf6fcdc
fix type mismatch ( #1808 )
...
* fix type mismatch
* comment
* change field
* switch to efitimesec16_t
* add typedef
* add type to configdefinition
* build
2020-09-19 17:17:44 -04:00
rusefi
5515dc1abe
better QC procedure
2020-09-19 16:07:09 -04:00
rusefi
b91a656a51
docs
2020-09-19 04:38:59 -04:00
David Holdeman
d761f523a0
add shift matrix and pin config ( #1798 )
...
* add shift matrix and pin config
* try
2020-09-15 11:34:09 +03:00
David Holdeman
337106cd24
DebounceButton A/C switch ( #1782 )
...
* change acSwitch name, add mode
* fix
* remove some adc stuff
* remove some adc stuff
* semicolon stupid
* left behind
* add readpinstate
* wrong var name
* add functions back
* fix name
* bool, not void, plus fix name
* move
* not sure what I broke
* try setMockValue
* namespace
* whoops missed one
* switch values because adc was set up for pullup
* try 5
* comment for now
* comment for now
* uncomment tests, add function to mock, add mock to efiReadPin
* fixes
* for F's sake
* if
* add defy
* pass params
* use ASSERT_TRUE/FALSE
* advance time
* remove ifdef from readPin
* try moving if
* move to separate func
* move extern
* move include
* try engine_test_helper
* am confuse
* move func to else
* include hal
* add efi prod check
* remove include
* try extern
* move include
* semicolon stupid
* move extern again
* include
* move mockPinStates
* size
* add if
* add comment
* clean on instantiation
2020-09-10 22:16:20 -04:00
rusefi
9903b0a1c5
Hellen says merge #1772 Kinetis needs more help
2020-09-10 22:02:02 -04:00
rusefi
370c107793
Hellen says merge #1772 progress
2020-09-10 21:26:21 -04:00
rusefi
ec366b68ee
Hellen says merge #1772 main relay progress
2020-09-10 21:11:02 -04:00
Matthew Kennedy
f6cbce48ed
minor TS changes ( #1778 )
...
* minor
* fiix
2020-09-09 16:27:13 -04:00
David Holdeman
f5d9263ad1
switch start/stop to ButtonDebounce ( #1777 )
2020-09-09 08:22:15 +01:00
Matthew Kennedy
6d1acb40f8
Selectable AFR axis override ( #1771 )
...
* add config fields
* config options
* new output channels
* dump out state to ts
* s
* implement override
* enums
* this test is no longer used
* test new behavior
* old
* comments
* impl
* unhide option
* fix
* tests
2020-09-08 17:15:18 -04:00
rusefi
9bea1190a4
Merge remote-tracking branch 'origin/Hellen_fork_point' into master
...
# Conflicts:
# firmware/controllers/algo/engine_configuration.cpp
2020-09-07 15:55:43 -04:00
rusefi
be0bbf3dc8
Hellen says merge #1772 misc #2
2020-09-07 15:53:26 -04:00
rusefi
1cb2e69289
Hellen says merge #1772 import idle
...
(cherry picked from commit a6aa2e9997
)
2020-09-07 15:11:50 -04:00
rusefi
a6aa2e9997
Hellen says merge #1772 import idle
2020-09-07 15:08:54 -04:00
rusefi
f33b3eda8a
Merge remote-tracking branch 'origin/Hellen_fork_point' into master
...
# Conflicts:
# firmware/controllers/algo/engine.h
# firmware/hw_layer/drivers/drivers.mk
# firmware/hw_layer/stepper.h
# firmware/integration/rusefi_config.txt
# firmware/tunerstudio/rusefi.input
# simulator/simulator/efifeatures.h
2020-09-07 15:02:11 -04:00
rusefi
6a3d212370
Hellen says merge #1772
...
Hellen says stepper
(cherry picked from commit a2f26ac99b
)
2020-09-07 14:45:41 -04:00
rusefi
a2f26ac99b
Hellen says merge #1772
...
Hellen says stepper
2020-09-07 14:41:04 -04:00
GitHub build-firmware Action
903e8d4d69
Auto-generated configs and docs
2020-09-07 14:17:40 +00:00
Matthew Kennedy
ef0b2f7be0
Selectable VE axis override ( #1769 )
...
* add config fields
* config options
* new output channels
* dump out state to ts
* s
* implement override
* enums
* this test is no longer used
* test new behavior
* old
* comments
2020-09-07 10:15:42 -04:00
rusefi
c0b0622773
microRusEFI used as Body Control Module BCM BCU
2020-09-06 19:43:54 -04:00
Matthew Kennedy
6e7d72170f
Move ve logic ( #1762 )
...
* move ve
* fix build
* fix rendering
* duh
* cleaning
* correct scaling
* put some back
Co-authored-by: Matthew Kennedy <makenne@microsoft.com>
2020-09-06 19:06:32 -04:00
Matthew Kennedy
0e14e51179
reorder ADC channel index ( #1763 )
...
* change config
* correct logic
* clearing these no longer needed
* test expected this to be set
2020-09-06 18:25:26 -04:00
Matthew Kennedy
95798a5246
fix broken master, inject engine ptr to rpmcalculator ( #1759 )
...
* fix
* oops
2020-09-05 18:49:42 -04:00
rusefi
ca21d5b4c2
refactoring
2020-09-03 19:29:15 -04:00
David Holdeman
b8838de309
[TCU] Button Shifting ( #1750 )
...
* add buttonshift files
* buttonshift includes, targets, and init
2020-09-02 20:17:58 -04:00
David Holdeman
499a430347
[TCU] GearController and TransmissionController base classes ( #1749 )
...
* add tcu ts outputs
* accidental change?
* add tcu base classes
* rearrange
* accidental change?
* add files
* missing backslash
* undo accidental change
* buttonshift includes, targets, and init
* Revert "buttonshift includes, targets, and init"
This reverts commit 1b0630511e1948f3d330d74be5bff6c087f118fb.
* use unused bit
* add return documentation
Co-authored-by: rusefillc <48498823+rusefillc@users.noreply.github.com>
2020-09-02 15:39:50 -04:00
rusefi
faea28e521
OBD-II default rate is 500kbps
2020-09-01 22:24:25 -04:00
Matthew Kennedy
5fec6d0c04
move lambda in to sensor model ( #1736 )
...
* lambda sens
* fix init
* fix
* a test for good measure
* he's climbin in your windows, snatchin you ram up
Co-authored-by: Matthew Kennedy <makenne@microsoft.com>
2020-09-01 16:22:31 -04:00
Matthew Kennedy
988d9b138c
detect which cylinder knocked ( #1732 )
...
* s
* science
* set pin mode
* turn stuff off so it fits
* filtering maybe
* filtering actually works
* generate filter parameters internally
* shorter window
* guard behind enable flag
* use checked in filter
* add biquad reset
* tracing
* const
* exec order
* do it from a thread
* smaller buffer, comment
* configure with header
* only for proteus
* oops
* unused
* not needed
* guards
* pin config
* don't need that include
* precook filter steady state
* define sample rate
* multi cylinder knock
* TS
* only sense when running
2020-08-31 21:05:33 -04:00
Matthew Kennedy
5fc1b6902c
fix #1740 the right way ( #1741 )
...
* fix
* put that back
2020-08-31 21:05:04 -04:00
rusefi
5058ffa9cc
Default Biquad settings broke MRE QC configuration #1740
2020-08-31 13:07:49 -04:00
rusefi
47b980d4b9
Default Biquad settings broke MRE QC configuration #1740
2020-08-31 12:36:28 -04:00
rusefi
5f125f3db0
this does not go as planned :(
2020-08-31 07:45:52 -04:00
rusefi
86438eab98
HW_CHECK_MODE is not well?
2020-08-31 06:43:47 -04:00
rusefi
f3e7a1271b
VVT support for VAG trigger #883
2020-08-29 17:46:01 -04:00
rusefi
16d16f9634
TriggerConfiguration getPrintPrefix
2020-08-29 17:25:42 -04:00
rusefi
613faa90cd
verboseVVTDecoding
2020-08-29 17:05:54 -04:00
rusefi
b66ec2d9a5
presets
2020-08-29 16:49:56 -04:00
rusefi
8d0555e205
reducing autotest mess
2020-08-29 15:41:09 -04:00
rusefi
6f6eb0f561
BCM
2020-08-29 14:29:34 -04:00
rusefi
5e5cb81898
Merge remote-tracking branch 'origin/master'
2020-08-29 12:52:26 -04:00
rusefi
7a3b6387b5
BCM
2020-08-29 10:06:14 -04:00
GitHub build-firmware Action
136fe30c91
Auto-generated configs and docs
2020-08-29 13:42:30 +00:00
rusefi
56a06838e3
BCM
2020-08-29 09:41:02 -04:00
GitHub build-firmware Action
52e3cb225c
Auto-generated configs and docs
2020-08-27 04:44:53 +00:00
rusefi
77027ec981
VVT support for VAG trigger #883
2020-08-27 00:43:23 -04:00
rusefi
2b77901e53
VVT support for VAG trigger #883
2020-08-27 00:06:10 -04:00
rusefi
10a6661fa5
VVT support for VAG trigger #883
2020-08-26 23:35:11 -04:00
rusefi
70cdbc51b7
VVT support for VAG trigger #883
2020-08-26 13:30:55 -04:00
GitHub build-firmware Action
c9ad86ad06
Auto-generated configs and docs
2020-08-25 22:59:48 +00:00
rusefi
416c9e09f4
Merge remote-tracking branch 'origin/master'
2020-08-25 16:26:22 -04:00
rusefi
2ddf6ad717
VVT support for VAG trigger #883
2020-08-25 16:19:23 -04:00
GitHub build-firmware Action
308f4d31a5
Auto-generated configs and docs
2020-08-25 20:01:04 +00:00
rusefi
639e5be4d9
another attempt at dead code
2020-08-25 15:58:56 -04:00
rusefi
f225e63544
Revert "removing a bit of dead code?"
...
This reverts commit b5ab6930
2020-08-25 15:50:50 -04:00
rusefi
b5ab693083
removing a bit of dead code?
2020-08-25 15:19:37 -04:00
rusefi
ce01c1bfaa
VVT support for VAG trigger #883
2020-08-25 13:14:46 -04:00
rusefi
c7b73446e2
VVT support for VAG trigger #883
2020-08-25 12:45:25 -04:00
GitHub build-firmware Action
b55fbc2ced
Auto-generated configs and docs
2020-08-25 05:40:39 +00:00
rusefi
bfd5fb88d5
oh, here it is
2020-08-25 01:38:56 -04:00
GitHub build-firmware Action
7716bfbaf1
Auto-generated configs and docs
2020-08-25 05:26:05 +00:00
rusefi
b5098eb331
VVT support for VAG trigger #883
2020-08-25 01:24:15 -04:00
rusefi
540eef5e0d
VVT support for VAG trigger #883
2020-08-25 00:59:07 -04:00
rusefi
7867e83e43
VVT support for VAG trigger #883
2020-08-24 02:01:50 -04:00
rusefi
95bd50da94
VVT support for VAG trigger #883
2020-08-24 01:21:42 -04:00
Matthew Kennedy
c53979a017
Configurable stoichiometric ratio ( #1710 )
...
* configurable stoich ratio
* afr table always in gas afr
* default
* typo
* use defined ratio
* do it in config too
* missed a spot
* oops wrong one
Co-authored-by: Matthew Kennedy <makenne@microsoft.com>
2020-08-21 19:43:30 -04:00
Matthew Kennedy
184dee68e8
don't call tach from trigger, call from periodic fast ( #1704 )
...
* tacho
* fix tests
2020-08-21 15:36:43 -04:00
rusefi
553820ecc8
gimme my preset!
2020-08-19 20:40:10 -04:00
Matthew Kennedy
33a2354e44
inject fuel & injector models so they can be mocked ( #1697 )
...
* stub injector model
* tests
* inject fuel/injector models
Co-authored-by: Matthew Kennedy <makenne@microsoft.com>
2020-08-17 17:03:59 -04:00
Matthew Kennedy
5929164fb3
Add injector model class ( #1687 )
...
* stub injector model
* tests
Co-authored-by: Matthew Kennedy <makenne@microsoft.com>
2020-08-17 05:22:25 -04:00
rusefi
86ad274cee
HW CI CRITICAL error: Invalid airmass mode #1690
2020-08-13 22:08:59 -04:00
rusefi
2bd7d094be
HW CI CRITICAL error: Invalid airmass mode #1690
2020-08-13 12:49:48 -04:00
Matthew Kennedy
adbd41f2bd
safety
2020-08-12 22:18:56 -07:00
Matthew Kennedy
405f12758c
simplify fuel math
2020-08-11 20:35:10 -07:00
Matthew Kennedy
3c72fa93e4
fix
2020-08-10 21:53:45 -07:00
Matthew Kennedy
1f64754b57
consume
2020-08-10 21:41:03 -07:00
Matthew Kennedy
1d0a244fa4
add fuel computer
2020-08-10 21:40:19 -07:00
rusefi
e936c2742c
self-stimulation RPM is wrong by 50% if switching from NA6 to NB2 configuration fix #1682
2020-08-08 17:00:14 -04:00
rusefi
33d31d16f7
trigger and VSS hw integrated testing #1668
2020-08-08 12:03:24 -04:00
rusefi
5925ca5125
trigger and VSS hw integrated testing #1668
2020-08-08 11:45:02 -04:00
rusefi
1238dfb837
trigger and VSS hw integrated testing #1668
2020-08-08 11:25:17 -04:00
Matthew Kennedy
80663b25a9
missed a spot
2020-08-03 12:22:41 -07:00
Matthew Kennedy
51804a4eb9
no more setFuelMap
2020-08-03 12:14:11 -07:00
Matthew Kennedy
ff34bc878d
Merge remote-tracking branch 'upstream/master' into remove-table
2020-08-03 12:02:24 -07:00
rusefi
2c653ad333
@andreika I believe this is no longer needed since all fields have TS metadata?
2020-08-02 15:34:47 -04:00
rusefi
4280e3327f
Stack usage is still all over the place #1662
2020-08-02 10:52:52 -04:00
Matthew Kennedy
e56fd5fe0d
don't use
2020-07-31 23:28:12 -07:00
Matthew Kennedy
978fa20916
Merge remote-tracking branch 'upstream/master' into remove-plain-maf
2020-07-31 14:56:29 -07:00
Matthew Kennedy
132ee12974
cleanup
2020-07-30 21:20:10 -07:00
rusefi
1703152427
reducing code duplication?
2020-07-29 23:01:55 -04:00
rusefi
196337a8de
NA6 progress
2020-07-29 22:48:41 -04:00
rusefi
cf4bfa8d91
NA6 progress
2020-07-29 21:38:34 -04:00
rusefi
c7590aa8a4
NA6 progress
2020-07-29 15:51:01 -04:00
rusefi
a7df277fca
NA6 progress
2020-07-29 14:53:36 -04:00
Matthew Kennedy
aada527ee9
Merge remote-tracking branch 'upstream/master' into cppcheck
2020-07-29 03:01:14 -07:00
Matthew Kennedy
ecbec68a52
explicit
2020-07-29 02:23:03 -07:00
Matthew Kennedy
7a85161a4a
initialization
2020-07-29 02:22:54 -07:00
Matthew Kennedy
dd9c9e7a81
printFloatArray
2020-07-29 02:12:11 -07:00
Matthew Kennedy
ba7c47dd3c
remove
2020-07-29 01:35:17 -07:00
Matthew Kennedy
08be750098
Merge remote-tracking branch 'upstream/master' into remove-plain-maf
2020-07-28 20:25:16 -07:00
Matthew Kennedy
281c636bef
Merge remote-tracking branch 'upstream/master' into mock-airmass
2020-07-28 13:26:19 -07:00
Matthew Kennedy
5b99fdf3df
deprecate
2020-07-28 12:13:55 -07:00
Matthew Kennedy
53b864bdda
fixing
2020-07-28 12:11:56 -07:00
Matthew Kennedy
c2bd9087e2
fwd decl
2020-07-28 11:44:09 -07:00
Matthew Kennedy
a2aac60a76
fwd decl
2020-07-28 11:43:54 -07:00
rusefi
a4155bc554
analog temperature inputs validation for quality control
2020-07-27 22:49:59 -04:00
Matthew Kennedy
3071ee4334
didn't need that
2020-07-26 20:46:23 -07:00
Matthew Kennedy
e5133de70f
add mock airmass mode
2020-07-26 20:33:18 -07:00
Matthew Kennedy
927f365647
missed a spot
2020-07-25 02:05:33 -07:00
Matthew Kennedy
8f27fc8b53
alphan
2020-07-25 01:14:35 -07:00
rusefillc
977a0d2ea4
Merge pull request #1635 from mck1117/extract-sd
...
Extract speed density in to an AirmassModel
2020-07-24 23:07:28 -04:00
rusefillc
34df0862b6
Merge pull request #1634 from mck1117/refactor-inj
...
move injector logic in to its own file
2020-07-24 22:47:39 -04:00
Matthew Kennedy
0e39c094c7
switch a pointer not logic
2020-07-24 19:38:48 -07:00
Matthew Kennedy
b26bd6d891
move speed density
2020-07-24 19:30:12 -07:00
Matthew Kennedy
626f55a08a
refacto
2020-07-24 18:26:24 -07:00
Matthew Kennedy
957f63ccf3
format
2020-07-24 11:44:54 -07:00
Matthew Kennedy
c7e8c4d26a
Merge remote-tracking branch 'upstream/master' into pull-out-maf
2020-07-24 11:35:44 -07:00
Matthew Kennedy
9d4f10df05
enum names
2020-07-23 11:03:07 -07:00
Matthew Kennedy
5e681cac1a
add new options
2020-07-23 02:51:08 -07:00
Matthew Kennedy
67e4fcb2a2
goodbye plain maf
2020-07-23 02:46:45 -07:00
Matthew Kennedy
7e88011de5
move impl
2020-07-23 01:23:57 -07:00
Matthew Kennedy
8bc18db80f
base class
2020-07-23 01:12:38 -07:00
Matthew Kennedy
b544c140a3
comment headers, notes
2020-07-22 18:24:20 -07:00
Matthew Kennedy
5e7ddc9f24
start refactor
2020-07-22 13:11:07 -07:00
Matthew Kennedy
3f293e573c
cleanup
2020-07-21 14:13:29 -07:00
Matthew Kennedy
47bd4e54b0
fix for test
2020-07-21 11:54:32 -07:00
Matthew Kennedy
50873aae4c
we want fuelingload there
2020-07-21 00:10:05 -07:00
Matthew Kennedy
0aa42762d9
remove
2020-07-21 00:08:41 -07:00
Matthew Kennedy
a3b29f9011
use ign load for ign
2020-07-20 23:11:48 -07:00
Matthew Kennedy
8b0d6a26cf
Merge remote-tracking branch 'upstream/master' into reset-overlap
2020-07-20 13:27:51 -07:00
rusefillc
d85e98d1f7
Merge pull request #1622 from mck1117/encapsulate-wwae
...
put wall wetting inside InjectionEvent
2020-07-20 14:19:57 -04:00
Matthew Kennedy
9c736a2c3d
test
2020-07-20 03:29:43 -07:00
Matthew Kennedy
46b7567195
put wall wetting inside
2020-07-20 00:04:05 -07:00
Matthew Kennedy
b3261f25f3
add reset
2020-07-14 23:54:41 -07:00
Matthew Kennedy
1509498cd9
dedupe mode logic ( #1596 )
2020-07-11 08:05:35 -04:00
rusefi
29e3c71df4
https://rusefi.com/forum/viewtopic.php?p=37401#p37401
2020-07-10 14:19:51 -04:00
Matthew Kennedy
26478ec394
Switch fueling to new axes ( #1574 )
...
* switch tables
* missed one
2020-07-05 18:14:55 -04:00
Matthew Kennedy
2b8b43ca55
plumb new load channels ( #1573 )
...
* wire up new channels
* add deprecation comment
* add gauges
* these tables are indeed used in those modes
* simplify
Co-authored-by: Matthew Kennedy <makenne@microsoft.com>
2020-07-05 16:25:19 -04:00
rusefi
42541da76c
more on wipeString
2020-07-05 14:09:43 -04:00
rusefi
9f3106db39
refactoring
2020-07-05 13:34:51 -04:00
rusefi
015293ee43
wipe strings in configuration images
2020-07-05 11:16:07 -04:00
rusefi
c0bb907aa3
idle_min through FSIO not working as intended #1553
...
FSIO debug outputs progress
2020-07-04 21:32:12 -04:00
rusefi
33eb2eab62
idle_min through FSIO not working as intended #1553
...
making logging less confusing
2020-07-01 16:37:25 -04:00
rusefi
d275677b1c
MRE defaults command
2020-06-30 21:29:47 -04:00
Matthew Kennedy
cddb469678
support 1-3-2 firing order ( #1537 )
...
* support 1-3-2
* oops
* correct TS
Co-authored-by: Matthew Kennedy <makenne@microsoft.com>
2020-06-26 09:07:43 -04:00
rusefi
3be3a6635e
reducing confusion
2020-06-21 22:12:06 -04:00
rusefi
dec8aafa38
BUG? handleCrc32Check does not use 'offset' parameter #1429
2020-06-19 00:17:05 -04:00
rusefi
7d8384d7fa
1 byte issue in TuneReadWriteTest fix #1512
2020-06-18 23:29:08 -04:00
Matthew Kennedy
c8fb6993ac
simplify cranking corrections ( #1510 )
2020-06-18 08:54:02 -04:00
Matthew Kennedy
a34201d1d1
fuel math simplifications ( #1485 )
...
* simplify
* fix
* tweak
* cleaning
Co-authored-by: Matthew Kennedy <makenne@microsoft.com>
2020-06-17 17:15:04 -04:00
rusefi
308f82c4b3
fixing stuff?
2020-06-14 18:06:33 -04:00
rusefi
9a6dc8d101
manual gen
2020-06-14 17:01:05 -04:00
kon
03f4efa0b2
BMW E90 Kombi ( #1494 )
...
* second can bus, first steps
* added most important messages; no more errors
* cleaned up can messages
* second can bus, first steps
* added most important messages; no more errors
* cleaned up can messages
* post rebase/merge fixes
* more rebase/merge fixes
* even more rebase/merge fixes
* more fixes, removed auto-gen files
* removed more auto-gen files...
2020-06-14 16:59:43 -04:00
rusefi
fc5dd7d0c3
a few unneeded properties
2020-06-13 22:46:10 -04:00
rusefi
1a645bda1a
unused parameter
2020-06-13 22:30:43 -04:00
Matthew Kennedy
76745412c6
Factor out airmass logic ( #1483 )
...
* refactor
* extract more airmass
* rename, fix tests
2020-06-06 07:25:19 -04:00
rusefi
8e3ea302d0
better solution
2020-06-05 00:43:05 -04:00
rusefi
d1a30f362c
tuneCrc16 - we use it to match logs to tunes
2020-06-04 20:43:52 -04:00
Matthew Kennedy
2bdd8128db
refactor ( #1481 )
2020-06-03 21:12:12 -04:00
rusefi
0b5bb7c0cf
useFSIO6ForRevLimiter
2020-06-01 09:09:55 -04:00
Matthew Kennedy
d24b5d5e93
Integrate stft ( #1475 )
...
* code changes
* missed a spot
* update UI
* gauge name
* adjust gauge scaling
Co-authored-by: Matthew Kennedy <makenne@microsoft.com>
2020-05-31 16:59:05 -04:00
rusefi
056bc631af
[Feature Request] Transmission Control #1454
2020-05-29 23:05:16 -04:00
Matthew Kennedy
105460dada
Remove old thermistor implementation ( #1458 )
...
* remove test clt/iat
* remove warning since this code is nearly dead
* remove old therm impl
* tests & live doc
* not quite right
2020-05-28 17:51:33 -04:00
Matthew Kennedy
3a7c6f242b
Hardware pwm ( #1283 )
...
* hard pwm
* fix, comments
* PC6-9 and PD12-15
* PB6-9
* dynamic frequency
* f7 mcuconf
* format
* relocate to common, support variable frequency
* error handling
* oops
* fix test build
* noop kinetis
* better guards
* guard for bl
* guards don't work if they have typos
* more mapping
* oops
* don't use for slow pwm
* enable pwm
* guard properly
* save a little memory
* use less mem
* correct timers
* all your ram are belong to us
* update limit & comment
Co-authored-by: Matthew Kennedy <makenne@microsoft.com>
2020-05-28 16:02:41 -04:00
rusefi
a4329169e9
better file name
2020-05-25 13:02:05 -04:00
rusefi
07475398b2
proteus v12 progress
2020-05-24 13:27:14 -04:00
Matthew Kennedy
b11c5cd8c8
switch some firmware warnings to errors ( #1465 )
...
* warnings as errors
* throw instead of exit
* test massaging
Co-authored-by: Matthew Kennedy <makenne@microsoft.com>
2020-05-23 10:46:28 -04:00
rusefi
44b5e38d3a
"TLE8888 SR Unexpected response" does not work as intended fix #1466
2020-05-22 22:56:19 -04:00
rusefi
6b35e01f7d
code style
2020-05-22 18:07:19 -04:00
rusefi
c9cc928df6
pre-sets progress
2020-05-22 13:12:16 -04:00
rusefi
1bd4b8b1f1
would this help?
2020-05-22 00:25:48 -04:00
rusefi
6d3d8a7ac9
would this work?
2020-05-22 00:00:16 -04:00
rusefi
db2e6ec60f
HW test progress
2020-05-21 21:45:01 -04:00
rusefi
82e788ef3a
MRE pre-sets
2020-05-21 20:44:14 -04:00
rusefi
aac7712df5
test fixture progress
2020-05-21 18:36:32 -04:00
rusefi
5c9851e976
no comments
2020-05-21 18:28:35 -04:00
rusefi
515851b688
Fresh generated - auto
2020-05-20 22:26:49 -04:00
rusefi
61d481d40e
Merge remote-tracking branch 'origin/master'
...
# Conflicts:
# firmware/config/boards/kinetis/config/controllers/algo/auto_generated_enums.cpp
2020-05-20 21:22:46 -04:00
rusefi
725d2b816d
WBO
2020-05-20 19:01:55 -04:00
rusefi
de5dec46cb
Fresh generated - auto
2020-05-20 11:24:49 -04:00
rusefi
7dd08e2019
progress
2020-05-20 09:16:26 -04:00
rusefi
2bed032684
Clean-up analog channels in "unit" tests fix #1456
2020-05-20 08:55:38 -04:00
Matthew Kennedy
44e2a1c970
remove test clt/iat ( #1457 )
...
* remove test clt/iat
* remove warning since this code is nearly dead
2020-05-20 03:16:01 -04:00
rusefi
b9fedcab5a
[Feature Request] Transmission Control #1454
2020-05-20 01:05:15 -04:00
rusefi
e8dc343f7b
fresh enums
2020-05-20 00:56:16 -04:00
Matthew Kennedy
9dda1a21bc
Redundant tps ( #1427 )
...
* add redundant sensor
* add tests
* add configure, info printing
* tests
* tests
* partial hookup
* fix
* fix
* bad makefile merge
* use second TPS config
* update test
* update test
* sensor names
* set second pin by default
* fix auto cal
* auto cal both sensors
* add reconfigure of secondary sensors
* gobblin' up your ram
* slow down write a little bit
* put split in debug gauge
* s
Co-authored-by: Matthew Kennedy <matthew@mck-mbp-15.local>
Co-authored-by: Matthew Kennedy <makenne@microsoft.com>
2020-05-18 14:32:00 -04:00
rusefi
aa517d96cd
hard-coding NB2 OEM sensor
2020-05-18 01:39:41 -04:00
rusefi
8b294eea75
something too special with Kinetis?
2020-05-18 01:25:10 -04:00
rusefi
d9bbace609
reducing magic constant copy/paste & MAP dialog progress
2020-05-18 01:15:13 -04:00
rusefi
afc763f068
better VVT progress
2020-05-15 21:33:25 -04:00
dron0gus
e3fd0a186a
Minor fixes ( #1437 )
...
* cmpilation warning cleanup
* exti trigger: mark pins used, handle errors
2020-05-15 18:03:18 -04:00
rusefi
d3785b543e
VVT_INACTIVE
2020-05-14 23:13:32 -04:00
dron0gus
a2565b7849
triggers: add Subaru SVX trigger (3 sensors) ( #1433 )
2020-05-14 20:40:47 -04:00
dron0gus
48aa40b344
smart gpios: remove dead code ( #1432 )
2020-05-14 16:15:55 -04:00
rusefi
dff7bbd4e0
SD card for MRE
2020-05-13 23:26:28 -04:00
Matthew Kennedy
c7fadd475f
configuration for secondary (redundant) TPS sensors ( #1419 )
...
* add new fields
* add tps 2 secondary
* sensible error detection limits
* UI mods
* grey out as appropriate
* defaults
* either it's unused or its not
2020-05-10 16:13:15 -04:00
rusefi
ec38cdac95
mck1117:secondary-tps-config progress
2020-05-10 10:11:51 -04:00
rusefi
a9b15e3cee
that's embarrassing
2020-05-10 02:36:01 -04:00
rusefi
ac9faf6646
docs & clean-up
2020-05-10 00:59:32 -04:00
rusefi
8d91cc65cc
34-2 3 cam Toyota wheel progress
2020-05-09 23:47:51 -04:00
rusefi
fcbba66e89
rusEFI online engine crc
2020-05-09 22:43:39 -04:00
rusefi
e9e95ec5f3
Merge remote-tracking branch 'origin/master'
2020-05-07 00:56:22 -04:00
rusefi
016da58bbd
field useful for rusEFI online catalog
2020-05-07 00:55:59 -04:00
Matthew Kennedy
aa3bf51723
short term fuel trim: part 1 ( #1402 )
...
* add cell
* add stft cell tests
* add bit
* minimally generate
* config defaults
2020-05-06 21:00:40 -04:00
rusefi
6e832002ba
magic is around the corner
2020-05-06 14:00:08 -04:00
rusefi
2d18777d00
helping build
2020-05-05 15:47:14 -04:00
Matthew Kennedy
2c9cb4e291
remove "plain MAP" mode ( #1398 )
...
* consumers
* enums, input, config
* java
* default config cleanup
2020-05-05 15:04:55 -04:00
Matthew Kennedy
745b0c04ac
pull out std air charge math ( #1397 )
2020-05-05 08:01:40 -04:00
rusefi
a208078f7c
haha notes
2020-05-04 23:38:32 -04:00
rusefi
aa04de0000
Nick says we need this MAP sensor
2020-05-04 19:08:36 -04:00
rusefi
5caed7ec31
getting all start-up issues together
2020-05-04 00:21:22 -04:00
rusefi
96ceae7d17
refactoring: using constructor life-cycle to simplify initialization sequence
2020-05-02 23:15:48 -04:00
rusefi
f456799310
reducing confusion?
2020-05-02 22:06:11 -04:00
rusefi
9180154848
Add firing order fix #1385
2020-04-29 16:46:59 -04:00
Matthew Kennedy
f128b33694
General purpose PWM: implementation & tests ( #1366 )
...
* config
* significant digits
* renumber enum, no need for a "none"
* ui
* impl base
* error handle MAP
* init & update
* don't need arg
* don't lie about sensor
* fix test build
* test stub
* initialize
* null check
* fix clamping
* test output
* types & enums
* don't need param
* test getOutput
* fix
* output pin instead of brain pin
* default config
2020-04-26 14:06:28 -04:00
Matthew Kennedy
83cca6ec7a
allow overriding configuration ( #1341 )
...
* config overrides
* proteus too
* comment
* remove wno-error
* comment
2020-04-26 00:07:59 -04:00
rusefi
1f2c35da92
Merge branch 'master' of https://github.com/rusefi/rusefi
2020-04-25 21:28:01 -04:00
rusefi
23e3d05d35
Bosch vvt shape #1368
...
skeleton
2020-04-25 19:50:43 -04:00
Matthew Kennedy
bfc6d10b5b
types & enums ( #1367 )
2020-04-25 18:26:29 -04:00
dron0gus
474d5e64cf
Update chibios ( #1364 )
...
* Update ChibiOS
* Fix coexistance of ChibiOS and our flash drivers
* Add 'int' = internal prefix for all on-chip flash functions
This avoid conflict with ChibiOS functions available after
enabling HAL_USE_EFL
* Exclude ChibiOS flash driver from bootloader
* Makefile magic?
* Kinetis: fix build after ChibiOS update and switching to SMART_BUILD
* Bootloader now use SMART_BUILD too
2020-04-25 16:32:32 -04:00
Matthew Kennedy
f704bf22cb
use the linker! ( #1363 )
2020-04-24 21:21:04 -04:00
Matthew Kennedy
a8f466c615
trigger emulator refactoring ( #1358 )
...
* trigger gen refactoring
* missed one
* fix makefile
* commentary
Co-authored-by: Matthew Kennedy <makenne@microsoft.com>
2020-04-24 14:00:06 -04:00
Matthew Kennedy
1bad5f3047
don't store self stim in config ( #1356 )
...
* kill
* add bench test
* fix
2020-04-23 22:38:14 -04:00
rusefi
0ffb72e48c
tle8888 modes corrected
2020-04-23 19:39:59 -04:00
rusefi
c52c7e2f1f
TLE8888 mode flexibility
2020-04-23 16:57:37 -04:00
rusefi
3012b18a5c
docs
2020-04-23 16:39:32 -04:00
shadowm60
638cb64b54
Can vss updates ( #1345 )
...
* Vss over Can implementation proposal
Working for BMW e46
* fixed Firmware CI?
* kinetis fix.
* minor fixes
* Added W202 + fixed broken configs
- w202 Vel decoded
- added dbc checks
2020-04-22 13:40:08 -04:00
shadowm60
fe3030bb23
Vss over Can implementation proposal ( #1340 )
...
* Vss over Can implementation proposal
Working for BMW e46
* fixed Firmware CI?
* kinetis fix.
* minor fixes
2020-04-21 20:48:37 -04:00
Matthew Kennedy
58e7738718
initialize etbControllers ( #1338 )
2020-04-21 08:18:32 -04:00
rusefi
dc37b1686c
separate range for logging errors
2020-04-20 13:58:20 -04:00
rusEfi
1ced7eafbc
Better handling in case of ETB idle without ETB #1332
2020-04-19 21:51:27 -04:00
rusEfi
4854d123bb
PWM name into warning message
2020-04-19 21:48:14 -04:00
rusEfi
2203b2867a
TS to show warning text
2020-04-19 21:42:00 -04:00
rusefi
eae51514e9
i am clearly distracted :(
2020-04-19 19:20:23 -04:00
rusefi
ca19d2fb44
still the cost of remix 66-2-2-2
2020-04-19 18:58:22 -04:00
rusefi
67ba136965
helping build
2020-04-19 18:45:40 -04:00
rusefi
b287b2f339
TT_HONDA_K_12_1
2020-04-19 14:23:01 -04:00
rusefi
c665e6b65d
progress towards renix 66-2-2-2
2020-04-19 09:59:55 -04:00
rusefi
be497685a0
Renix 44-2-2
2020-04-18 22:20:17 -04:00
Matthew Kennedy
4d24fdd57d
Fuel/ign correctino on new temp sensors ( #1318 )
...
* corrections
* test
* adv map
* tests
* cleanup
* lcd
* fsio
* unneeded
* more math
* last consumer
* cleanup
* fix kinetis
2020-04-18 18:45:30 -04:00
rusefi
c166ee9d58
Fresh generated - auto
2020-04-18 16:40:59 -04:00
Matthew Kennedy
d65a244fc7
unused config field ( #1314 )
2020-04-18 07:57:28 -04:00
Matthew Kennedy
044766ec70
New clt consumers part 1 ( #1301 )
...
* idle
* CLT test prep
* idle target
* header
* air interpolate
* ancient comment
* fuel cut
* fuel cut, idle tests
* cleanup
2020-04-15 09:48:17 -04:00
rusefi
12376e9312
docs
2020-04-14 08:34:51 -04:00
OrchardPerformance
5739032254
Update to Matt's MAF code for VE table tuning. ( #1295 )
...
* Update rusefi_lib
* Update fuel_math.cpp
Updated Matt's MAF code to include fuel table
* fixed missing include
* Replace get_specs_displacement
* ve2Map corrected
* ve2Map fix 2
* Fix for missing TS table
* Corrected standard air charge
* Math fix, PW now good
Still have minimal response from the VE table
* rusefi.input correction
* Added extra comment
* Ease of reading update
2020-04-14 01:21:48 -04:00
shadowm60
15f42b96df
Add w202 canDash support ( #1292 )
...
* w202CanDash
added CanDash support for w202
* fixed kinetis
2020-04-13 08:11:06 -04:00
rusefi
63403ab741
better error message
2020-04-12 23:24:46 -04:00
Matthew Kennedy
e1301f3c47
fix maf ( #1287 )
2020-04-12 15:52:29 -04:00
Matthew Kennedy
b526b43864
etb autotune ( #1274 )
...
* Astrom-Hagglund
* enums
* comments
* dead
* fix
* changed enum
* ts guard
* safety
* etb autotune debug channels
Co-authored-by: Matthew Kennedy <makenne@microsoft.com>
2020-04-11 22:15:49 -04:00
rusefi
fb06813e12
DBG_TRIGGER_SYNC merged into DBG_TRIGGER_COUNTERS
2020-04-10 13:19:54 -04:00
rusefi
89474adb63
cj125 progress
2020-04-08 23:14:21 -04:00
Matthew Kennedy
8006c0a548
CLT/IAT/Aux in the new sensor world ( #1269 )
...
* hook up clt
* init test
* probably fix test
* aux temp
* relax checking
* more significant figures
* remove old aux temp
* hand generate
* claim RAM
* move to ccm
* subscribe
* info printing
* warnings
* raise high voltage failure threshold
* fix test
Co-authored-by: Matthew Kennedy <makenne@microsoft.com>
2020-04-07 16:07:09 -04:00
Matthew Kennedy
345bf61bd5
Goodbye, old TPS ( #1266 )
...
* clear out tps
* boost control
* aux valves
* launch, aux valves
* unused field
2020-04-05 19:33:33 -04:00
Matthew Kennedy
7d5df29fbd
yet more tps consumers ( #1258 )
...
* advance_map
* tests
* unneeded
* idle
* use driver intent instead
* and obd and lcd
* engine load
* ve lookup
* unused
* oops we needed that
* oops needed that too
* mocking
* test mocks
* oops
* helps to use the right sensor
* and cylinder cleanup
* fuel math
* typo
* old tests
* kill dead stuff
* cleanup
* more
* fix
* test
* s
* fix signature
* fix test
* comment
* priming pulse
* remove mock tps
* remove more dead
Co-authored-by: Matthew Kennedy <makenne@microsoft.com>
2020-04-05 09:11:25 -04:00
Matthew Kennedy
bc3f0c6b27
More TPS consumers: VE lookup ( #1256 )
...
* advance_map
* tests
* unneeded
* idle
* use driver intent instead
* and obd and lcd
* engine load
* ve lookup
* unused
* oops we needed that
* oops needed that too
* mocking
* test mocks
* oops
* helps to use the right sensor
* and cylinder cleanup
* fuel math
* typo
Co-authored-by: Matthew Kennedy <makenne@microsoft.com>
2020-04-04 08:41:09 -04:00
Matthew Kennedy
9f75c0cea6
TPS consumers: idle and ignition and obd2 and lcd ( #1254 )
...
* advance_map
* tests
* unneeded
* idle
* use driver intent instead
* and obd and lcd
Co-authored-by: Matthew Kennedy <makenne@microsoft.com>
2020-04-03 19:59:08 -04:00
rusefi
fcef353b12
could this work?
2020-04-03 16:14:29 -04:00
rusefi
0bd2291866
flipped 60/2?
2020-04-03 00:44:54 -04:00
Matthew Kennedy
f958047d14
only correct timing in dynamic mode ( #1247 )
...
* only correct in dynamic mode
* redundant check
2020-04-02 08:54:55 -04:00
rusefi
b7618dbed1
CAN progress
2020-03-31 20:23:40 -04:00
rusefi
4c8ebc4edb
CAN progress
2020-03-31 20:08:30 -04:00
rusefi
90e4fc3922
CAN progress
2020-03-31 16:52:52 -04:00
rusefi
81211219f2
CAN progress
2020-03-31 16:49:19 -04:00
rusefi
6ff928a798
f4-slave
2020-03-29 22:10:13 -04:00
rusefi
d52ec6a58f
refactoring + MAP broadcast consumption
2020-03-29 21:15:06 -04:00
Matthew Kennedy
8fd9842310
cleanup extern mess ( #1237 )
...
* cleanup
* move outside define
2020-03-29 19:06:03 -04:00
rusefi
6f5468d3ea
critical error usability improvements
2020-03-28 20:14:17 -04:00
Matthew Kennedy
9385e9fc8f
un-generate ( #1228 )
2020-03-26 11:52:19 -04:00
Matthew Kennedy
53679fab54
Finally rename injector_central to bench_test ( #1229 )
...
* bench test rename
* rename consumers
* good lord what are all of these externs doing
* fix tests
2020-03-26 08:03:55 -04:00
Matthew Kennedy
a5d4d06868
Multispark implementation ( #1192 )
...
* multispark prototype
* only multispark if not cut
* typo
* do some reasonableish math
* consume cfg
* todo
* bad merge
* move math out of engine2.cpp
* engine state config
* consume generated
* use new
* hand generate
* doc, debugging
* debug channel names
* don't depend on rpmcalc
* safer, fix math
* tests
* default multispark config
* remove todo
Co-authored-by: Matthew Kennedy <makenne@microsoft.com>
2020-03-26 01:49:36 -04:00
rusefi
ee7c0895bf
start/stop progress
2020-03-25 01:28:37 -04:00
rusefi
7ab0a9cd76
startStopDialog
2020-03-25 00:58:59 -04:00
Matthew Kennedy
2c809e4475
Remove old monitoring timestamps ( #1217 )
...
* remove monitoring timestamps
* adv map
* fuel calc
* map avg
* printing
* spark logic
* hip 9011
* new traces
* s
* missed a few
2020-03-24 20:19:19 -04:00
rusefi
9e125ecbdf
launch control #203
2020-03-24 19:55:12 -04:00
rusefi
5dce6e7104
launch control #203
...
somewhat questionable code
2020-03-23 23:20:54 -04:00
rusefi
63c3ae1b51
launch control #203
2020-03-23 22:30:47 -04:00
rusefi
43440afade
launch control #203
2020-03-23 20:44:34 -04:00
rusefi
31ef10fe1c
start/stop progress
2020-03-23 10:32:41 -04:00
rusefi
165160bb40
random header clean-up
2020-03-23 09:00:57 -04:00
rusefi
53385c32bb
start/stop progress debug mode
2020-03-22 20:43:27 -04:00
rusefi
96c79012f0
At least read all TPS inputs
2020-03-20 19:55:36 -04:00
rusefi
a4b5570223
"rusefi CAN" config #1198
2020-03-19 09:22:16 -04:00
rusEfi
49d5c6497f
RemindMe! add 16 cylinder firing order on April 1st
2020-03-16 17:13:27 -04:00
rusEfi
ecf1e602b0
docs
2020-03-12 00:20:05 -04:00
rusEfi
d047340725
v12
2020-03-12 00:16:32 -04:00
rusEfi
620088cdc1
v12
2020-03-11 20:48:09 -04:00
rusefi
1892cfe6b7
logicAnalyzerMode was unused, removing for now
2020-03-08 09:14:49 -04:00
rusEfi
89e6a33545
giving C code access to CONFIG
2020-02-27 01:32:26 -05:00
Matthew Kennedy
397907a06f
Support disabling most/all features ( #1162 )
...
* this flag did nothing
* guard features properly
2020-02-26 18:16:35 -05:00
rusefi
ce2ec3d544
TEST_33816
2020-02-25 21:35:21 -05:00
Matthew Kennedy
8647abd22b
Add single flag for omitting PnP configs ( #1157 )
...
* switch to single enable flag
* engine_configuration.cpp
2020-02-24 19:08:02 -05:00
rusEfi
84995652df
reviving FRANKENSO_QA_ENGINE
2020-02-18 17:53:56 -05:00
rusefi
ec5ec558c2
my take on useRunningMathForCranking
2020-02-18 10:47:39 -05:00
rusefi
cb8612a15c
code style
2020-02-10 09:29:11 -05:00
Matthew Kennedy
a00c1a5be9
Sensor reconfiguration while running ( #1131 )
...
* reconfigure sensors
* docs
* doc
2020-02-08 06:22:23 -03:00
rusefi
0d1f45422e
cam/vvt decoder
2020-02-05 01:49:33 -05:00
Matthew Kennedy
52c710bb62
move flash addr in to mpu_util ( #1123 )
...
* move flash addr in to mpu_util
* this _may_ work
* don't use offsetof
* proper header + defines
2020-02-05 08:06:38 +05:30
ola
d49e253bff
Some initial work at Launch/ALS
...
(cherry picked from commit 07b3a0632f6673ad57db5b2d6b8ad21674cf3509)
2020-02-02 12:17:06 -05:00
960
4b4e683957
Boost pr ( #1114 )
...
* boost control
* cleanup
* Delete rusefi_config.txt
* Add files via upload
* Delete rusefi_config.txt
* Add files via upload
* Update rusefi.input
* Update boost_control.cpp
2020-02-02 03:56:21 -05:00
rusefi
6022838656
looking forward
2020-02-01 17:55:58 -05:00
rusefi
c2f0a30397
opening the door to boost controller!
2020-01-31 14:23:15 -05:00
rusefi
d48a57d599
refactoring: extracting DEEP_IN_THE_PAST_SECONDS contant
2020-01-31 01:21:56 -05:00
rusefi
d9b96fe509
extracting class & codes clean-up
2020-01-28 00:16:33 -05:00
rusefi
b637757e57
reducing magic constants
2020-01-27 23:45:46 -05:00
rusefi
241d491625
trigger refactoring
2020-01-26 12:02:54 -05:00
rusefi
51ab9f5b57
reducing code duplication
2020-01-26 06:28:33 -05:00
rusefi
080e7e12db
trigger refactoring
2020-01-26 06:12:01 -05:00
rusefi
154b679491
refactoring: de-coupling trigger decoder and engine
2020-01-26 03:48:25 -05:00
rusefi
db2ab72d12
refactoring trigger
2020-01-26 03:33:45 -05:00
rusefi
0f23faba28
trigger refactoring
2020-01-25 02:00:33 -05:00
rusefi
3056154fe6
refactoring trigger
2020-01-23 13:39:50 -05:00
rusefi
cc1c4c9dcb
refactoring - de-coupling trigger
2020-01-22 13:25:35 -05:00
rusefi
06cdb7cde6
refactoring
2020-01-22 01:22:44 -05:00
rusefi
8a88c90f3b
code style: trying to get used to this syntax
2020-01-22 00:45:09 -05:00
Matthew Kennedy
ba0c48e0ac
use NT_PER_SECOND instead of convert from microseconds ( #1107 )
...
* add NT_PER_SECOND
* missed a few
* inject tooth logger timestamp
* inject
2020-01-19 22:23:41 -05:00
rusefi
2ae53d1681
better constraint validation
2020-01-19 00:28:58 -05:00
rusefi
bb217b01dd
happy new year unification
2020-01-13 21:57:43 -05:00
dron0gus
618d6f5a5e
Gpio diagnostic ( #1100 )
...
* enums: add brain_pin_diag_e enum for pin diagnostic
* gpio core: add pin diagnostic call
* gpio: mc33810: add diagnostic support
* gpio: mc33972: add diagnostic support
* gpio: tle6240: add diagnostic
* pin_repository: output diagnostic data for gpio chips
* enums: kinetis: add brain_pin_diag_e enum for pin diagnostic
2020-01-12 10:20:10 -05:00
Matthew Kennedy
ecd240d6f2
AEM X-Series CAN Wideband Support ( #1096 )
...
* aem xseries
* parens to avoid operator precedence issues
* put in cfg
* disable that too
* fix sim/unit
* enough generated for ci
* this will guard correctly
2020-01-12 03:44:37 -05:00
rusefi
b83a5310be
happy new year
2020-01-08 00:02:40 -05:00
Matthew Kennedy
5c85d53e16
Pass action_s instead of callback/param ( #1084 )
...
* change action
* consumers
* fix test
* didn't mean to add those
* simplify
* fix simulator
* fix sim for real
* oy
* maybe this time the simulator will actually be fixed, for real
* don't rely on undefined behavior
2020-01-07 00:41:18 -05:00
rusEfi
6e881d53b7
improvements around weird engine types
2019-12-28 23:22:16 -05:00
rusefi
b83816b9ef
laughable gdi progress
2019-12-26 22:30:12 -05:00
rusefi
6f2cc0ef9b
wow dead stuff?
2019-12-24 00:14:10 -05:00
rusefi
7cac985b8b
oh this was OOOOLLLLLDDD
2019-12-24 00:10:28 -05:00
rusefi
cb9fc19f92
that's not a worth a file
2019-12-24 00:03:53 -05:00
rusefi
a81655216b
adding simplicity
2019-12-23 22:40:23 -05:00
rusefi
cf0b12b203
refactoring
2019-12-23 21:58:06 -05:00
rusefi
0a7ec2cf59
Revert "couple of dead lines"
...
This reverts commit 831dbde5
2019-12-23 21:55:08 -05:00
rusefi
831dbde538
couple of dead lines
2019-12-23 21:44:38 -05:00
rusefi
73a4a92891
functional testing should not be that darn slow #1076
...
hopefully progress?
2019-12-21 23:27:54 -05:00
rusefi
fde9a449cf
random refactoring: hopefully not changing byte size of any variables but clarifying/fixing type between ticks, US and MS
2019-12-21 21:11:09 -05:00
rusefi
6ca549ca34
refactoring & fixing build
2019-12-21 20:43:11 -05:00
rusefi
0d0298ac98
boring test mule stuff
2019-12-15 22:21:49 -05:00
rusefi
d5b25902d3
Config generation handles padding after packed booleans (bits) wrong
...
#1057
refactoring
2019-12-14 15:33:30 -05:00
rusefi
521b27ff35
codes clean-up
2019-12-14 00:14:36 -05:00
rusefi
9403b2a8fc
fixing build is my most favourite time!
2019-12-13 18:02:24 -05:00
rusefi
236d952335
progress towards ETB controller mocking
2019-12-13 13:52:34 -05:00
rusefi
e9e7a66cf8
etbActualCount logic to handle the scenario where only one ETB is present
2019-12-13 12:50:34 -05:00
rusefi
af4f20551b
getting rid of boardConfiguration / binary compatible change
2019-12-11 17:48:55 -05:00
Matthew Kennedy
00840d99ec
copyArray helper ( #1048 )
...
* add functions
* uses
* use for proteus
* do it for warmup mult
* do it for cranking settings
* cleanup
2019-12-10 18:04:50 -05:00
rusefi
c5cfd21a70
just a trivial massive rename: TriggerState > TriggerWaveform
2019-12-08 01:09:39 -05:00
rusefi
d6471a84bc
Refactor Trigger System #635
...
injecting callback via parameters instead of nasty "bool isInitializingTrigger" field
2019-12-06 01:57:11 -05:00
rusefi
de36f76882
The Big Refactoring of 2019: folder structure #723
2019-12-03 23:52:44 -05:00
rusefi
500315b042
refactoring - updating name according to new reality
2019-12-03 14:39:11 -05:00
rusefi
c4027a29f0
codes fix, thank you AndreiKA
2019-12-03 09:05:57 -05:00
rusefi
eb305f0265
#490
2019-12-03 00:29:12 -05:00
Matthew Kennedy
9fdf74bc18
Base configuration for Proteus ( #1040 )
...
* cfg
* add enum value
* add ci
* actually build the board config
* this is pretty close
* proteus case
2019-12-02 23:54:40 -05:00
rusefi
1c96d9541e
refactoring
2019-12-02 23:08:18 -05:00
rusefi
12a828b391
codes clean-up
2019-12-02 20:16:41 -05:00
rusefi
2eab39d3ff
auxFastSensor
2019-12-02 17:49:01 -05:00
rusefi
0583fd0b6c
misc clean-up
2019-12-02 10:03:50 -05:00
rusefi
b04166d173
that's how we can move all fields one by one from boardConfiguration to engineConfiguration
...
my approach is to move fields from the bottom of BC struct
2019-11-30 10:24:37 -05:00
rusefi
a78dc22bf1
better state validation, better error codes
2019-11-29 23:41:26 -05:00
rusefi
1ab40aec35
one step backwards :)
2019-11-29 01:39:02 -05:00
rusefi
316d7ab63b
steps towards dual ETB
2019-11-29 00:26:17 -05:00
rusefi
784610c5c3
steps towards dual ETB
2019-11-29 00:23:15 -05:00
andreika-git
1808642af1
Starter relay + Hardcoded 'FSIO' + simulator fix ( #1032 )
...
* Starter Relay: gui + built-in FSIO impl.
* Hardcoded 'FSIO' replacement for RAM-limited boards
* fix simulator
2019-11-25 20:08:01 -05:00
andreika-git
9a0b66791b
unregisterOutput() + isPinOrModeChanged() + Stepper::stepPin+enablePin + Kinetis fix ( #1029 )
...
* Fix isConfigurationChanged() for EFI_ACTIVE_CONFIGURATION_IN_FLASH
* unregisterOutput() -> unregisterOutputIfPinOrModeChanged()
* clutchUpPinMode for unregisterPin()
* Fix Kinetis: EFI_ACTIVE_CONFIGURATION_IN_FLASH & EFI_MAIN_RELAY_CONTROL
* Stepper: enablePin & stepPin with modes support
2019-11-25 00:02:53 -05:00
rusefi
4411efbb72
firing order tool integration
2019-11-24 23:49:05 -05:00
rusefi
cfcfc851f5
Sporadic error: FATAL error: handleCycleStart #1030
...
more details
2019-11-24 21:45:32 -05:00
rusefi
1cb2f92142
more correct variable names
2019-11-23 23:49:39 -05:00
rusefi
8b34fbee38
docs
2019-11-23 23:42:00 -05:00
rusefi
7ee657d238
aux valves unit test
2019-11-23 22:55:21 -05:00
rusefi
af60a46229
making progres on angle-based scheduling
2019-11-23 20:36:40 -05:00
rusefi
1bb3f2698c
making progres on angle-based scheduling
2019-11-23 19:47:53 -05:00
rusefi
7b7b46a2a2
refactoring
2019-11-23 18:38:16 -05:00
rusefi
aa4967383a
explicit list field to simplify code navigation
2019-11-23 17:04:51 -05:00
rusefi
56ff75004b
consistency
2019-11-23 15:53:22 -05:00
rusefi
e706c999f1
docs
2019-11-23 14:14:17 -05:00
Matthew Kennedy
9ee8616cb0
Use templated array references ( #1027 )
...
* update defs
* consumers, use default params
* setArrayValues in tests
* floats
* test fixing
2019-11-22 23:27:24 -05:00
rusefi
ad7e36c228
refactoring
2019-11-20 01:35:08 -05:00
Matthew Kennedy
93d24dfc0b
Merge remote-tracking branch 'origin/master' into perf-tracing
2019-11-19 16:28:58 -08:00
rusefi
7dfdfc6378
docs & code formatting
2019-11-19 18:17:03 -05:00
rusefi
67b434e43a
v12
2019-11-18 23:45:35 -05:00
rusEfi
c3b793fc55
prometheus cleanup
2019-11-15 00:01:03 -05:00
rusEfi
81167d9945
#pragma once
2019-11-15 00:00:13 -05:00
rusEfi
3530c68a18
M73
2019-11-14 23:58:04 -05:00
rusefi
d318b46d33
unused code
2019-11-13 20:15:02 -05:00
rusefi
4b1c1e72ab
time to panic and revert more
2019-11-12 21:42:44 -05:00
Matthew Kennedy
9ce18d11fe
use static asserts ( #1003 )
2019-11-12 00:39:38 -05:00
rusefi
15a571fb3e
this is not great :(
...
#639
#971
2019-11-11 22:19:35 -05:00
rusefi
410391598e
Strange INJ1 signal behavior (when the frequency of scheduler's timer is less than 1MHz) fix #996
2019-11-10 23:54:08 -05:00
rusefi
8525c48036
evil manual merge of https://github.com/DonaldBecker/rusefi
2019-11-06 18:26:50 -05:00
rusefi
487acd62de
Missing dwell altogether in some corner cases #796
...
only additional live data here
2019-11-05 23:36:33 -05:00
rusefi
8f5895321c
refactoring
2019-11-05 23:17:44 -05:00
rusefi
cc6381fe96
evil manual merge of https://github.com/DonaldBecker/rusefi
2019-11-05 20:07:55 -05:00
rusefi
801b2eb70e
progress towards #961
2019-11-04 22:52:37 -05:00
rusefi
bab1744d1d
progress towards #961
2019-11-04 22:44:52 -05:00
rusefi
2e3e53c613
custom codes cleanup
2019-11-04 09:20:00 -05:00
rusefi
d1afb9b183
moving setDefaultFrankensoConfiguration down is the way of righteousness
2019-11-03 21:29:12 -05:00
rusefi
22453f8392
nicer enum name
2019-11-03 21:19:13 -05:00
rusefi
a2bee7f46b
moving setDefaultFrankensoConfiguration down is the way of righteousness
2019-11-03 19:36:56 -05:00
rusefi
06b7524c1d
moving setDefaultFrankensoConfiguration down is the way of righteousness
2019-11-03 17:25:34 -05:00
rusefi
9c94dd503e
moving setDefaultFrankensoConfiguration down is the way of righteousness
2019-11-03 17:17:43 -05:00
andreika-git
ee5ee1942c
Kinetis & TLE8888 compatibility & fixes... ( #991 )
...
* TLE8888: More compatibility & postTunerStudioState
* activeConfiguration & EFI_ACTIVE_CONFIGURATION_IN_FLASH fix
* Kinetis: jump_to_bootloader() impl.
* Kinetis: UART baudrate safety check
* Kinetis: OMG!..
2019-10-31 16:06:34 -04:00
rusefi
4d095d4844
60/2 VW trigger has running issue on 19/10/19 snapshot fix #986
2019-10-30 20:51:20 -04:00
rusefi
7a3369795f
smarter IAC PID
2019-10-30 09:27:12 -04:00
rusefi
0a8a0d0b81
docs
2019-10-26 21:53:22 -04:00
rusefi
88348ebd09
refactoring: reducing code duplication
2019-10-21 23:47:40 -04:00
Matthew Kennedy
10a6d6eb8b
fix wwae ( #980 )
2019-10-17 00:06:54 -04:00
rusefi
5f9fdfe9a6
Revert "Revert "Performance improvement: call GetBaseFuel less ( #979 )""
...
This reverts commit 7eb9947fd4
.
2019-10-16 23:02:24 -04:00
rusefi
7eb9947fd4
Revert "Performance improvement: call GetBaseFuel less ( #979 )"
...
This reverts commit 95e51f13
2019-10-16 22:29:19 -04:00
Matthew Kennedy
95e51f1399
Performance improvement: call GetBaseFuel less ( #979 )
...
* Remove extra calls to getInjectionDuration
* increase callback frequency
2019-10-16 22:13:10 -04:00
rusefi
344136eea9
preparing for #973
2019-10-16 22:10:38 -04:00
Matthew Kennedy
d6e065f99e
Merge remote-tracking branch 'upstream/master' into perf-tracing
2019-10-14 23:45:39 -07:00
rusefi
d0596388e6
preparing for #961
...
better code style
2019-10-15 02:06:15 -04:00
rusefi
5a4c7b38cd
preparing for #974
...
code comments & refactoring
2019-10-14 16:04:28 -04:00
Matthew Kennedy
f52bdecb80
profile all the things
2019-10-13 13:14:08 -07:00
rusefi
5cb90d0e1b
preparation for #961
...
more unified access to pre-calculated value
2019-10-13 09:59:06 -04:00
Matthew Kennedy
763b17fb50
experiment
2019-10-11 17:43:21 -07:00
rusefi
62577c47da
preparation for #961
...
more unified access to pre-calculated value
2019-10-10 08:25:58 -04:00
rusefi
71e904e421
preparation for #961
...
more unified access to pre-calculated value
2019-10-10 08:16:21 -04:00
rusefi
9a26b2eca2
preparation for #961
...
macro as a syntax sugar for method invocation
2019-10-10 07:37:37 -04:00
Matthew Kennedy
29804cbc8a
move tsOutputChannels to header ( #970 )
2019-10-08 21:02:51 -04:00
rusefi
4574aaccce
I got carried away, but DEAD CODE?!
2019-10-08 03:14:21 -04:00
rusefi
2acdbf308b
something is over-complicated here? looks like two classes should become one?
2019-10-08 02:56:19 -04:00
rusefi
a65c8c9295
something is over-complicated here? looks like two classes should become one?
2019-10-08 02:35:21 -04:00
rusefi
fbbf8995e4
wow, dead field
2019-10-08 02:17:32 -04:00
rusefi
2b59940161
really not clear what is the best place for these classes
2019-10-08 02:13:52 -04:00
rusefi
4e26bd2fd2
refactoring
2019-10-08 02:01:41 -04:00
rusefi
cd1e87ff41
docs & refactoring
2019-10-08 01:49:42 -04:00
rusefi
ade7ad158a
typo & better field name
2019-10-08 01:36:03 -04:00
rusefi
42dc9e3662
fancy C++ s/NULL/nullptr/
2019-10-08 01:26:35 -04:00
rusefi
53231f7b49
refactoring: smarter C++ initialization
2019-10-08 00:27:49 -04:00
Matthew Kennedy
faa2a481ea
Simplify thermistor config ( #962 )
...
* simplify thermistor config
* fix test
2019-10-02 21:00:10 -04:00
rusefi
c935903162
do not let "Use fixed baro corr from MAP" kill VE fix #960
2019-09-29 09:58:29 -04:00
rusefi
8e3912e6b1
firing order 1-2-7-8-4-5-6-3
2019-09-28 10:25:57 -04:00
rusEfi
89ed15838f
ETB is sticky around zero and does not want to close all the way #943
2019-09-22 23:28:11 -04:00
rusefi
e99955fce5
ETB target is using integer values #945
...
refactoring - ADC mocking is a mess
2019-09-22 17:43:00 -04:00
rusefi
7d65f1931e
ETB target is using integer values #945
...
refactoring - ADC mocking is a mess
2019-09-22 17:39:13 -04:00
rusefi
533087f475
ETB target is using integer values #945
...
refactoring - ADC mocking is a mess
2019-09-22 09:56:06 -04:00
rusefi
03b6a6ec58
Merge branch 'master' of https://github.com/rusefi/rusefi
2019-09-22 08:45:03 -04:00
rusefi
1b604359a9
ETB target is using integer values #945
...
refactoring
2019-09-22 08:44:51 -04:00
rusEfi
d5ef749761
s/NULL/nullptr/
2019-09-22 08:22:35 -04:00
rusEfi
f843968636
ETB target is using integer values #945
...
first we will write a unit test
2019-09-22 00:16:46 -04:00
Matthew Kennedy
f629ec038b
add sensor framework, tests ( #929 )
...
* add framework, tests
* move oil pressure to new way
* add init logic
* brackets on the same line
* spaces -> tabs
* spaces -> tabs for tests
* bracket on same line
* hook up sensor mocking
* add nan check
* fix nan check
* I wrote an essay
* casing
* only init if we have a sensor to init
* style, actually call init
* format
* fix casing
* typo
* implement linear sensor
* wire up producer
* smarter limiting
* setup comments
* add reporting
* doxyfile
* oops
* add adc subscription
* clarity
* fix logic
* multiply voltage
* test styling
* test guards
* remove dependencies
* linear sensor test
* remove unused
* fix merge
* format, implicit convert op
* explicit
* format tests
* fix merge
2019-09-21 14:33:38 -04:00
rusefi
2ce6e900a3
fixing bug from yesterday
2019-09-21 11:09:03 -04:00
rusefi
3ac801f9c5
configurable SD card logging speed
2019-09-20 20:18:22 -04:00
rusefi
36fad3a21e
unit tests progress
2019-09-20 00:25:43 -04:00
rusefi
78b9e5a438
refactoring
2019-09-20 00:17:00 -04:00
rusefi
154092bbf5
unit tests progress
2019-09-19 22:56:54 -04:00
rusefi
bda089011c
unit tests progress
2019-09-19 08:05:23 -04:00
Matthew Kennedy
cce6646cdf
kill ( #935 )
2019-09-14 21:20:36 -04:00
rusefi
664777587b
Most important feature: VAG W12 firing order
2019-09-14 14:47:22 -04:00
rusefi
a6fbc5036a
Delayed A/C compressor switch #922
2019-09-11 20:46:50 -04:00
rusefi
d90f0481b0
one step back :) instant RPM does not look right
2019-09-10 21:35:10 -04:00
rusefi
2818c803b5
fatalErrorPin setting is not used #926
2019-09-09 21:34:15 -04:00
rusefi
e79287f537
Delayed A/C compressor switch #922
2019-09-08 21:05:03 -04:00
rusefi
e77b703beb
Reinitialize TLE8888 if it resets #904
...
nasty "solution"
2019-09-06 20:30:27 -04:00
rusEfi
8126b700de
NB2 progress, ETB Live Docs progress
2019-09-01 19:37:58 -04:00
rusefi
1ffaa8eea2
Live Data progress
2019-09-01 13:56:46 -04:00
rusefi
4858124edb
unified names for generated headers
2019-08-31 23:12:39 -04:00
rusEfi
3851b37be6
NB2 MRE
2019-08-31 18:36:44 -04:00
rusefi
4ddb0aeace
LiveData progress: isChanking & hasEtbPedalPositionSensor
2019-08-31 17:07:21 -04:00
rusefi
162264fe08
progress towards idle unit test
2019-08-29 23:50:20 -04:00
rusefi
b090be14b0
cranking fuel live data fix #911
2019-08-28 00:29:55 -04:00
rusefi
2804b31e7e
cranking fuel live data #911
2019-08-26 23:41:04 -04:00
rusEfi
1c0d38abef
new feature: check engine light to blink on trigger synchronization
2019-08-18 15:53:38 -04:00
rusEfi
7a7dbb8c30
refactoring: engine sniffer magic constants
2019-08-18 15:04:02 -04:00
rusefi
db724568db
refactoring: extracting common magic constants
2019-08-18 12:14:33 -04:00
rusefi
70c74bec0d
WTF is wrong with MRE_miata_na6 config? operationMode complexity #898
...
actually ignoring setting for well known triggers
2019-08-17 22:00:01 -04:00
rusefi
f858b26a50
TLE8888 should be re-initialized every time we get +12 volts #901
...
extremely ugly solution but it it works at least with LED blinking test
2019-08-16 23:00:28 -04:00
rusefi
0102f07d77
new 4 cylinder firing order!
2019-08-15 19:36:16 -04:00
rusEfi
48a15dcc0c
MRE_MIATA_NB2
2019-08-13 19:15:24 -04:00
rusefi
f0c318aafd
WTF is wrong with MRE_miata_na6 config? operationMode complexity fix #898
2019-08-08 23:11:56 -04:00
rusefi
e0acec2a63
WTF is wrong with MRE_miata_na6 config? operationMode complexity #898
...
fatal error is the best I can come up with quickly
2019-08-08 22:57:22 -04:00
rusefi
539cd8b1c7
current toolchain does not work great with current rusEfi code, two methods with same name are hard for full text search :(
2019-08-08 22:33:52 -04:00
rusefi
121ad9b786
fixing build & taking a safer route
2019-08-08 22:12:51 -04:00
rusefi
7d73c6a8a9
WFT is wrong with MRE_miata_na6 config? operationMode complexity #898
...
fancy smansy unit test with some C++11
2019-08-08 21:27:57 -04:00
rusefi
3ff8c92d38
poke
2019-08-08 20:32:00 -04:00
rusefi
643cc24931
WFT is wrong with MRE_miata_na6 config? operationMode complexity #898
...
more refactoring
2019-08-08 00:32:31 -04:00
rusefi
51110b33ad
WFT is wrong with MRE_miata_na6 config? operationMode complexity #898
...
refactoring to begin with, zero logic change
2019-08-08 00:19:09 -04:00
rusefi
71951041b1
refactoring: better enum name
2019-08-07 22:20:16 -04:00
rusEfi
bde25114d5
NA6 MRE details
2019-08-06 17:59:02 -04:00
rusefi
8d14561fb9
better method name
2019-08-06 17:12:15 -04:00
rusefi
2a3d067821
fixing unit tests build
2019-08-05 23:36:18 -04:00
rusEfi
070ebd65c6
MRE test setup
2019-08-05 23:00:35 -04:00
rusefi
91f9a50b3f
F7 nucleo does not work?
...
funny, it was about some very unused feature
2019-08-02 01:36:02 -04:00
Matthew Kennedy
1ec07af6e2
microRusefi Default Configuration ( #895 )
...
* poke
* working MRE
* why was this on?
* comment, cleanup
* default silent trigger error on
* comment
* remove extra
* sensible default
2019-08-01 22:27:23 -04:00
rusEfi
2120aff829
MRE is getting closer!
2019-07-25 21:39:39 -04:00
rusefi
0b1726727f
removing least useful engine configurations
2019-07-25 00:03:57 -04:00
rusefi
97934eeace
fixing build?
2019-07-24 23:41:26 -04:00
rusefi
b2eba467ac
fixing build?
2019-07-24 23:16:17 -04:00
rusefi
9fd9bbaf2f
nevermind
2019-07-24 22:37:27 -04:00
rusefi
358a50a961
setDefaultBoardConfiguration shouldn't have Frankenso pinout #852
2019-07-24 22:33:30 -04:00
rusefi
3ac83dc34e
setDefaultBoardConfiguration shouldn't have Frankenso pinout #852
2019-07-24 22:00:48 -04:00
rusefi
fc241ce665
setDefaultBoardConfiguration shouldn't have Frankenso pinout #852
...
merging methods since always invoked together
2019-07-24 21:24:39 -04:00
rusefi
6fb2b34120
setDefaultBoardConfiguration shouldn't have Frankenso pinout #852
2019-07-24 21:15:18 -04:00
rusefi
39630855fb
live docs for idle state
2019-07-21 18:34:37 -04:00
rusefi
75d8e9ab57
nicer status codes for future human-readable status set
2019-07-21 14:06:51 -04:00
Matthew Kennedy
21d1b25c5e
Remove warmup afr pid ( #879 )
...
* config changes
* actually remove from config
* rip out implementation
2019-07-18 18:26:18 -04:00
rusefi
aca4081507
FIRMWARE_ID
2019-07-13 14:08:08 -04:00
rusefi
85e5a7b1e7
one dead line
2019-07-13 09:18:09 -04:00
rusefi
9e461e7c27
Annotations in C++ code to produce formulas in rusEfi console #807
2019-07-13 09:00:03 -04:00
rusefi
7cc040afe0
better variable names & fixing build
2019-07-13 08:19:00 -04:00
rusefi
7da59dd41d
a bit of dead code
2019-07-13 08:03:13 -04:00
rusefi
6bdb8c50bf
Annotations in C++ code to produce formulas in rusEfi console #807
...
typo & refactoring: splitting class
2019-07-12 23:15:52 -04:00
rusefi
4e6ccdb13b
Annotations in C++ code to produce formulas in rusEfi console #807
...
wall wetting
2019-07-12 22:51:59 -04:00
rusefi
a3de5fc276
Annotations in C++ code to produce formulas in rusEfi console #807
...
refactoring wall wetting
2019-07-12 22:34:38 -04:00
rusefi
04bc1128df
support multiple VVT sensors #885
...
new fields & packing configuration. bumping configuration version
2019-07-12 14:24:45 -04:00
rusefi
974f80988f
refactoring - type/macro name/docs
2019-07-12 07:48:28 -04:00
Matthew Kennedy
77075fce3d
Fix some maf logic ( #880 )
...
* fix maf
* thank you vscode for mangling ANSI -> utf8
2019-07-10 09:14:47 +03:00
Matthew Kennedy
e0db83e027
Template-ize bin/value length for interpolation ( #878 )
...
* update consumers
* tests
* whitespace
* format
2019-07-09 21:16:36 +03:00
andreika-git
00cf9fafe1
More portability (GPIO_F/G + auto_generated_enums) ( #876 )
...
* GPIO ports F and G are not everywhere
* auto_generated_enums path flexibility
2019-07-09 05:29:03 -04:00
rusefi
1fce0201a5
user is unable to start with zero fuel - at least showing a warning
...
https://rusefi.com/forum/viewtopic.php?p=33761#p33760
2019-07-06 20:45:47 -04:00
rusefi
cdac02429c
refactoring: better file name
2019-07-06 20:15:49 -04:00
rusefi
83ad64eade
Refactoring: OS access should be explicit #867
2019-07-04 03:57:21 -04:00
rusefi
b81c60cf3e
Refactoring: OS access should be explicit #867
2019-07-03 21:48:04 -04:00
rusefi
37a9e66bc1
Annotations in C++ code to produce formulas in rusEfi console #807
2019-06-19 22:34:11 -04:00
rusefi
b14757c4db
docs/type safety
2019-06-19 21:24:09 -04:00
rusefi
af6c342368
Utility class which writes same line both to stdout and file
2019-06-17 20:21:32 -04:00
rusefi
a8f456b807
Annotations in C++ code to produce formulas in rusEfi console #807 ( #847 )
...
* Annotations in C++ code to produce formulas in rusEfi console #807
firmware part of the change
* removing unneeded stuff & fixing unit test compilation
* not complete better unit test compilation fix :(
* better C++ usage
2019-06-17 12:18:55 -04:00
rusefi
72a710ffd5
The Big Refactoring of 2019: folder structure #723
2019-06-15 22:11:43 -04:00
rusefi
244b66b0ae
ETB: TPS should be f(RPM, pedal) - target table #835
2019-06-15 14:11:38 -04:00
rusefi
e1c0557f4d
idle using ETB #783
2019-06-15 13:33:14 -04:00
rusefi
e07b119a7f
bumping configuration version in light of #773
2019-06-14 13:04:04 -04:00
rusefi
ff39a72633
typo
2019-06-14 00:57:24 -04:00
rusefi
92bad7286f
fresh stuff
2019-06-13 14:56:13 -04:00
Matthew Kennedy
e47bc4b952
Fix tunerstudio ratio vs. percent ( #838 )
...
* fix ratio vs pct
* fix idle cranking clt position
* fix defaults
* fix typo
* fix baro corr gauge
* baro default
* fix degree symbols
* fix testFuelMap
* fix testPlainCrankingWithoutAdvancedFeatures
* test testFasterEngineSpinningUp
2019-06-13 09:05:22 -04:00
rusefi
dbd8a136ec
typo
2019-06-11 22:01:07 -04:00
rusefi
8406be52f0
refactoring: extracting constant
2019-06-11 21:44:16 -04:00
rusefi
5f0000edc1
bias resistor clarification
2019-06-11 20:32:27 -04:00
rusefi
a3581b06f9
ETB: TPS should be f(RPM, pedal) #835
2019-06-10 23:57:35 -04:00
rusefi
837492c9f0
ETB: TPS should be f(RPM, pedal) #835
2019-06-10 23:38:44 -04:00
rusefi
80f38c476a
https://github.com/rusefi/hw_microRusEfi/issues/57
2019-06-10 17:33:05 -04:00
rusefi
09a29be80e
input has sizes hard-coded #836
2019-06-10 15:45:18 -04:00
rusefi
04c7cdebb6
input has sizes hard-coded #836
2019-06-10 15:11:53 -04:00
rusefi
0c5b9e093b
ETB: TPS should be f(RPM, pedal) #835
2019-06-10 13:07:42 -04:00
rusefi
1e75fc98b5
ETB: TPS should be f(RPM, pedal) #835
2019-06-10 12:52:26 -04:00
rusefi
30847db935
adding support for smaller table axis
2019-06-10 12:38:32 -04:00
rusefi
4f939bbe4a
refactoring
2019-06-10 11:17:36 -04:00
Matthew Kennedy
95003e9a7b
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
4737bb3301
MRE
2019-06-07 18:02:28 -04:00
rusefi
66903595b7
TS flexibility for MRE
2019-06-07 17:38:12 -04:00
rusefi
97a557a57e
hiding GPS
2019-06-06 19:20:00 -04:00
rusefi
119ad7cc13
board-specific usability #808
...
hiding more stuff from MRE
2019-06-05 00:36:35 -04:00
rusefi
4fbd90028e
board-specific usability #808
...
docs
2019-06-04 23:54:34 -04:00
rusefi
f6800dbd39
board-specific usability #808
...
fixing enum range
2019-06-04 23:45:41 -04:00
rusefi
3ee6ecab71
I am a a Sun Certified Java Developer
2019-06-04 12:46:55 -04:00
rusefi
ab1cf401e6
extracting hw-specific enums
2019-06-04 12:27:34 -04:00
rusefi
09767649de
extracting hw-specific enums
2019-06-04 12:21:28 -04:00
rusefi
3a10946940
board-specific usability #808
...
hiding cj125
2019-06-04 12:13:59 -04:00
rusefi
cffb0abd4f
real MAF to TS
2019-06-03 10:02:29 -04:00
rusefi
f268317561
getting ready for enum file split
2019-06-02 16:16:06 -04:00
rusefi
2968cdafbc
pins mapping logic fix & pins kind fix
2019-06-02 14:10:21 -04:00
rusefi
5282e29d7c
board-specific usability #808
...
toolset
2019-06-01 18:27:34 -04:00
rusefi
c97d735fc0
Usability: TS project rework #811
...
trying to address encoding nightmare
2019-06-01 17:15:01 -04:00
rusefi
5588e8e323
incremental code generation
2019-06-01 16:51:32 -04:00
rusefi
f40e0be614
board-specific usability #808
2019-05-30 00:18:41 -04:00
rusefi
493bd4c677
minor technical debt
2019-05-29 23:15:31 -04:00
rusefi
83be45b83b
board-specific usability #808
...
extracting enum reader
2019-05-28 22:24:29 -04:00
rusefi
489b115611
generator progress
2019-05-27 20:06:01 -04:00
rusefi
e117bff3de
learning C & C++ - explicit typedef vs struct
2019-05-27 19:35:30 -04:00
rusefi
cfe1f06e65
refactoring
2019-05-27 19:05:59 -04:00
rusefi
2ac7d748ac
refactoring
2019-05-27 18:58:43 -04:00
rusefi
5e296328c5
refactoring: splitting huge header
2019-05-27 18:50:23 -04:00
rusefi
886a88bad3
fix #799
2019-05-27 16:12:59 -04:00
rusefi
5f642ac254
unit tests should not have global context, including mock values
2019-05-27 15:56:12 -04:00
rusefi
0dca6e6da1
refactoring: better variable names
2019-05-27 11:17:28 -04:00
rusefi
2b657e607e
EFI_IDLE_INCREMENTAL_PID_CIC should be a runtime parameter #806
2019-05-27 10:38:06 -04:00
rusefi
5126397a89
lower 16 values are used on stm32 rusEfi, values above 16 are related to Kinetis work in progress
2019-05-27 06:55:53 -04:00
rusefi
5db9eb44d9
generator now takes full file name
2019-05-26 20:54:44 -04:00
rusefi
79bbbc8f45
MC33816 integraion #784
2019-05-25 17:18:16 -04:00
rusefi
e3d139d4d4
MC33816 integraion #784
2019-05-25 15:35:25 -04:00
rusefi
e1337793cc
#784
2019-05-25 13:47:09 -04:00
rusefi
01e481db31
fix #802
2019-05-25 13:36:29 -04:00
rusefi
ecf6a66634
Trigger: warning code on normal engine start up #669
2019-05-11 13:39:27 -04:00
rusefi
93b1473555
gauges cleanup
2019-05-11 10:57:58 -04:00
rusefi
5d8a12a8a7
better gauge name
2019-05-11 10:51:38 -04:00
rusefi
e0f9ba8a2a
idle usability
2019-05-11 10:41:04 -04:00
rusefi
ff1d10dd2e
BUG: phase sensor validation attending - detect missing CAM signal #659
...
preparation
2019-05-10 23:52:55 -04:00
rusefi
f0350613da
CI instability: FATAL error: warn stream not initialized for 6039 #798
2019-05-10 18:58:05 -04:00
rusefi
8c00f9ebe8
FEATURE REQ: aux temperature inputs #332
2019-05-09 19:39:21 -04:00
rusefi
22ec5da4bc
Injection/Ignition angle inaccuracy on 60-2? EngineSniffer vs Real Hardware #778
2019-05-07 21:39:11 -04:00
rusefi
d7fd0ce6c1
refactoring: better method name
2019-05-07 19:32:08 -04:00
rusefi
d647772b98
Injection/Ignition angle inaccuracy on 60-2? EngineSniffer vs Real Hardware #778
...
metric progress
2019-05-07 19:16:01 -04:00
rusefi
1220a1a1fb
Injection/Ignition angle inaccuracy on 60-2? EngineSniffer vs Real Hardware #778
...
first steps of scheduling metric
2019-05-07 17:22:26 -04:00
rusefi
61231fb1af
Injection/Ignition angle inaccuracy on 60-2? EngineSniffer vs Real Hardware #778
...
refactoring only
2019-05-07 16:45:29 -04:00
rusefi
ec58466ea4
docs
2019-05-07 13:53:44 -04:00
rusefi
8f1b1c52bc
docs
2019-05-06 09:16:03 -04:00
rusefi
5523caa536
Saab CDM knock signal integration #647
2019-05-05 17:21:36 -04:00
rusefi
d09bcad3e7
dreams of two ETBs
2019-05-05 12:02:42 -04:00
rusEfi
beaff52349
better handling of weird TPS values
2019-05-04 10:56:09 -04:00
rusEfi
e27f5d36f6
better handling of weird TPS values
2019-05-04 10:54:26 -04:00
rusEfi
bd512492cd
proper void value
2019-05-04 10:46:48 -04:00
rusEfi
8afee0fd90
MC33816 integraion #784
...
bare bones skeleton
2019-05-03 21:13:25 -04:00
rusefi
ac2a81d381
The Big Refactoring of 2019: DECLARE_ENGINE_PARAMETER_SUFFIX consistency and simplification #657
...
maybe probably pointless refactoring? reducing parameters visibility
2019-05-03 18:41:43 -04:00
rusefi
8bbd5c0514
idle using ETB #783
...
configuration fields
2019-05-02 22:12:43 -04:00
rusefi
f534fd0e67
console usability: engine sniffer jitter fix #780
2019-05-02 18:42:59 -04:00
rusefi
edb4e37505
docs
2019-05-02 17:52:48 -04:00
rusefi
17643f693f
more pins to allow smart outputs
2019-05-02 11:21:35 -04:00
rusefi
a3cbf1407d
Merge branch 'master' of https://github.com/rusefi/rusefi
2019-05-01 22:27:05 -04:00
rusefi
64a7cad1a3
FSIO to allow smart output pins
2019-05-01 22:26:07 -04:00
rusefi
f6cc825033
VAG_18_TURBO = 102
2019-05-01 14:31:44 -04:00
rusefi
1ad0df904e
fixing mock voltage controls
2019-05-01 09:36:29 -04:00
rusefi
ff641d81e2
fixing build & refactoring
2019-04-28 23:42:49 -04:00
rusEfi
8138d137fe
'warninigLedPin' typo and minor TS progress
2019-04-28 23:04:52 -04:00
rusefi
e13193a832
ETB pause feature - useful while playing on the bench
2019-04-26 13:46:58 -04:00
rusefi
f04732830f
PID - fix dTime usages #776
2019-04-25 21:31:33 -04:00
rusefi
3c09b8f1f5
reducing analog_inputs debug confusion :)
2019-04-25 08:32:20 -04:00
rusefi
3298b57932
DBG_ANALOG_INFO
2019-04-24 22:16:37 -04:00
rusefi
c096680ce6
tiny progress
2019-04-21 14:21:47 -04:00
rusefi
5b522dc8fd
this change is probably breaking stuff, but some stuff is already broken. something is not right in too many places :(
2019-04-21 14:00:19 -04:00
rusefi
919c973853
docs
2019-04-21 13:31:55 -04:00
rusefi
f62731cc99
USB and TLE8888 not working for F4 or F767 #764
2019-04-20 23:39:06 -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
99de0fcbd5
TPS/TPS TS confusion reduction
2019-04-20 14:54:16 -04:00
rusefi
dcff861918
USB and TLE8888 not working for F4 or F767 #764
2019-04-19 13:57:40 -04:00
andreika-git
370b0dd003
Default config refactor ( #762 )
...
* Refactor config
* Fix FSIO_ANALOG_INPUT_COUNT
2019-04-16 10:27:34 -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
49841f1adb
The Big Refactoring of 2019: configuration version should not be a global variable #656
2019-04-15 21:02:42 -04:00
rusefi
3afc72a458
PWM parameter validation fix #594
2019-04-15 20:47:06 -04:00
rusefi
570ce62871
Revert "The Big Refactoring of 2019: configuration version should not be a global variable fix #656"
...
This reverts commit 98a75d19
2019-04-15 20:42:22 -04:00
rusefi
98a75d19e7
The Big Refactoring of 2019: configuration version should not be a global variable fix #656
2019-04-15 20:27:19 -04:00
rusefi
37c12b573c
we need TLE8888 driver #714
2019-04-15 19:15:53 -04:00
andreika-git
ffd44bf0fe
More config portability: TLE6240, Trigger_input, UART/Serial ( #759 )
...
* Add fields to UART/Serial configs
* trigger_input: can be both HAL_USE_PAL and HAL_USE_COMP
* tle6240 config: local temporary solution
* Fix for custom_engine::setFsio
* EFI_ACTIVE_CONFIGURATION_IN_FLASH
2019-04-15 08:40:12 -04:00
rusefi
e39f77aa9e
SPI progress
2019-04-14 18:12:15 -04:00
rusefi
db9456902f
steps towards smarter gpio
2019-04-13 10:58:52 -04:00
rusefi
541c445a2d
defined(__DOXYGEN__) ? #748
2019-04-12 22:07:03 -04:00
dron0gus
b7f69a0e08
Subaru EJ20G ECU: initial support ( #751 )
2019-04-13 01:23:48 +02:00
rusefi
17733bc00f
docs
2019-04-12 18:24:43 -04:00
rusefi
379c912b0c
ETB using tle7209 #746
2019-04-11 23:21:16 -04:00
rusEfi
9c9dc05b10
cleanup #4
2019-04-11 22:15:06 -04:00
rusefi
b5bd4f646e
fixing EnumToString in light of __packed__
2019-04-10 19:07:16 -04:00
rusefi
dcb3771b16
SPI-controlled outputs #697
...
better spot for this code
2019-04-10 18:23:31 -04:00
dron0gus
1b39480e64
Gpiochips integration ( #740 )
...
* gpio-chips core function renames
* efi_gpio, pin_repository: add support for external gpios
* gpio-chips update
* gpio-chips: add api to name each pin of gpiochip
* tle6240: provide individual names for each pin
2019-04-10 14:43:54 +02:00
rusefi
5316d7ad6a
The Big Refactoring of 2019: folder structure #723
2019-04-09 23:01:45 -04:00
dron0gus
c6a1d0cbe0
gpios rework ( #739 )
...
* Some more include fixes for linux
* Pass cross-compile path through CROSS_COMPILE
* Lower-upper case conversion fixes for linux
* Rename unmarkPin to brain_pin_markUnused
This is part of external gpiochip integration
* Add gpio_pin prefix to markUsed and markUnused
To distinguish from similar functions using brain_pin
* pin_repository: add helpers
this is part of gpio chips integration
* efi_gpio: simplify getHwPin using brain_pin_is_onchip
2019-04-10 01:31:10 +02:00
dron0gus
572d04a799
Some more include fixes for linux ( #738 )
...
* Some more include fixes for linux
* Pass cross-compile path through CROSS_COMPILE
* Lower-upper case conversion fixes for linux
2019-04-10 01:12:35 +02:00
rusefi
f3d748917f
rusEfi settings editor is broken for one byte enums fix #709
2019-04-08 11:57:16 -04:00
rusefi
64c70c3e2d
rusEfi settings editor is broken for one byte enums #709
2019-04-08 11:19:07 -04:00
rusefi
e0c9493dd9
The Big Refactoring of 2019: folder structure #723
2019-04-05 01:41:24 -04:00
rusefi
4ed4fb9483
docs
2019-04-04 21:45:18 -04:00
rusefi
21283f5b8c
we need TLE8888 driver #714
2019-04-04 21:34:33 -04:00
rusefi
cd7cc596bc
cranking base_fuel reform
2019-04-04 08:26:57 -04:00
rusefi
b863a673ef
gen_config: add rusefi_config_custom.txt to override #defines #727
2019-04-03 19:05:41 -04:00
rusefi
02832ce0c3
The Big Refactoring of 2019: folder structure #723
2019-04-02 23:19:21 -04:00
rusefi
1ab6cace13
The Big Refactoring of 2019: console vs TS vs CONSOLE_MODE_SWITCH_PIN vs text protocol #725
...
removing startConsoleInBinaryMode
2019-04-01 11:45:06 -04:00
rusefi
be9651cb95
The Big Refactoring of 2019: folder structure #723
2019-03-31 17:44:34 -04:00
rusefi
ebe58122c6
The Big Refactoring of 2019: folder structure #723
2019-03-31 16:56:13 -04:00
andreika-git
001fbb2526
More portability & bootloader fix ( #720 )
...
* fix bootloader
* EFI_FSIO
* EFI_EMULATE_POSITION_SENSORS, EFI_BOARD_TEST, EFI_AUX_PID, EFI_JOYSTICK
2019-03-29 15:46:15 +01:00
andreika-git
b80806182f
More portability & small fixes ( #719 )
...
* Use hw_stm32.mk
* Fix bootloader
* Use more common hw_ports.mk filename instead of hw_stm32.mk
* More CPU compatibility for Makefile
* TS_UART_MODE & rename TS_SERIAL_UART_DEVICE->TS_SERIAL_DEVICE
* Move lockAnyContext()/unlockAnyContext() to rfiutil.c
* USE_FATFS
* EFI_LCD
* Less compilation errors
* STATUS_LOGGING_BUFFER_SIZE & SETTINGS_LOGGING_BUFFER_SIZE
* EFI_ALTERNATOR_CONTROL, EFI_SERVO, EFI_DISABLE_CONSOLE_ACTIONS
* #ifndef PWM_PHASE_MAX_COUNT & more flexible GPIO inside portname()
* merge
* EFI_ALTERNATOR_CONTROL, EFI_ELECTRONIC_THROTTLE_BODY
2019-03-29 15:29:01 +01:00
rusefi
bd2b992918
unifying_file_naming
2019-03-29 09:11:13 -04:00
rusefi
5626a8c82a
better location for spi pin modes
...
stm32-specific code would upset someone
2019-03-29 02:44:52 -04:00
rusefi
e3b4ba79df
sync
2019-03-28 22:48:12 -04:00
andreika-git
4b5ed3e0e1
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
0dadb6de68
we need TLE8888 driver #714
2019-03-26 12:30:30 -04:00
rusefi
8635065907
more SPI speeds and TLE8888 to full pinout
2019-03-26 10:35:33 -04:00
rusefi
7e58e54976
better error handling for invalid SPI settings
2019-03-26 09:38:23 -04:00
rusefi
cf740411f2
SPI prescaler refactoring
2019-03-25 22:41:31 -04:00
rusefi
fc590524c2
we need TLE8888 driver #714
2019-03-25 20:30:36 -04:00
rusefi
c9b022d562
we need TLE8888 driver #714
2019-03-25 15:08:32 -04:00
rusefi
a6fe81d07f
docs
2019-03-23 08:55:33 -04:00
rusefi
8fa9855171
get_config for #713
2019-03-22 23:00:21 -04:00
andreika-git
984fc12f73
Idle timing PID control & TPS-based VE table ( #713 )
...
* Add new config settings for idleTimingPidControl & TPSBasedVeTable
* Add dialogs for idleTimingPidControl settings
* Add dialogs for TPSBasedVeTable settings
* Share the code for getTargetRpmForIdleCorrection() and move it from idle_thread.cpp
* Implement TPSBasedVeTable
* Add PID to advance_map.cpp
* Implement idleTimingPidControl
* Make getAdvanceCorrections() visible to unit-tests
* Unit-tests! Yeah!
2019-03-22 22:55:51 -04:00
rusefi
cb61887db1
TODO AEM WBO?
2019-03-21 22:21:30 -04:00
rusefi
c1579ffc9a
cranking docs
2019-03-21 20:26:14 -04:00
rusefi
69dcfd6338
TPS acceleration docs
2019-03-16 11:14:52 -04:00
rusefi
7c1020b17c
random progress
2019-03-14 13:28:51 -04:00
rusefi
af87bf7e1e
fuel gauges unification
2019-03-12 21:48:28 -04:00
rusefi
653a735eab
refactoring: no logic changes, just nicer variable and method names
2019-03-12 18:54:46 -04:00
rusefi
d9bed5809e
overall usability progress
2019-03-12 14:35:49 -04:00
rusefi
0df58cf9af
hip9011 knock detection chip driver #35
2019-03-11 13:38:39 -04:00
rusefi
68ab283bd4
hip9011 knock detection chip driver #35
2019-03-11 09:42:11 -04:00
rusefi
60a5b2c5ea
better Electronic Throttle body control #493
...
two ETBs
2019-03-10 12:02:25 -04:00
rusEfi
9a11d26cc3
better Electronic Throttle body control #493
2019-03-09 23:31:47 -05:00
rusefi
af12bcb806
trigger docs pain #671
2019-03-05 18:10:20 -05:00
rusEfi
333ce71923
ETB iTerm limits
2019-03-02 14:00:32 -05:00
rusEfi
e7b56452c7
"debug i4" & "debug i5" gauges
2019-03-02 13:26:20 -05:00
rusEfi
c01734b8a4
TPS commands & compacting
2019-03-02 13:21:12 -05:00
rusefi
e7e729c7cf
#699
2019-02-28 21:17:35 -05:00
rusefi
cf8ddde1ce
#699
2019-02-28 21:09:31 -05:00
rusefi
d1753b4860
#699
2019-02-28 19:48:38 -05:00
rusefi
5813168e30
#699
2019-02-28 19:42:15 -05:00
rusEfi
830e733053
fix #698
2019-02-27 17:12:52 -05:00
rusEfi
7719561433
docs
2019-02-27 09:43:49 -05:00
rusefi
635bbcc960
ETB_BENCH_ENGINE
2019-02-27 08:55:56 -05:00
rusefi
ee615c6f6a
TS project clean-up
2019-02-26 22:32:17 -05:00
rusefi
bdbecb8c42
NA6 base tune
2019-02-26 21:50:58 -05:00
rusefi
8715a45610
F7
2019-02-24 09:49:46 -05:00
rusefi
46bdbf82d1
refactoring: reducing code duplication
2019-02-23 12:33:49 -05:00
rusefi
565ac60218
fix #688
2019-02-23 08:52:12 -05:00
rusefi
f3b64f5227
#688
2019-02-22 22:17:09 -05:00
rusefi
9547c44ff1
688 brainpins ( #694 )
...
* GPIOF, GPIOG and GPIOH ports are not available #688
2019-02-22 22:10:41 -05:00
dron0gus
76fa11d5e2
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
c82af297e2
v12 two coils mode
2019-02-15 03:44:09 -05:00
rusefi
de0fb8aa92
wider usage of PeriodicController
2019-02-10 23:54:41 -05:00
rusefi
9325cd6d23
better (?) variable names
2019-02-10 22:47:49 -05:00
rusefi
fe7d75a185
dead code
2019-02-09 21:37:02 -05:00
rusefi
6cd29d6e3c
docs
2019-02-09 17:17:23 -05:00
Matthew Kennedy
17691227d5
Fix dwell default, improve TS field names ( #689 )
...
* improve message
* clarify cranking dwell settings
* change default
* fix unit test that made assumption
2019-02-07 07:44:07 -05:00
rusefi
c736716d1a
dwell docs & better command name
2019-02-06 00:05:14 -05:00
rusefi
2db8809198
dwell docs
2019-02-05 23:49:19 -05:00
rusefi
3127b6fd24
Refactor Trigger System #635
...
reducing global state magic
2019-02-03 02:33:33 -05:00
rusefi
da4fb3a19f
better conditional compilation
2019-01-31 17:55:23 -05:00
rusefi
ed4fed57fb
better conditional compilation
2019-01-31 11:57:15 -05:00
rusefi
3dab4b5163
#656 global is not great
2019-01-28 02:29:13 -05:00
rusefi
b3e4ab1f6a
#657
2019-01-28 01:25:23 -05:00
rusefi
5bb24e0193
better (?) location for files
2019-01-28 01:09:13 -05:00
rusefi
9a3441f11b
#657 pulling global access down
2019-01-28 00:44:30 -05:00
rusefi
ee4ac9b240
NA6 progress
...
A/C toggle switch indicator in TS
renaming "pedalPosition" to "throttlePedalPosition"
2019-01-27 00:02:58 -05:00
rusefi
7fcbe43e71
#669 renaming error code
2019-01-26 13:19:18 -05:00
rusefi
8594a29c6a
minimal pin configuration & EFI_COMMUNICATION_PIN fix
2019-01-26 11:38:14 -05:00
rusefi
61a5686a74
STM32F407VET6 Mini first steps
2019-01-25 23:42:49 -05:00
rusefi
9e8239620e
docs
2019-01-25 22:19:44 -05:00
rusefi
1d15885448
C++11 and unique method name
2019-01-22 19:07:36 -05:00
rusefi
53b5c08c0a
refactoring around GET_RPM
2019-01-21 21:48:58 -05:00
rusefi
7a20bda66f
refactoring around GET_RPM
2019-01-21 20:33:21 -05:00
rusefi
db80801191
refactoring: reducing header tree hell
2019-01-20 23:44:05 -05:00
rusefi
e1687b30ca
refactoring: reducing header tree hell
2019-01-20 23:38:41 -05:00
rusefi
ee8297c94d
refactoring: reducing header tree hell
2019-01-20 23:30:40 -05:00
rusefi
aa84ca62d4
refactoring: reducing header tree hell
2019-01-20 23:25:39 -05:00
rusefi
3be426f927
docs
2019-01-20 20:03:15 -05:00
rusefi
28bde6f084
better method name and docs related to improved craking logic
2019-01-20 11:33:40 -05:00
rusefi
8b0f885a84
I like C++11 :)
2019-01-19 22:31:55 -05:00
rusefi
5b18f9f360
FSIO testability and test-driven development
2019-01-19 22:09:37 -05:00
rusefi
1b0c46aaa7
better fields location, better initialization logic
2019-01-19 21:10:58 -05:00
rusefi
add6517a74
stage 0 configuration
2019-01-19 20:27:14 -05:00
rusefi
8539ba3271
The Big Refactoring of 2019: configuration version should not be a global variable #656
2019-01-15 21:51:09 -05:00
rusefi
0ffa05a911
learning C++
2019-01-15 20:24:36 -05:00
rusefi
a2e8744200
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
7ad94ccdc1
Trigger: Question: something strange trigger errors #662
...
second attempt for CUSTOM_ERR_6696 implementation
2019-01-14 11:30:41 -05:00
rusefi
756ad521aa
Trigger: Question: something strange trigger errors #662
...
refactoring towards an improvement
2019-01-14 10:58:38 -05:00
rusefi
7ac4fcd91d
one step back - fixing tests
2019-01-14 10:23:52 -05:00
rusefi
4b72599e2f
Trigger: Question: something strange trigger errors #662
...
hopefully CUSTOM_ERR_START_STACK fix
2019-01-14 08:57:08 -05:00
rusefi
655f43f61a
enjoying C++11
2019-01-13 23:44:26 -05:00
rusefi
8aea068532
enjoying C++11
2019-01-13 23:25:15 -05:00
rusefi
de81a2c2f7
grouping trigger-related codes together
2019-01-13 20:12:48 -05:00
rusefi
85a4307d04
Question: something strange trigger errors #662
...
unit test progress
2019-01-12 21:36:50 -05:00
rusefi
64892c5d06
field name typo
2019-01-12 14:19:21 -05:00
rusefi
b7917800c8
making warning codes more unit testable
2019-01-12 08:34:38 -05:00
rusefi
e0a284a7fc
minor LCD progress
2019-01-12 04:53:06 -05:00
rusefi
5301037f61
new unit test
2019-01-11 19:08:15 -05:00
rusefi
f054de0876
BUG: FATAL in firmware with DEBUG mode #667
2019-01-11 17:40:44 -05:00
rusefi
d55c7dd856
#640 Occasional halts on "Burn" in TunerStudio ("Red" LED is on)
2019-01-11 15:44:24 -05:00
rusefi
aeea2b95d0
warning code refactoring related to
...
Question: something strange trigger errors #662
2019-01-11 09:58:48 -05:00
rusefi
6bb8da7b39
Question: something strange trigger errors #662
2019-01-11 09:24:24 -05:00
rusefi
bede52cbf7
refactoring: simpler FSIO initialization
2019-01-10 23:53:59 -05:00
rusefi
60d96c4216
refactoring: method name consistency
2019-01-10 23:48:05 -05:00
rusefi
3921d36540
The Big Refactoring of 2019: DECLARE_ENGINE_PARAMETER_SUFFIX consistency and simplification #657
2019-01-10 21:10:46 -05:00
rusefi
dd8e2d9326
The Big Refactoring of 2019: DECLARE_ENGINE_PARAMETER_SUFFIX consistency and simplification #657
2019-01-10 19:25:07 -05:00
rusefi
1e4bdbb255
The Big Refactoring of 2019: DECLARE_ENGINE_PARAMETER_SUFFIX consistency and simplification #657
2019-01-10 17:07:29 -05:00
rusefi
8247d25975
#658
2019-01-10 17:05:03 -05:00
rusefi
ea26889851
#658
2019-01-10 16:37:52 -05:00
rusefi
39eef4ce21
#658
2019-01-10 16:33:27 -05:00
rusefi
fd14010809
Revert "The Big Refactoring of 2019: DECLARE_ENGINE_PARAMETER_SUFFIX consistency and simplification #657"
...
This reverts commit 61440c5
2019-01-10 00:56:08 -05:00
rusefi
61440c5e73
The Big Refactoring of 2019: DECLARE_ENGINE_PARAMETER_SUFFIX consistency and simplification #657
2019-01-09 23:38:59 -05:00
rusefi
cbd2d69731
The Big Refactoring of 2019: DECLARE_ENGINE_PARAMETER_SUFFIX consistency and simplification #657
2019-01-09 22:57:33 -05:00
rusefi
57993ff1b4
The Big Refactoring of 2019: DECLARE_ENGINE_PARAMETER_SUFFIX consistency and simplification #657
2019-01-09 22:16:30 -05:00
rusefi
5f8d8bd8da
The Big Refactoring of 2019: DECLARE_ENGINE_PARAMETER_SUFFIX consistency and simplification #657
2019-01-09 21:31:59 -05:00
rusefi
2f0804022b
The Big Refactoring of 2019: configuration version should not be a global variable #656
2019-01-09 21:08:04 -05:00
rusefi
970d120a41
The Big Refactoring of 2019: scheduler should not be global #655
2019-01-09 08:50:51 -05:00
rusefi
dbac37c59d
The Big Refactoring of 2019: scheduler should not be global #655
2019-01-09 01:07:50 -05:00
rusefi
2f01f8759c
The Big Refactoring of 2019: scheduler should not be global #655
2019-01-09 00:53:54 -05:00
rusefi
54adb0cade
float ETB bins for now
2019-01-07 19:30:35 -05:00
Matthew Kennedy
45d4243636
Improve wall wetting AE to use time constant ( #650 )
...
* impruv
* c++17
* add tests, docs
2019-01-06 20:45:51 -05:00
rusefi
90baa5ab73
FSIO to stop engine if things are REALLY bad - user-configurable and disabled by default obviously
2019-01-05 23:48:37 -05:00
rusefi
5b74163136
refactoring around "stopEngine" logic
2019-01-05 23:33:04 -05:00
rusefi
0c6f361181
refacoting: making code more consistent
2019-01-05 00:57:09 -05:00
rusefi
4f914ba956
fixing build?
2019-01-05 00:39:42 -05:00
rusefi
6264358a61
separating engine from not engine
2019-01-05 00:32:56 -05:00
rusefi
19c410387d
making either Matt or compiler or both happier
2019-01-05 00:11:17 -05:00
rusefi
d80c1f0b1e
Saab CDM knock signal integration #647
2019-01-04 23:47:39 -05:00
rusefi
933a202995
#647
2019-01-04 22:09:38 -05:00
rusefi
32e10f372b
#151 docs
2019-01-04 21:54:57 -05:00
rusEfi
9edbf8218a
#35
2019-01-04 17:18:43 -05:00
rusefi
ba0164e879
#635
2019-01-01 14:14:09 -05:00
rusefi
bef48e1d0d
ion enum
2018-12-31 09:19:05 -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
72f87ce425
#625
2018-12-25 21:18:14 -05:00
rusefi
2585e4cad7
#625
2018-12-25 21:05:06 -05:00
rusefi
7e3a7b5c79
#635
2018-12-24 23:16:33 -05:00
rusefi
fe85582767
refactoring
2018-12-24 22:17:13 -05:00
rusefi
fe602d17b5
docs
2018-12-19 21:32:26 -05:00
rusefi
d632d72ed3
ETB bias curve in TS
2018-12-09 13:50:13 -05:00
rusefi
36047e7f3d
ETB bias curve by TPS
2018-12-09 10:19:47 -05:00
rusefi
af5a4c50f5
3 hours of my life :(
2018-12-08 17:19:20 -05:00
rusefi
4aaf6f884f
bringing std types together
2018-12-08 16:00:36 -05:00
rusefi
d81185ac28
bringing std types together
2018-12-08 15:51:45 -05:00
rusEfi
3d3122c76c
better? field name
2018-11-30 00:17:55 -05:00
rusEfi
d39ec0372b
docs
2018-11-29 23:19:41 -05:00
rusefi
1fffc8b740
docs
2018-11-22 23:15:05 -05:00
rusefi
30b7cc6080
PID auto tune unit test
2018-11-22 20:09:53 -05:00
rusefi
dd2f17a332
PID auto tune unit test
2018-11-22 18:56:51 -05:00
rusefi
2fa2213227
more docs related to trigger process
2018-11-22 10:25:02 -05:00
rusefi
c77ab926c2
Mazda Z5 trigger integration
2018-11-22 10:01:48 -05:00
rusefi
0c5f31f5e5
enum2string cleanup
2018-11-21 20:49:40 -05:00
rusefi
31771af929
typo fixes
2018-11-21 19:40:37 -05:00
rusefi
f0dd3d3a6a
more detail state check for #623
2018-11-20 22:43:09 -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
f9fb3d8168
CJ125 unit-tests coverage #617
2018-11-03 09:44:34 -04:00
rusefi
820adce0d1
#616 idle into simulator
2018-10-30 07:58:50 -04:00
rusefi
d5ddb0bc9d
#619
2018-10-30 05:32:13 -04:00
rusefi
41073e2b1a
#619
2018-10-30 04:46:13 -04:00
rusefi
cfb671feab
#615 start
2018-10-25 17:42:42 -04:00
rusEfi
935dd73c47
better enum name
2018-10-21 15:20:35 -04:00
rusefi
d49954f9c1
better state validation
2018-10-07 14:22:05 -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
ea9bac7bb5
better state validation
2018-09-29 11:11:25 -07:00
rusefi
2458d86e52
fixing build
2018-09-29 07:39:21 -07:00
rusefi
0ee28b51d7
better names and better dependencies
2018-09-29 07:31:19 -07:00
rusefi
4ccaf4b86d
docs
2018-09-29 07:10:30 -07:00
rusefi
d632ab72d9
fixing build?
2018-09-28 19:01:28 -07:00
rusefi
935b8c778f
enum still needs to be defined manually
2018-09-28 18:55:37 -07:00
andreika-git
967b852752
Tps-based Advance Table ( #611 )
...
* typedefs
* Impl. TPS-based Advance
2018-09-26 04:13:16 -04:00
rusefi
b6c2eceb3b
fresh auto-genenrated
2018-09-25 15:48:58 -04:00
rusefi
14a2c2d90f
metrics without text messages
2018-09-17 21:42:04 -04:00
rusefi
cf5e05e7b9
refactoring
2018-09-16 23:10:06 -04:00
rusefi
1f90cf153d
refactoring
2018-09-16 22:26:57 -04:00
rusefi
04b4e69de9
better state validation
2018-09-16 22:11:59 -04:00
rusefi
7caf762609
refactoring
2018-09-16 22:00:14 -04:00
rusefi
f09579baf0
refactoring
2018-09-16 21:17:03 -04:00
rusefi
a6c24ffce1
Merge branch 'master' of https://github.com/rusefi/rusefi
2018-09-10 22:10:58 -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
eadf502254
getting ready for NA8
2018-09-06 22:41:05 -04:00
rusEfi
1e54366c97
getting ready for NA8
2018-09-06 22:31:23 -04:00
rusefi
cb66248b5a
better state validation
2018-09-01 09:12:33 -04:00
rusefi
88bb46ebe6
why does it happen?...
2018-08-31 21:03:20 -04:00
rusefi
47aa86ff18
docs
2018-08-29 07:43:21 -04:00
rusefi
da8195fc2a
VVT debug field label fix
2018-08-14 12:37:43 -04:00
rusefi
55cbe3079b
better default value
2018-08-08 20:56:11 -04:00
rusefi
3fa3aa3094
manual chery-pick of #602
2018-08-04 10:24:10 -04:00
rusefi
36ba17ac1c
#600
2018-07-29 18:02:37 -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
9b2c7239c8
#598 better state initialization
2018-07-28 14:28:52 -04:00
rusefi
4c1e42877e
better field name
2018-07-28 14:15:42 -04:00
rusefi
a396c9b587
refactoring: better field names
2018-07-26 15:51:06 -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
45bc673ec4
typo
2018-07-24 20:33:12 -04:00
rusefi
23696ebab1
docs & constraint
2018-07-24 20:22:16 -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
e887db0813
docs
2018-07-22 11:54:58 -04:00
Matthew Kennedy
741116378b
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
5497522d00
cj125isUaDivided parameter
2018-06-17 15:07:42 -04:00
rusefi
4add73e360
typo
2018-06-16 08:40:50 -04:00
rusefi
22b566f472
WBO docs
2018-06-16 08:17:54 -04:00
rusefi
2235d03e1f
idle settings TS improvements
2018-06-15 20:45:06 -04:00
rusefi
e3dfcc4df9
more detailed warning
2018-06-12 05:45:11 -04:00
rusefi
426db4ca2b
refactoring: code style in method name
2018-06-12 05:14:19 -04:00
rusefi
f7ca461c32
getHip_state_e(hip_state_e value) method for usability
2018-05-31 00:23:20 -04:00
rusefi
f959619a59
better state validation
2018-05-24 22:12:57 -04:00
rusefi
c757009065
knock and bore
2018-05-20 13:22:32 -04:00
rusefi
d7211d8c64
better field name
2018-05-08 13:33:49 -04:00
rusefi
d2c0373d75
docs
2018-05-08 13:32:33 -04:00
rusefi
644635bf44
trigger noise filtering
2018-04-26 02:15:03 -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
andreika-git
16c4f84d8d
Coasting Fuel Cut-off - Implementation (basic) ( #585 )
...
* Use getRpm() instead of rpmValue - needed for unit-tests
* Impl.
* Defaults
* Unit-tests
2018-03-22 13:37:34 -04:00
rusefi
3eaefe8b1b
fuel cutoff fields
2018-03-22 08:13:17 -04:00
rusefi
b23fea4dd5
#569
2018-03-18 12:15:51 -04:00
rusefi
3c9ebf4513
https://rusefi.com/forum/viewtopic.php?f=9&t=1354
2018-03-17 19:55:23 -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
f3711be226
usability
2018-03-04 23:21:43 -05:00
rusefi
2d6404fe77
minor fix
2018-03-04 22:47:52 -05:00
rusefi
e6d368d6f7
reducing global state in unit tests
2018-03-04 21:32:48 -05:00
rusefi
b237ea2423
reducing confusion / better code
2018-03-04 17:53:52 -05:00
rusefi
d5b3f9a87a
reducing merge drama #567
2018-03-03 08:54:23 -05:00
rusefi
923a5e97a2
progress
2018-02-28 07:57:04 -05:00
rusefi
94371fedba
#570
2018-02-26 22:24:48 -05:00
rusefi
be8d3847f2
#569
2018-02-25 20:51:34 -05:00
rusefi
c990cfb8ef
debug fields for #568
2018-02-07 00:21:41 +03:00
rusefi
7197d752cc
refactoring: moving code to a better location
2018-02-06 23:47:19 +03:00
rusefi
5385a040fd
refactoring
2018-02-03 20:43:31 -05:00
rusefi
5e0f8b221e
refactoring
2018-02-03 20:16:14 -05:00
rusefi
86f7a89412
minor bugfix in theoretical case of two consequitive changes
2018-02-03 12:47:37 -05:00
rusefi
863701ef90
#566
2018-02-03 12:04:28 -05:00
rusefi
436f7aa965
reducing coupling between trigger emulation and FSIO
2018-02-03 11:42:50 -05:00
rusefi
1eea49aaec
extracting macro
2018-02-03 10:48:35 -05:00
andreika-git
9424d39ab3
Impl. useSeparateAdvanceForCranking & useAdvanceCorrectionsForCranking ( #565 )
2018-02-02 08:18:00 -05:00
rusEfi
f7b2760550
NA8
2018-01-31 21:30:28 -05:00
rusefi
14f69b6b93
reducing start-up mess
2018-01-30 14:53:13 -05:00
rusefi
f7cda7449b
CAN debug field #26
2018-01-29 19:41:39 -05:00
andreika-git
7129b23947
Add Option: Force stepper parking every restart ( #562 )
2018-01-29 18:27:39 -05:00
andreika-git
d45cec568d
Reduce step skipping for stepper motor ( #559 )
...
* Reduce step skipping for stepper motor
* Add stepperParkingExtraSteps
2018-01-28 14:44:01 -05:00
rusefi
049848c577
#557
2018-01-28 14:03:58 -05:00
rusefi
2577c02fc2
docs
2018-01-28 14:02:32 -05:00
andreika-git
abb1c745e6
Prepare debug & output for CJ125 ( #558 )
2018-01-28 13:04:19 -05:00
rusefi
67f90f86ef
#557
2018-01-26 22:47:09 -05:00
rusefi
11f8423de4
fixing build
2018-01-26 11:34:01 -05:00
andreika-git
1725058dc6
Add a new MAP sensor type (MPX4250A) ( #554 )
2018-01-26 10:50:12 -05:00
andreika-git
f8d1b86ca7
Disable WallCorr (xtau) for cranking ( #555 )
2018-01-26 07:14:31 -05:00
rusefi
acd934d762
#549
2018-01-24 09:03:42 -05:00
andreika-git
82790492a6
Fix currentVE display ( #548 )
...
* Fix currentVE display
* Use PERCENT_MULT & remove dead code
2018-01-23 21:59:50 -05:00
rusefi
64b7a51617
#65
...
explicit precision control
2018-01-23 12:05:14 -05:00
rusefi
3e48813e73
#540
2018-01-23 08:34:18 -05:00
andreika-git
66d7c2bd5d
Fix advance corrections for cranking ( #547 )
2018-01-22 23:47:58 -05:00
rusefi
371decae53
fix #539 reducing idle stepper reaction time
2018-01-21 12:19:36 -05:00
rusefi
e78b4f25a1
#538
2018-01-21 00:12:50 -05:00
rusefi
1d31067d19
happy new year
2018-01-20 20:55:31 -05:00
rusefi
79482a3f77
#492
2018-01-17 19:18:48 -05:00
rusEfi
110f76d85b
avoiding AFR warning
2018-01-16 12:58:35 -05:00
rusefi
5d33b85b15
better dialog name
2018-01-10 22:54:22 -05:00
rusefi
d05432df12
fix #532
2018-01-07 12:11:49 -05:00
rusEfi
9684549124
better method name
2018-01-07 11:17:49 -05:00
rusefi
e6c9d7e8e2
fuelConsumptionPerHour gauge
2018-01-06 10:53:15 -05:00
rusefi
638f3675fd
#530
2018-01-03 07:59:59 -05:00
rusefi
2c4c8771bb
spare unused bits for future use
2018-01-02 21:25:40 -05:00
andreika-git
e33f9db120
Fix useSeparateAdvanceForIdle now using corrections ( #527 )
2018-01-02 21:11:49 -05:00
rusEfi
e40ca12d2e
removing dead code
2018-01-01 19:05:20 -05:00
rusEfi
9a2e513e41
better error check
2018-01-01 19:04:42 -05:00
rusEfi
6634c3e067
better error handling
2018-01-01 18:59:50 -05:00
rusEfi
58098da13d
docs
2017-12-31 20:13:53 -05:00
rusEfi
029e2b098f
docs
2017-12-31 20:13:20 -05:00
rusEfi
d9fee11d73
bixing build
2017-12-31 20:13:04 -05:00
andreika-git
513202a0af
Fuel consumption impl. (alpha) ( #526 )
2017-12-31 19:25:59 -05:00
rusefi
30c66f91ea
more idle control complexity
2017-12-27 00:26:40 -05:00
rusefi
903bec19ab
fixing build
2017-12-25 10:26:17 -05:00
rusefi
20ef13ab17
switching to target RPM curve
2017-12-24 22:41:57 -05:00
rusefi
612904d808
switching to target RPM curve
2017-12-24 22:14:08 -05:00
rusefi
3de93ad64d
switching to target RPM curve
2017-12-24 22:05:16 -05:00
andreika-git
d7c46fbb21
Bootloader set default pin states ( #524 )
...
* Set default pin states needed by Bootloader
* Small Bootloader fix
2017-12-24 13:45:03 -05:00
andreika-git
58cff1697e
Impl. useSeparateVeForIdle/useSeparateAdvanceForIdle ( #522 )
2017-12-23 12:24:20 -05:00
andreika-git
41ebd7b95f
Better OBD2 support ( #515 )
2017-12-17 21:10:02 -05:00
rusefi
f83817e581
fix #514
2017-12-17 15:41:58 -05:00
rusefi
a57ce8c522
debug field STATUS
2017-12-17 13:14:39 -05:00
rusefi
e0dca8fe51
FSIO usability
2017-12-17 12:02:35 -05:00
rusefi
2781a25bb4
removing dead code
2017-12-17 00:37:52 -05:00
rusefi
26cef04e17
more FSIO logging
2017-12-17 00:17:55 -05:00
rusefi
341de4a804
more FSIO logging
2017-12-17 00:11:21 -05:00
rusefi
be25638397
docs
2017-12-12 17:40:48 -05:00
rusefi
20cea1b02b
fixing build
2017-12-11 11:29:36 -05:00
rusefi
2cd13f578f
fixing build
2017-12-11 11:23:53 -05:00
rusefi
c5e762d814
#4
2017-12-11 10:14:42 -05:00
rusefi
373da8607f
#490 configuration validation
2017-12-08 20:04:58 -05:00
rusefi
29878fcb4f
better state validation
2017-12-06 21:43:22 -05:00
rusefi
c87ebc2a7b
#512
2017-12-06 18:46:31 -05:00
rusefi
7efc4bd581
docs
2017-12-05 23:45:31 -05:00
rusefi
a3b24f64fb
debug_mode_e
2017-12-03 23:59:06 -05:00
rusEfi
4bfbb715de
#510
2017-12-03 18:29:52 -05:00
rusEfi
414f45ede2
softer error handling
2017-12-03 18:17:59 -05:00
rusEfi
e00fff9ca0
better state check
2017-12-03 16:45:39 -05:00
rusefi
6c25d4a4cf
better state validation
2017-12-03 16:16:15 -05:00
rusEfi
2158eb56d5
code style
2017-12-03 15:31:11 -05:00
rusEfi
c9b9d3ae9e
better state validation
2017-12-03 15:30:42 -05:00
andreika-git
6290befc71
Implement Cranking to Running Adv.Angle Interpolation for faster start ( #506 )
...
* Implement Cranking to Running Adv.Angle Interpolation for faster start
* Reduce code dup. and rename minRpm
* fix
2017-12-03 13:25:24 -05:00
rusefi
0d3bed02b2
refactoring
2017-12-03 13:22:29 -05:00
rusefi
48221b3982
progress
2017-12-03 07:46:07 -05:00
andreika-git
53b3ebbc90
Add DBG_FSIO_ADC ( #505 )
2017-12-03 07:42:44 -05:00
rusefi
744456ba3c
another board testing approach
2017-12-02 20:59:31 -05:00
rusefi
2974ff66e2
fix #490
2017-11-27 21:49:58 -05:00
rusefi
aaeca16a81
#490
2017-11-27 21:10:49 -05:00
rusefi
56b6e33eab
#490
2017-11-26 22:30:37 -05:00
rusefi
4ca9ba2e1c
Merge branch 'master' of https://github.com/rusefi/rusefi
2017-11-26 11:07:04 -05:00
rusefi
4ab79c3bdb
#490
2017-11-26 01:17:37 -05:00
Matthew Kennedy
62e101ae13
Fix accel enrichment for negative fuel pulse ( #499 )
2017-11-25 20:05:40 -05:00
rusefi
aff51510d4
better names
2017-11-24 19:16:25 -05:00
rusefi
b1f66d43ce
fixing build
2017-11-24 19:16:00 -05:00
rusefi
f24021980d
#4 docs
2017-11-24 15:40:52 -05:00
rusefi
ce91877f9a
#490
2017-11-23 02:50:04 -05:00
rusefi
405f06a608
#498
2017-11-20 15:01:48 -05:00
rusefi
87f8cb0b37
better status messages
2017-11-19 22:31:01 -05:00
rusefi
94078fe7b6
better enum name
2017-11-19 17:54:00 -05:00
rusEfi
051f954dd8
#495 todo clean-up
2017-11-19 15:24:36 -05:00
rusefi
f11c3af882
#495
2017-11-19 14:22:14 -05:00
rusefi
7222640454
#495
...
compacting data structure without changing the size yet
2017-11-19 12:07:07 -05:00
rusefi
314c356159
#490
2017-11-19 11:32:05 -05:00
rusefi
a66f592ea3
#490
2017-11-19 11:05:57 -05:00
rusefi
63ac17de19
refactoring - better variable name
2017-11-19 10:23:47 -05:00
rusefi
a32761a07d
#490
2017-11-18 10:06:57 -05:00
Matthew Kennedy
c3c38aa9bd
Implement oil pressure sensor ( #491 )
...
* code changes
* config changes
2017-11-15 14:30:13 -05:00
rusefi
f839afeb54
better field name
2017-11-06 22:29:39 -05:00
rusefi
345304ea8e
#487
2017-11-06 19:00:30 -05:00
rusefi
faf9f2c364
#487
...
refactoring - proper variable name
2017-11-06 18:46:37 -05:00
rusefi
69d01eb11e
#487
2017-11-06 10:25:06 -05:00
rusefi
f5edeb54bf
refactoring & flexibility for cranking low RPM
2017-11-04 19:35:38 -04:00
andreika-git
d4974a783d
Implement postCrankingFuelCorrection ( #485 )
2017-11-02 18:10:42 -04:00
rusefi
27eb4a9eb7
#385
2017-10-29 20:29:02 -04:00
rusefi
cae82c1062
#385
2017-10-29 15:48:54 -04:00
rusefi
17949423b0
#480
2017-10-16 14:52:42 -04:00
rusEfi
ad0e394f76
refactoring
2017-09-21 21:14:50 -04:00
rusEfi
5a6f42d1fa
minor etb
2017-09-17 22:05:03 -04:00
rusefi
94c92f41dc
#442
2017-08-31 07:53:41 -04:00
rusefi
b39e245a37
#473
2017-08-28 22:55:29 -04:00
rusefi
6e5b63411f
#476
2017-08-28 21:00:36 -04:00
rusefi
f9ee71d87c
#473
2017-08-18 16:18:11 -04:00
rusefi
1382185a30
#473
2017-08-17 09:10:22 -04:00
rusefi
d8fca11472
#473
2017-08-17 02:56:25 -04:00
rusefi
67986f74f6
#473
2017-08-17 02:32:06 -04:00
rusefi
329fa64c64
http://rusefi.com/forum/viewtopic.php?f=9&t=1253&start=30
2017-08-12 12:05:49 -04:00
rusefi
37e58f4194
fixing build
2017-08-06 19:47:16 -04:00
rusefi
3f42eddd64
better constant name
2017-08-06 19:43:01 -04:00
rusefi
c0750fcf2e
refactoring
2017-08-06 19:39:24 -04:00
rusefi
7e75642723
#332
2017-08-05 16:55:28 -04:00
rusefi
37d5f51a3a
TCU
2017-08-03 22:30:47 -04:00
rusefi
7fd158f547
useFSIO16ForTimingAdjustment
2017-08-03 21:21:16 -04:00
rusefi
a3ac4547bd
useFSIO16ForTimingAdjustment
2017-08-03 21:09:32 -04:00
rusefi
8749b817db
Merge branch 'master' of https://github.com/rusefi/rusefi
2017-08-02 07:54:23 -04:00
rusefi
daa7ecfe2d
#382
2017-08-02 07:50:19 -04:00
rusefi
a2ad10c973
#417
2017-07-31 15:35:12 -04:00
rusefi
e1500ea729
#413
2017-07-26 20:27:08 -04:00
rusefi
5e74c8e0bf
FSIO-based timing correction
2017-07-25 20:37:46 -04:00
rusefi
2235492bc9
FSIO-based timing correction
2017-07-25 20:32:54 -04:00
rusefi
03280ed116
fix #307
2017-07-24 22:26:41 -04:00
rusefi
2e28e792de
better error code names
2017-07-24 19:38:22 -04:00
rusefi
95dc1e0e9c
consistent better debug field names everywhere
2017-07-23 20:43:28 -04:00
rusefi
c4f571949e
startOfCrankingPrimingPulse
2017-07-15 15:36:49 -04:00
rusefi
fc32f3930c
#4
2017-07-15 15:24:06 -04:00
rusefi
a3b10a0a04
RPM refactoring done
2017-07-08 07:19:26 -04:00
rusefi
148875881b
RPM refactoring
2017-07-06 12:03:17 -04:00
rusefi
73028851dd
RPM refactoring
2017-07-06 08:49:55 -04:00
rusefi
e1e17bab2a
rpm refactoring
2017-07-06 08:43:15 -04:00
andreika-git
6f162db2c7
Fix fsio ( #456 )
...
* tiny fix of Engine::checkShutdown()
* fix fsio
2017-07-01 17:29:56 -04:00
andreika-git
1a7e5b20d9
onConfigurationChangeTriggerCallback() ( #448 )
...
* onConfigurationChangeTriggerCallback()
* conform isTriggerConfigChanged
* #if EFI_EMULATE_POSITION_SENSORS
* Now it works!
* svnversion
2017-06-26 21:31:10 +03:00
rusefi
a5e4895efd
refactoring: better name
2017-06-26 09:23:26 +03:00
rusefi
ea698a6f09
refactoring: better name
2017-06-26 09:14:31 +03:00
andreika-git
77ba93d464
Fsio progress ( #449 )
...
* gen_config.bat
* FSIO: fuelPump & mainRelay progress
* typo
2017-06-25 08:35:46 +03:00
rusefi
c007a7890a
mapMinBufferLength
2017-06-22 10:10:07 +03:00
rusefi
e125d01040
mapMinBufferLength
2017-06-22 09:29:52 +03:00
rusefi
2bcd8e3025
refactoring
2017-06-21 07:16:19 +03:00
rusefi
9a0378c335
#351
2017-06-13 10:40:16 -04:00
rusefi
0893e50949
configurable stepper pulse
2017-06-12 18:31:55 -04:00
rusefi
4e91b721c3
stepper and linear termistors
2017-06-12 18:22:25 -04:00
rusefi
88be4a0b5e
#442
2017-06-12 08:41:32 -04:00
rusEfi
eab1aa8e68
#442
2017-06-12 08:18:19 -04:00
rusefi
f5ed0572b2
docs
2017-06-11 15:36:23 -04:00
rusefi
ca437215e9
new command: set_injector_lag VOLTAGE LAG
2017-06-11 15:32:29 -04:00
rusefi
e7f59e218a
reducing code duplication
2017-06-11 15:27:23 -04:00
rusefi
571399b112
reducing code duplication
2017-06-11 15:17:02 -04:00
rusefi
2b314553a5
reducing code duplication
2017-06-11 15:13:03 -04:00
rusefi
a30a9e4ac4
better method name
2017-06-11 15:06:05 -04:00
rusefi
6b25cf0786
default TPS2TPS map
2017-06-11 00:54:37 -04:00
rusefi
e4d883429f
Lamborghini Diablo firing order
2017-06-08 20:35:42 -04:00
rusefi
1af12ec263
debug modes
2017-06-07 23:12:04 -04:00
rusefi
8f28ffe011
debug modes
2017-06-07 23:04:56 -04:00
rusefi
e9d1e8a4d3
#4
2017-06-04 20:13:37 -04:00
Andrei
51dfe6faea
Separate Serial & sdCard configs for bootloader use
2017-05-30 20:50:33 +03:00
rusEfi
258506da65
PID progress
2017-05-29 23:32:41 -04:00
rusEfi
b9a8bfed2b
PID refactoring
2017-05-29 23:15:07 -04:00
rusEfi
faafbead72
enable verbose_etb
2017-05-29 23:13:02 -04:00
rusEfi
5a2884bf77
fixing throttle pedal settings storage & better names
2017-05-29 22:35:24 -04:00
rusefi
d280141ac2
better error code names
2017-05-29 19:23:15 -04:00
rusefi
52ee60036a
better error handling
2017-05-29 11:31:07 -04:00
rusefi
d267c75b83
PID storage refactoring - minor incompatible storage change
2017-05-28 22:32:32 -04:00
rusefi
d4513bd30d
ETB
2017-05-28 14:22:43 -04:00
rusefi
38171cd2bd
#4 idle min/max
2017-05-28 13:44:26 -04:00
rusefi
3b7bb57191
#4 new parameters
2017-05-27 23:43:48 -04:00
rusefi
a6d018f793
#4
2017-05-27 23:22:24 -04:00
rusefi
3f40e95f0d
ETB online settings
2017-05-27 23:01:41 -04:00
rusefi
3102d877a6
better error code
2017-05-25 19:56:11 -04:00
rusefi
b2203e22cb
silentTriggerError
2017-05-25 08:28:30 -04:00
rusefi
ad99d13359
ETB progress
2017-05-25 00:38:37 -04:00
rusefi
77715046f4
better location for global fuel correction
2017-05-24 23:48:03 -04:00
rusefi
7c50cc8734
typo & error code name
2017-05-24 23:42:27 -04:00
rusefi
8fe9ab120e
refactoring
2017-05-24 22:46:45 -04:00
rusefi
66218663fd
one step back
2017-05-24 07:59:48 -04:00
rusefi
1d24cffbc4
better class name
2017-05-24 07:57:58 -04:00
rusefi
75dc730b0e
#426
2017-05-24 07:35:44 -04:00
rusefi
601e5d560a
#295
2017-05-22 19:42:34 -04:00
rusefi
93fb8747bd
ETB progress
2017-05-22 18:26:58 -04:00
rusefi
78b032806e
#4
2017-05-22 15:30:39 -04:00
rusefi
58a8dfdb42
better field name
2017-05-21 23:17:08 -04:00
rusefi
e3d62a12ca
better code name
2017-05-21 10:15:57 -04:00
rusefi
2b4c66968c
better code names & more performance info
2017-05-21 10:03:17 -04:00
rusefi
f86d5d0044
#4
2017-05-16 22:13:40 -04:00
rusefi
e3010e1c7b
#4
2017-05-16 20:55:01 -04:00
rusefi
9b747f1b60
removing dead code #4
2017-05-16 20:25:53 -04:00
rusefi
b1d17c7da0
removing dead code #4
2017-05-16 20:18:28 -04:00
rusefi
74a359077c
better macro name
2017-05-15 23:33:22 -04:00
rusefi
2a9f3cdede
better macro name
2017-05-15 23:28:49 -04:00
rusefi
cb586a2218
.
2017-05-15 22:02:57 -04:00
rusefi
24812dd9d4
avoiding a warning
2017-05-15 22:02:36 -04:00
rusefi
7308a4295f
remove unused
2017-05-15 21:25:32 -04:00
rusefi
d94a700a82
#415
2017-05-15 20:16:48 -04:00
rusefi
b2d1f3e446
monitorReuse idea is dead
2017-05-15 09:21:40 -04:00
rusefi
41c4b7a0f8
proper header location
2017-05-15 08:35:41 -04:00
rusefi
5c3fe0e77f
#415
2017-05-15 05:08:17 -04:00
rusefi
c6ed93b6fb
#415
2017-05-15 04:53:04 -04:00
rusefi
55202b952e
trigger debug
2017-05-13 07:31:21 -04:00
rusefi
9ca15e8feb
trigger debug
2017-05-12 22:12:16 -04:00
rusefi
8d931d163f
docs
2017-05-12 16:28:56 -04:00
rusefi
31cc61ab88
more idle air by default
2017-05-11 22:58:06 -04:00
rusefi
7d5030086c
fixing unit tests
2017-05-11 19:15:47 -04:00
rusefi
dd3b283be6
andreika canNbcType feedback
2017-05-11 19:07:15 -04:00
rusefi
903849c918
refactoring: splitting long method
2017-05-11 19:03:31 -04:00
rusefi
4f07c62d97
refactoring: splitting long method
2017-05-11 18:58:13 -04:00
rusefi
84716ce672
#412
2017-05-11 08:32:08 -04:00
rusefi
44b5bfe0db
flexibility for andreika
2017-05-09 19:05:47 -04:00
rusefi
b2f6c8d86e
flexibility for andreika
2017-05-09 18:59:54 -04:00
rusefi
6b67dbd262
flexibility for andreika
2017-05-09 18:58:25 -04:00
rusefi
af4d571e78
removing unused parameter
2017-05-07 20:40:10 -04:00
rusefi
098e66b6bb
getting back to original scale
2017-05-07 19:06:50 -04:00
rusefi
841b6de4c6
better cranking defaults
2017-05-07 18:37:44 -04:00
rusefi
45052561b8
todo
2017-05-07 14:09:40 -04:00
rusefi
9d9b6a1394
miata defaults progress
2017-05-07 10:30:05 -04:00
rusefi
5764cc3e3b
Merge branch 'master' of https://github.com/rusefi/rusefi
2017-05-06 16:12:24 -04:00
rusefi
086c9e9e8d
prometheus
2017-05-06 16:11:45 -04:00
rusefi
4f647c601c
fix #404
2017-05-05 15:57:15 -04:00
rusefi
e610a76ff1
telemetry dreams
2017-05-04 17:03:23 -04:00
rusefi
24d5d7c862
better field name
2017-05-02 18:15:19 -04:00
rusefi
0200c4ebe5
AUX pid stop pin
2017-05-02 18:05:29 -04:00
rusefi
82b669d811
Merge branch 'master' of https://github.com/rusefi/rusefi
2017-05-01 22:44:44 -04:00
rusefi
065b92f4b6
telemetry dreams
2017-05-01 22:33:20 -04:00
Andrei
3a1eb92109
STM32F407xx-define (and small clean-up) pull request
2017-05-01 22:09:35 +03:00
rusefi
ef11a5e9c1
docs
2017-04-29 21:17:20 -04:00
rusEfi
fcd5904321
docs
2017-04-24 20:00:14 -04:00
rusefi
85778e6bf2
refactoring - reducing GPIO complexity
2017-04-21 19:23:20 -04:00
Andrei
ed24a0293b
call-board-configuration pull request (fix unit tests)
2017-04-22 02:13:37 +03:00
Andrei
5804bbe8b4
call-board-configuration pull request (fix2)
2017-04-22 01:46:25 +03:00
Andrei
a15d48a911
call-board-configuration pull request (fix)
2017-04-22 01:30:10 +03:00
Andrei
dc7a24d80f
call-board-configuration pull request (fix)
2017-04-22 01:28:12 +03:00
Andrei
7afeecc862
call-board-configuration pull request
2017-04-22 01:11:36 +03:00
rusefi
47e7835050
refactoring - reducing GPIO complexity
2017-04-21 16:38:30 -04:00
rusefi
b193e17b7d
refactoring - reducing GPIO complexity
2017-04-21 16:27:15 -04:00
rusefi
0992f1465a
refactoring - reducing GPIO complexity
2017-04-21 13:36:51 -04:00
rusefi
ec805f5cba
refactoring - reducing GPIO complexity
2017-04-21 13:36:04 -04:00
rusefi
3fa0d21cf3
refactoring - reducing complexity
2017-04-21 13:18:51 -04:00
rusEfi
be18c73836
refactoring: better code names
2017-04-19 22:03:14 -04:00
rusefi
e876fd2115
better startup handling
2017-04-19 07:58:22 -04:00
rusefi
f0e63bab91
better defaults
2017-04-18 21:59:23 -04:00
rusefi
cbf0094373
better miata defaults
2017-04-18 21:37:31 -04:00
rusEfi
1586dc2506
documenting miata vvt board
2017-04-17 22:10:19 -04:00
rusefi
a7b301f22e
#382
2017-04-13 23:37:17 -04:00
rusefi
50fb764507
#382
2017-04-13 23:22:54 -04:00
rusefi
fa66cc1a2a
better startup handling
2017-04-13 10:43:27 -04:00
rusefi
060f07f388
better initialization handling
2017-04-13 08:28:41 -04:00
rusefi
8c6253f198
better constraint validation & refacoting
2017-04-12 23:25:58 -04:00
rusefi
7a76a83695
better constraint validation
2017-04-12 22:59:59 -04:00
rusefi
de2d8a8402
bugfix in constraint validation
2017-04-12 21:36:57 -04:00
rusefi
8f6cc6458c
cool how git commits not latest version
2017-04-12 20:43:08 -04:00
rusefi
f544525533
better constraint validation
2017-04-12 20:38:53 -04:00
rusefi
4547dfe3ac
better corner case logging, also refactoring
2017-04-12 19:58:29 -04:00
rusefi
d3a5f9b98f
better constraint validation
2017-04-12 18:38:18 -04:00
rusefi
dbb623f6d3
better error code names
2017-04-12 09:26:22 -04:00
rusefi
748a959a2b
better code name
2017-04-12 07:57:52 -04:00
rusefi
dcf207b397
sdCardSpiDevice
2017-04-11 19:36:26 -04:00
rusefi
63ec35b41d
sdCardSpiDevice
2017-04-11 19:25:31 -04:00
rusefi
c925c295d5
sdCardSpiDevice
2017-04-11 19:16:48 -04:00
rusefi
5e839b0880
maybe #393 reset bugfix
2017-04-10 22:07:51 -04:00
rusefi
713a23dc8d
#393
2017-04-10 15:16:00 -04:00
rusefi
95cb504d1e
#393
2017-04-10 14:59:21 -04:00
rusefi
6f2ed91fa6
#393
2017-04-10 14:34:09 -04:00
rusefi
c356d916e3
knock sensor debug status
2017-04-09 22:07:41 -04:00
rusefi
62c8b51246
http://rusefi.com/forum/viewtopic.php?f=10&t=1195&p=24818#p24818
2017-04-08 08:40:58 -04:00
rusefi
0ee294c5e7
Merge remote-tracking branch 'origin/master' into fresh_chibios_2nd
2017-04-03 21:31:30 -04:00
rusefi
94ed4f25b8
#382 example how to convert one field to use constant
2017-04-03 21:27:38 -04:00
rusefi
724f99aa75
#382 using constants in TS project
2017-04-03 21:12:21 -04:00
rusefi
778530ce74
Merge remote-tracking branch 'origin/master' into fresh_chibios_2nd
2017-04-02 18:25:39 -04:00
rusefi
1f5ff28a0a
nissan 4/360 progress
2017-04-02 17:59:01 -04:00
rusefi
616c2295fc
Merge remote-tracking branch 'origin/master' into fresh_chibios_2nd
2017-04-02 01:03:57 -04:00
rusefi
9eda2a7cd5
surviving MMC crash
2017-04-01 22:55:39 -04:00
rusefi
92ddc34108
manual pre-merge - better error message
2017-04-01 16:52:55 -04:00
rusEfi
941e53d5ff
refactoring: nicer error message
2017-03-31 15:08:11 -04:00
rusefi
b904710b12
stricted def requirments
2017-03-29 19:17:48 -04:00
Fabien Poussin
9f75cd5c75
Various ChibiOS compatibility fixes and a missing OBD define
2017-03-29 18:03:37 +02:00
Fabien Poussin
bac75b2e3e
Changing ChibiOS repo to rusefi, updating code accordingly.
2017-03-29 17:55:52 +02:00
Fabien Poussin
1eb330c600
ChibiOS 16.x update.
2017-03-29 17:54:06 +02:00
rusefi
4387c4e10d
manual picking from ChibiOS migration branch to make my evening a little less depressing
2017-03-27 22:59:05 -04:00
rusefi
97c5a79f11
EOL for generated files
2017-03-27 22:26:01 -04:00
rusefi
d67e66f732
EOL generated
2017-03-27 22:19:58 -04:00
rusefi
46510f5658
EOL for generated files
2017-03-27 22:15:48 -04:00
rusefi
8a0f1a36bc
fresh generated
2017-03-27 21:53:31 -04:00
rusefi
01865887e0
EOL for generated files
2017-03-27 21:29:38 -04:00
rusefi
70f6201a8e
#382
2017-03-26 18:57:20 -04:00
rusefi
19baa09bb7
#382
2017-03-26 18:06:47 -04:00
rusefi
72971ddc5c
#382
2017-03-26 18:05:50 -04:00
rusefi
aa3d53007b
#382
2017-03-26 17:54:37 -04:00
rusefi
46f9bdd552
TS protocol debugging #336
2017-03-26 17:19:08 -04:00
rusefi
907e058d95
refactoring: removing unused parameter
2017-03-25 21:03:18 -04:00
rusefi
7d30cf8b88
find_cygwin . -type f -print0 | xargs -0 dos2unix
...
firmware
2017-03-24 13:41:36 -04:00
rusefi
a204e05ae5
find_cygwin . -type f -print0 | xargs -0 dos2unix
2017-03-24 13:17:03 -04:00
rusefi
3648a1f651
validating firing order length
2017-03-23 22:01:10 -04:00
rusefi
a878acf047
nissan 360/4
2017-03-22 22:50:16 -04:00
rusefi
de7d6a8b6d
better CAN defaults
2017-03-21 22:07:04 -04:00
rusefi
6da301e1ac
docs
2017-03-20 22:22:06 -04:00
rusefi
1757243e2b
refactoring: const
2017-03-19 18:39:48 -04:00
rusefi
24559473d6
improving internal consistency validation
2017-03-19 17:54:03 -04:00
rusefi
0d330b3c84
explicit SR20VE name
2017-03-18 20:18:21 -04:00
rusefi
760c953e47
docs
2017-03-18 10:21:26 -04:00
rusefi
15e4175cdc
docs
2017-03-12 23:01:08 -04:00
rusefi
f3c444f2a2
better error handling
2017-03-12 22:48:15 -04:00
rusefi
31db253e12
docs
2017-03-11 22:22:10 -05:00
rusefi
a97e9391c3
progress #371
2017-03-11 20:15:27 -05:00
rusefi
17eda90ede
progress #371
2017-03-11 20:01:29 -05:00
rusefi
a1b0630caa
progress #371
2017-03-11 19:52:41 -05:00
rusefi
4bf5456457
better constant names
2017-03-09 01:10:33 -05:00
rusefi
60920bfa14
refactoring #370
2017-03-09 00:51:27 -05:00
rusefi
a9fca33dea
refactoring - extracting sensors storage class
2017-03-07 02:24:57 -05:00
rusefi
8eb162cbab
#348 refactoring
2017-03-07 02:01:17 -05:00
rusefi
42b709f4ef
#348 refactoring
2017-03-07 01:54:34 -05:00
rusefi
5ce35ce2d7
#348 progress
2017-03-07 01:52:54 -05:00
rusefi
e25a94c78b
#348
2017-03-07 01:37:07 -05:00
rusefi
058421cc7d
#368 progress
2017-03-07 01:28:26 -05:00
rusefi
dae0b1d790
fixed #366
2017-03-06 17:42:16 -05:00
rusefi
8cdd025b9d
docs
2017-03-06 17:08:09 -05:00
rusefi
8eeb0ec94d
#366
2017-03-05 21:59:15 -05:00
rusefi
baf7897a5e
#366
2017-03-05 21:54:22 -05:00
rusefi
0533fcfc22
#366
2017-03-05 21:13:04 -05:00
rusefi
9c2a9de2f6
#366
2017-03-05 14:33:35 -05:00
rusefi
a0d0f8ac79
better error code enum names & minor binary protocol test command fix
2017-03-05 14:13:47 -05:00
rusefi
5904db0ee3
individual error codes for all errors
2017-03-05 08:46:32 -05:00
rusefi
14d950027c
safer default
2017-03-05 07:42:18 -05:00
rusefi
bf61b0f7a6
removing artificial limitation
2017-03-04 20:51:27 -05:00
rusefi
b01b053595
progress #363
2017-03-01 22:18:25 -05:00
rusefi
c370e4fddf
progress #363
2017-03-01 21:38:14 -05:00
rusefi
945db7e41e
civic trigger issue
2017-03-01 19:41:17 -05:00
rusefi
5c696e9c01
docs
2017-03-01 18:02:09 -05:00
rusefi
f7023fca23
usability: better error handling
2017-02-24 19:20:33 -05:00
rusefi
e29d1e8287
board QA engine
2017-02-24 18:58:14 -05:00
rusefi
093c79e27e
progress #363
2017-02-23 14:00:03 -05:00
rusefi
7ccd753f46
docs
2017-02-22 22:00:56 -05:00
rusefi
134511aae5
removing dead property customUseRiseEdge
2017-02-22 21:28:31 -05:00
rusefi
b449c012b4
refactoring - better constant name
2017-02-22 21:13:04 -05:00
rusefi
28bcd995ee
refactoring - better constant name & docs
2017-02-20 12:53:43 -05:00
rusEfi
e77666ef2e
auto-sync
2017-02-18 15:01:47 -05:00
rusEfi
316c1a6f2c
auto-sync
2017-02-17 21:03:22 -05:00
rusEfi
f6ad4b1ace
auto-sync
2017-02-15 11:03:28 -05:00
rusEfi
1eec06cb51
auto-sync
2017-02-14 01:03:01 -05:00
rusEfi
224bf325a7
auto-sync
2017-02-14 00:02:59 -05:00
rusEfi
a44125366b
auto-sync
2017-02-13 23:03:19 -05:00
rusEfi
b4cb32fda3
auto-sync
2017-02-13 22:02:52 -05:00
rusEfi
19e57be01a
auto-sync
2017-02-13 18:03:38 -05:00
rusEfi
ea0b748e44
auto-sync
2017-02-12 21:04:18 -05:00
rusEfi
be3c295d38
auto-sync
2017-02-12 18:02:01 -05:00
rusEfi
840edd4149
auto-sync
2017-02-12 02:02:24 -05:00
rusEfi
2b73087f01
auto-sync
2017-02-09 22:02:07 -05:00
rusEfi
574e72bc94
auto-sync
2017-02-09 13:05:40 -05:00
rusEfi
8782c80749
auto-sync
2017-02-09 12:03:46 -05:00
rusEfi
8e4a3b66c7
auto-sync
2017-02-08 08:03:39 -05:00
rusEfi
4a21efcb69
auto-sync
2017-02-08 01:03:36 -05:00
rusEfi
8eb27751ed
auto-sync
2017-02-07 17:04:39 -05:00
rusEfi
55d5ce4db9
auto-sync
2017-02-06 19:03:19 -05:00
rusEfi
d7767261be
auto-sync
2017-02-05 23:04:55 -05:00
rusEfi
edf35dea19
auto-sync
2017-02-05 12:08:29 -05:00
rusEfi
62bd768bd2
auto-sync
2017-02-03 22:03:18 -05:00
rusEfi
c7bda05980
auto-sync
2017-01-28 20:03:19 -05:00
rusEfi
6e341bbc62
auto-sync
2017-01-28 15:05:25 -05:00
rusEfi
d12bc8bf10
auto-sync
2017-01-26 23:03:04 -05:00
rusEfi
0d68575ee4
auto-sync
2017-01-26 14:03:59 -05:00
rusEfi
6c340f5cb1
auto-sync
2017-01-23 21:03:11 -05:00
rusEfi
47a748fd5f
auto-sync
2017-01-23 16:03:46 -05:00
rusEfi
c6664edea7
auto-sync
2017-01-23 00:06:44 -05:00