Commit Graph

1835 Commits

Author SHA1 Message Date
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
GitHub build-firmware Action 476c55fd4e Auto-generated configs and docs 2020-09-30 23:20:30 +00:00
GitHub build-firmware Action 5f72947d6f Auto-generated configs and docs 2020-09-29 10:36:50 +00: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 6b7c42b85e Auto-generated configs and docs 2020-09-29 01:41:06 +00:00
David Holdeman d6bc2a70e7
transmission solenoid control (#1833)
* simple trans controller

* don't need check

* we can loop!

* use efi::size

* pin mode configuration

* set pin mode

* switch to RegisteredOutputPin

* size
2020-09-28 21:39:03 -04:00
GitHub build-firmware Action fb2fa9aa62 Auto-generated configs and docs 2020-09-29 01:20:53 +00:00
GitHub build-firmware Action 27570472cc Auto-generated configs and docs 2020-09-29 01:07:43 +00:00
rusefi 0a6e79217b removing third copy of same values 2020-09-28 21:05:20 -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
GitHub build-firmware Action c8c673b8e0 Auto-generated configs and docs 2020-09-28 18:47:21 +00:00
GitHub build-firmware Action 17fc77de71 Auto-generated configs and docs 2020-09-27 15:03:29 +00:00
GitHub build-firmware Action 6ddaa0a334 Auto-generated configs and docs 2020-09-27 13:59:42 +00:00
andreika-git d299f13bec
Hellen says fix gen_config for Cypress (#1824)
* Hellen says merge #1772 hardware.cpp

* Hellen says merge #1772 adc.h

* Hellen says fix gen_config for Cypress

* Hellen says fix gen_config actions for Cypress

* Hellen says reset .h files

Co-authored-by: rusefi <rusefillc@gmail.com>
Co-authored-by: Andrei <andreikagit@users.noreply.github.com>
2020-09-27 09:56:44 -04:00
GitHub build-firmware Action bf6b9e3bb2 Auto-generated configs and docs 2020-09-27 12:51:50 +00:00
GitHub build-firmware Action f5b1157d05 Auto-generated configs and docs 2020-09-27 11:38:53 +00:00
rusefi 97982cc22f Output pin init/deinit needs a linked list #1803 2020-09-27 07:26:56 -04:00
rusefi 1146f2db3a cypress into GHA #1819 2020-09-27 06:53:40 -04:00
rusefi f19ccef78c cypress into GHA #1819 2020-09-27 06:48:31 -04:00
David Holdeman 5e52f2da60
Cypress CI (#1820)
* try cypress in matrix

* add empty files

* underscore
2020-09-26 22:13:39 -04:00
GitHub build-firmware Action a5aedf9967 Auto-generated configs and docs 2020-09-22 20:27:30 +00: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
GitHub build-firmware Action 2614020c6b Auto-generated configs and docs 2020-09-22 09:29:44 +00:00
rusefi 1031f8b07a Merge remote-tracking branch 'origin/master' into master 2020-09-22 05:27:25 -04:00
rusefi 5c458a5ed5 https://rusefi.com/forum/viewtopic.php?f=3&t=1523
disabling second channel for one more trigger
2020-09-22 05:25:11 -04:00
GitHub build-firmware Action 91ea6cd91b Auto-generated configs and docs 2020-09-22 08:59:31 +00:00
GitHub build-firmware Action cc3381c175 Auto-generated configs and docs 2020-09-22 07:49:56 +00:00
shadowm60 a70e24bf6c
Mre sw knock detection (#1815)
* Add SW knock control to MRE on AT4

* Update software_knock.cpp

cleanup

* use knock only for final build

* adjust RAM

* Update engine_controller.cpp

Adjust RAM for HW QC special to build
2020-09-22 03:48:17 -04:00
GitHub build-firmware Action f5114d7f1b Auto-generated configs and docs 2020-09-20 17:45:00 +00:00
GitHub build-firmware Action 02f8c8e470 Auto-generated configs and docs 2020-09-19 21:19:20 +00:00
GitHub build-firmware Action 7d0aa5827d Auto-generated configs and docs 2020-09-18 07:05:55 +00:00
Matthew Kennedy 3d6a6398ac
Dedicated sensors for wastegate + idle position (#1805)
* config

* add sensor

* listen to new adc channels

* fix

* add gauges to TS

* add gauge values

* TS UI
2020-09-18 10:04:07 +03:00
GitHub build-firmware Action 794a8fed09 Auto-generated configs and docs 2020-09-17 11:57:18 +00:00
GitHub build-firmware Action 331626864c Auto-generated configs and docs 2020-09-15 08:35:57 +00: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
GitHub build-firmware Action bb9db5b935 Auto-generated configs and docs 2020-09-12 07:37:31 +00:00
GitHub build-firmware Action a5e74e04d4 Auto-generated configs and docs 2020-09-12 00:22:40 +00:00
GitHub build-firmware Action 24c4b0a446 Auto-generated configs and docs 2020-09-11 02:18:18 +00: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
GitHub build-firmware Action 28ee902c62 Auto-generated configs and docs 2020-09-09 20:54:16 +00:00
Matthew Kennedy d2d0ffa1ee
remove tach output pin (#1779)
* remove from cfg

* cfg

* rip out impl

* efi gpio
2020-09-09 16:52:23 -04:00
GitHub build-firmware Action e4775814a3 Auto-generated configs and docs 2020-09-09 20:28:47 +00:00
Matthew Kennedy f6cbce48ed
minor TS changes (#1778)
* minor

* fiix
2020-09-09 16:27:13 -04:00
GitHub build-firmware Action 8188ab7d90 Auto-generated configs and docs 2020-09-09 06:44:30 +00:00
GitHub build-firmware Action 0c0cc630df Auto-generated configs and docs 2020-09-08 21:17:04 +00: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
GitHub build-firmware Action 689adf19d5 Auto-generated configs and docs 2020-09-07 21:40:31 +00:00
rusefi a1625bd2e2 microRusEFI used as Body Control Module BCM BCU 2020-09-07 17:38:51 -04:00
GitHub build-firmware Action 67c6a2750c Auto-generated configs and docs 2020-09-07 21:06:55 +00:00
rusefi a0b45b8b08 microRusEFI used as Body Control Module BCM BCU 2020-09-07 17:04:54 -04:00
GitHub build-firmware Action 80556cc05d Auto-generated configs and docs 2020-09-07 15:36:40 +00:00
rusefi d06690b3b6 Hellen says cyclic buffer 2020-09-07 11:35:02 -04:00
GitHub build-firmware Action 895fc1c9ff Auto-generated configs and docs 2020-09-07 14:49:54 +00: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
GitHub build-firmware Action 6bac15f744 Auto-generated configs and docs 2020-09-06 23:08:04 +00:00
GitHub build-firmware Action f010e8555d Auto-generated configs and docs 2020-09-06 22:26:54 +00:00
GitHub build-firmware Action 4c129621c1 Auto-generated configs and docs 2020-09-06 04:28:39 +00:00
rusefi ba31cef223 Bench-testing for ALL assigned output pins #1758 2020-09-06 00:27:02 -04:00
GitHub build-firmware Action c6941faa2f Auto-generated configs and docs 2020-09-06 04:08:32 +00:00
rusefi 346808394d Bench-testing for ALL assigned output pins #1758 2020-09-05 23:49:21 -04:00
GitHub build-firmware Action 9faeb9c142 Auto-generated configs and docs 2020-09-06 03:38:02 +00:00
GitHub build-firmware Action 48abf2c586 Auto-generated configs and docs 2020-09-04 03:29:50 +00:00
rusefi bc115e70a0 OBD CAN sensors #1733 2020-09-03 23:27:53 -04:00
GitHub build-firmware Action 6a9317661e Auto-generated configs and docs 2020-09-02 19:41:23 +00:00
GitHub build-firmware Action c4db3416b9 Auto-generated configs and docs 2020-09-02 19:34:30 +00:00
GitHub build-firmware Action c03b7d0cb6 Auto-generated configs and docs 2020-09-02 17:32:35 +00:00
David Holdeman 9ef0813962
[TCU] TS interface and output channels (#1747)
* add tcu ts outputs

* accidental change?

* rearrange
2020-09-02 13:30:54 -04:00
GitHub build-firmware Action e287a4e211 Auto-generated configs and docs 2020-09-02 11:22:59 +00:00
Matthew Kennedy 484f1ba5a0
Multiple knock sensors (#1745)
* fw

* cfg fields

* fix order

* ui for channel select

* clarify

* comments

* config
2020-09-02 07:19:02 -04:00
GitHub build-firmware Action 43f7740c61 Auto-generated configs and docs 2020-09-01 01:07:34 +00: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
GitHub build-firmware Action 89b2956a35 Auto-generated configs and docs 2020-08-31 21:10:05 +00:00
rusefi 65ed7f6dad spelling 2020-08-31 17:08:04 -04:00
GitHub build-firmware Action 6d2a8f3da9 Auto-generated configs and docs 2020-08-30 19:40:34 +00:00
GitHub build-firmware Action a3eb7f6dd0 Auto-generated configs and docs 2020-08-30 19:35:14 +00:00
rusefi 22a947d498 https://github.com/rusefi/web_backend/issues/97 2020-08-30 14:58:05 -04:00
GitHub build-firmware Action 118065d318 Auto-generated configs and docs 2020-08-30 18:29:40 +00:00
GitHub build-firmware Action 992f391d49 Auto-generated configs and docs 2020-08-29 22:58:41 +00:00
GitHub build-firmware Action 028a4b736b Auto-generated configs and docs 2020-08-29 22:14:40 +00:00
rusefi 2971230711 VVT support for VAG trigger #883 2020-08-29 18:13:00 -04:00
GitHub build-firmware Action 14a2b6abad Auto-generated configs and docs 2020-08-29 22:00:40 +00:00
GitHub build-firmware Action 59d5c257ba Auto-generated configs and docs 2020-08-29 21:47:22 +00:00
GitHub build-firmware Action f973429459 Auto-generated configs and docs 2020-08-29 21:07:39 +00:00
rusefi 613faa90cd verboseVVTDecoding 2020-08-29 17:05:54 -04:00
GitHub build-firmware Action 0d30f157c4 Auto-generated configs and docs 2020-08-29 21:03:44 +00:00
GitHub build-firmware Action bdf3dea1bb Auto-generated configs and docs 2020-08-29 20:51:24 +00:00
rusefi b66ec2d9a5 presets 2020-08-29 16:49:56 -04:00
GitHub build-firmware Action 41d31fc692 Auto-generated configs and docs 2020-08-29 20:46:27 +00:00
GitHub build-firmware Action 14d41c428b Auto-generated configs and docs 2020-08-29 19:36:35 +00:00
GitHub build-firmware Action 857af960d8 Auto-generated configs and docs 2020-08-29 19:09:20 +00:00
GitHub build-firmware Action 74249a7834 Auto-generated configs and docs 2020-08-29 19:02:55 +00:00
GitHub build-firmware Action 900c99f704 Auto-generated configs and docs 2020-08-29 01:15:45 +00:00
Matthew Kennedy 1a55085bb6
Software knock detection (#1730)
* 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

* config enable switch
2020-08-28 21:13:50 -04:00
GitHub build-firmware Action 52e3cb225c Auto-generated configs and docs 2020-08-27 04:44:53 +00:00
GitHub build-firmware Action 308f4d31a5 Auto-generated configs and docs 2020-08-25 20:01:04 +00:00
GitHub build-firmware Action 39f1a016d4 Auto-generated configs and docs 2020-08-24 05:27:59 +00:00
Matthew Kennedy 110a6d79d4
more data (#1727)
Co-authored-by: Matthew Kennedy <makenne@microsoft.com>
2020-08-24 01:26:33 -04:00
GitHub build-firmware Action 927d3354ff Auto-generated configs and docs 2020-08-24 03:43:14 +00:00
Matthew Kennedy 12bc5eb28b
Auto cal dual etb (#1725)
* implement

* add bench mode

* add ts cal mode

* TS impl

Co-authored-by: Matthew Kennedy <makenne@microsoft.com>
2020-08-23 23:41:35 -04:00
GitHub build-firmware Action 7fab55ad3e Auto-generated configs and docs 2020-08-24 03:19:53 +00:00
Matthew Kennedy f65287deed
fix (#1724)
Co-authored-by: Matthew Kennedy <makenne@microsoft.com>
2020-08-23 23:18:25 -04:00
GitHub build-firmware Action d8eb3dd316 Auto-generated configs and docs 2020-08-24 00:38:01 +00:00
GitHub build-firmware Action 09fbbdd8d5 Auto-generated configs and docs 2020-08-23 19:10:56 +00:00
rusefi 3c3fe0a73b v12 2020-08-23 15:09:23 -04:00
GitHub build-firmware Action 9ec20e8d90 Auto-generated configs and docs 2020-08-22 12:07:39 +00:00
rusefi fc35bb6206 more natural order 2020-08-22 00:03:19 -04:00
GitHub build-firmware Action 5ef11e0dcc Auto-generated configs and docs 2020-08-22 01:53:47 +00:00
GitHub build-firmware Action 7509bebffd Auto-generated configs and docs 2020-08-21 23:45:25 +00: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
GitHub build-firmware Action b6fdbe42dd Auto-generated configs and docs 2020-08-21 18:14:04 +00:00
Matthew Kennedy 4e81b67ca3
harmonize blocking factor (#1709)
* harmonize blocking factor

* static assert
2020-08-21 14:12:28 -04:00
GitHub build-firmware Action 5d3feb7bd3 Auto-generated configs and docs 2020-08-21 12:54:56 +00:00
Matthew Kennedy c450ea7fcd
add (#1711) 2020-08-21 08:53:23 -04:00
GitHub build-firmware Action db35439275 Auto-generated configs and docs 2020-08-20 11:45:23 +00:00
Matthew Kennedy 688bc2b800
fix crc command (#1705)
Co-authored-by: Matthew Kennedy <makenne@microsoft.com>
2020-08-20 07:43:56 -04:00
GitHub build-firmware Action bf165f94f9 Auto-generated configs and docs 2020-08-20 01:07:04 +00:00
GitHub build-firmware Action a503eaf558 Auto-generated configs and docs 2020-08-19 04:48:34 +00:00
GitHub build-firmware Action 6d121697b5 Auto-generated configs and docs 2020-08-19 02:38:52 +00:00
Matthew Kennedy 66b404fc59
improve (#1702) 2020-08-18 22:37:08 -04:00
GitHub build-firmware Action 3ebbdb5178 Auto-generated configs and docs 2020-08-18 17:52:40 +00:00
Matthew Kennedy 1840afdd4a
Fuel ts reorder (#1699)
* reorder

* redo injector stuff

* reorder & deadtime limits

* make 2d table bounds reasonable

* more

* only allow bench if not running

Co-authored-by: Matthew Kennedy <makenne@microsoft.com>
2020-08-18 13:51:20 -04:00
GitHub build-firmware Action 95f5c94079 Auto-generated configs and docs 2020-08-17 23:53:17 +00:00
GitHub build-firmware Action d7e7bf9cc2 Auto-generated configs and docs 2020-08-14 20:51:47 +00:00
GitHub build-firmware Action 08c2d8c1a1 Auto-generated configs and docs 2020-08-14 16:47:28 +00:00
rusefi 009bb24f86 tuneCrc16Gauge 2020-08-14 12:46:02 -04:00
GitHub build-firmware Action d4c4482107 Auto-generated configs and docs 2020-08-14 16:07:32 +00:00
rusefi d924be7de9 tuneCrc16Gauge 2020-08-14 12:06:05 -04:00
GitHub build-firmware Action a1cb826f24 Auto-generated configs and docs 2020-08-14 13:28:43 +00:00
rusefi 51b59a0aa5 tuneCrc16Gauge 2020-08-14 09:27:18 -04:00
GitHub build-firmware Action 1f27cbcf42 Auto-generated configs and docs 2020-08-13 16:23:17 +00:00
GitHub build-firmware Action bbdd3233ea Auto-generated configs and docs 2020-08-08 21:30:48 +00:00
GitHub build-firmware Action 41a1395d24 Auto-generated configs and docs 2020-08-08 15:46:31 +00:00
GitHub build-firmware Action af37b12082 Auto-generated configs and docs 2020-08-08 15:31:21 +00:00
GitHub build-firmware Action b1f8c200ba Auto-generated configs and docs 2020-08-08 13:09:42 +00:00
Matthew Kennedy f46cb7aa56 break-up-connection 2020-08-08 00:02:53 -07:00
GitHub build-firmware Action 3a9f5a25e4 Auto-generated configs and docs 2020-08-08 01:31:14 +00:00
rusefi e411b65987 TS SD integration #1653 2020-08-07 21:28:50 -04:00
GitHub build-firmware Action 1c4a6b721c Auto-generated configs and docs 2020-08-08 00:18:48 +00:00
rusefi baaf9f9343 TS SD integration #1653 2020-08-07 20:16:55 -04:00
GitHub build-firmware Action cf5c99185e Auto-generated configs and docs 2020-08-06 00:48:46 +00:00
GitHub build-firmware Action 485ff2c62a Auto-generated configs and docs 2020-08-05 23:58:58 +00:00
rusefi 9d457aabae Console commands are broken fix #1671 2020-08-05 19:57:28 -04:00
GitHub build-firmware Action 530b7ac366 Auto-generated configs and docs 2020-08-05 11:59:46 +00:00
kon c95cbcbb3e Merge branch 'master' of https://github.com/rusefi/rusefi into second_can 2020-08-04 21:30:46 -07:00
GitHub build-firmware Action 5649aa6a5d Auto-generated configs and docs 2020-08-05 03:20:06 +00:00
GitHub build-firmware Action 34b34bbe4a Auto-generated configs and docs 2020-08-04 23:01:09 +00:00
kon 2205a4c487 Merge branch 'master' of https://github.com/rusefi/rusefi into second_can 2020-08-04 13:22:07 -07:00
GitHub build-firmware Action af803770b5 Auto-generated configs and docs 2020-08-03 20:50:25 +00:00
Matthew Kennedy ff34bc878d Merge remote-tracking branch 'upstream/master' into remove-table 2020-08-03 12:02:24 -07:00
kon 85e7b5b35d Merge branch 'master' of https://github.com/rusefi/rusefi into second_can 2020-08-02 19:48:36 -07:00
GitHub build-firmware Action 7bd74d3c52 Auto-generated configs and docs 2020-08-03 02:06:55 +00:00
GitHub build-firmware Action 969ad113cc Auto-generated configs and docs 2020-08-03 01:40:36 +00:00
GitHub build-firmware Action 134eca12c3 Auto-generated configs and docs 2020-08-03 01:23:02 +00:00
Matthew Kennedy 432a65303d real names & sensible limits 2020-08-02 15:33:08 -07:00
kon 73a239fd86 Merge branch 'master' of https://github.com/rusefi/rusefi into second_can 2020-08-02 11:33:08 -07:00
GitHub build-firmware Action f6e8ebcb5e Auto-generated configs and docs 2020-08-02 17:46:08 +00:00
kon 55fb3f4c2c Merge branch 'master' of https://github.com/rusefi/rusefi into second_can 2020-08-02 10:34:58 -07:00
GitHub build-firmware Action 73f8f55716 Auto-generated configs and docs 2020-08-02 17:27:32 +00:00
kon 4e3637641b added secondary can config 2020-08-01 20:58:14 -07:00
GitHub build-firmware Action c0cd35b2de Auto-generated configs and docs 2020-08-01 13:18:40 +00:00
rusefillc e009d60b29
Merge pull request #1632 from mck1117/remove-plain-maf
goodbye, plain maf
2020-08-01 09:16:38 -04:00
Matthew Kennedy 4354b198ae remove tables from TS 2020-07-31 23:29:02 -07:00
GitHub build-firmware Action 2f21004c80 Auto-generated configs and docs 2020-08-01 03:55:32 +00:00
rusefi 239ebbadcf TS SD integration #1653 2020-07-31 23:53:56 -04:00
GitHub build-firmware Action 89756f827c Auto-generated configs and docs 2020-08-01 01:20:42 +00:00
GitHub build-firmware Action 69060e8bfe Auto-generated configs and docs 2020-08-01 00:10:37 +00:00
Matthew Kennedy 978fa20916 Merge remote-tracking branch 'upstream/master' into remove-plain-maf 2020-07-31 14:56:29 -07:00
GitHub build-firmware Action 64e129f0a7 Auto-generated configs and docs 2020-07-30 19:35:37 +00:00
Matthew Kennedy b4b8781993 log second tps 2020-07-30 11:31:49 -07:00
GitHub build-firmware Action 4b99ae1ab5 Auto-generated configs and docs 2020-07-29 18:55:20 +00:00
rusefi a7df277fca NA6 progress 2020-07-29 14:53:36 -04:00
GitHub build-firmware Action 202d73ef6a Auto-generated configs and docs 2020-07-29 09:38:45 +00: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
GitHub build-firmware Action 2183730ce5 Auto-generated configs and docs 2020-07-28 13:12:43 +00:00
GitHub build-firmware Action 96a6529e62 Auto-generated configs and docs 2020-07-28 02:58:52 +00:00
rusefi d9abd6349f aux temperature gauges for TS 2020-07-27 22:50:48 -04:00
rusefi 46ea03f9d3 Merge remote-tracking branch 'origin/master' 2020-07-27 19:48:01 -04:00
rusefi a59d269114 QC build is broken that's kind of funny 2020-07-27 19:42:29 -04:00
GitHub build-firmware Action 30e70cf8b7 Auto-generated configs and docs 2020-07-27 13:48:00 +00:00
GitHub build-firmware Action 5e6a953b70 Auto-generated configs and docs 2020-07-26 19:09:43 +00:00
GitHub build-firmware Action 69c7663c77 Auto-generated configs and docs 2020-07-26 18:51:56 +00:00
rusefi 192860996b Weird VAG: DC motor idle valve not ETB #1637 2020-07-26 14:50:17 -04:00
GitHub build-firmware Action d8214bc019 Auto-generated configs and docs 2020-07-26 18:13:38 +00:00
rusefi 6b5cd6a80f Weird VAG: DC motor idle valve not ETB #1637
TS project logic
2020-07-26 14:11:48 -04:00
GitHub build-firmware Action 929b613a85 Auto-generated configs and docs 2020-07-26 18:05:05 +00:00
rusefi ca9ffdfb5c refactoring 2020-07-26 14:03:31 -04:00
GitHub build-firmware Action 573ccbbd50 Auto-generated configs and docs 2020-07-26 15:10:22 +00:00
rusefi 0bbe159e38 Weird VAG: DC motor idle valve not ETB fix #1637 2020-07-26 11:04:32 -04:00
GitHub build-firmware Action 48f808edf5 Auto-generated configs and docs 2020-07-26 14:58:12 +00:00
GitHub build-firmware Action bb3648bba5 Auto-generated configs and docs 2020-07-26 14:50:10 +00:00
GitHub build-firmware Action 88ff9be7f2 Auto-generated configs and docs 2020-07-25 16:17:15 +00:00
GitHub build-firmware Action edf72346a4 Auto-generated configs and docs 2020-07-24 15:44:37 +00:00
rusefi a31ddc026a code style 2020-07-24 11:41:45 -04:00
GitHub build-firmware Action ea19cd47ae Auto-generated configs and docs 2020-07-23 23:54:40 +00:00
Matthew Kennedy 2a1d076a31 table Y axes 2020-07-23 02:54:24 -07:00
Matthew Kennedy 67e4fcb2a2 goodbye plain maf 2020-07-23 02:46:45 -07:00
GitHub build-firmware Action 0e0413bd05 Auto-generated configs and docs 2020-07-22 19:41:41 +00:00
rusefillc fdd63812bc
Merge pull request #1626 from mck1117/ign-load
Use ignition load for ignition
2020-07-22 15:39:34 -04:00
Matthew Kennedy 26a3efe204 always show that option 2020-07-21 14:07:58 -07:00
GitHub build-firmware Action 62c0ab88d4 Auto-generated configs and docs 2020-07-21 18:36:23 +00:00
rusefi abbe9497cd idle logs usability 2020-07-21 12:35:25 -04:00
Matthew Kennedy dbd2827f41 now unused table 2020-07-21 00:07:49 -07:00
Matthew Kennedy a42ab4e3e2 ign/fuel load 2020-07-20 23:21:04 -07:00
Matthew Kennedy 2cad639bf1 update ts 2020-07-20 23:13:50 -07:00
GitHub build-firmware Action f503f35e56 Auto-generated configs and docs 2020-07-19 16:20:07 +00:00
GitHub build-firmware Action 70103e281a Auto-generated configs and docs 2020-07-18 23:32:29 +00:00
GitHub build-firmware Action 1dfc6c46d2 Auto-generated configs and docs 2020-07-18 23:22:34 +00:00
GitHub build-firmware Action 3a6454438f Auto-generated configs and docs 2020-07-15 01:37:36 +00:00
GitHub build-firmware Action 2ba31803cd Auto-generated configs and docs 2020-07-12 21:36:03 +00:00
rusefi 9516098303 EFI_IDLE_INCREMENTAL_PID_CIC should be a runtime parameter #806 2020-07-12 17:34:19 -04:00
GitHub build-firmware Action c2a96f21b4 Auto-generated configs and docs 2020-07-11 18:37:54 +00:00
rusefi ab3f238bda sleepingAwake sorry 2020-07-11 14:34:51 -04:00
GitHub build-firmware Action a05d53e33c Auto-generated configs and docs 2020-07-11 02:30:31 +00:00
GitHub build-firmware Action e8fbb7eaf2 Auto-generated configs and docs 2020-07-11 02:22:30 +00:00
GitHub build-firmware Action d5a99dda08 Auto-generated configs and docs 2020-07-10 20:06:22 +00:00
GitHub build-firmware Action ebb5b00315 Auto-generated configs and docs 2020-07-10 18:05:14 +00:00
rusefi 30bd081c9c https://rusefi.com/forum/viewtopic.php?p=37401#p37401 2020-07-10 14:02:50 -04:00
GitHub build-firmware Action be5fda78eb Auto-generated configs and docs 2020-07-09 20:02:54 +00:00
GitHub build-firmware Action 93dea17a4e Auto-generated configs and docs 2020-07-09 02:05:21 +00:00
rusefi 4ecab123bf migrate amazing idle from FSIO to less opaque TS #1581 2020-07-08 21:54:56 -04:00
GitHub build-firmware Action 78306b6d85 Auto-generated configs and docs 2020-07-08 03:03:03 +00:00
GitHub build-firmware Action cac87cc983 Auto-generated configs and docs 2020-07-08 02:20:59 +00:00
rusefi e4d543027a making smart idle more useable 2020-07-07 22:19:22 -04:00
rusefi b9c3ab2151 INI Request: rusEFI 2020.07.06.mre_f4.2108843221 #54 2020-07-07 22:05:05 -04:00
rusefi ce053dda5e INI Request: rusEFI 2020.07.06.mre_f4.2108843221 #54 2020-07-07 21:59:23 -04:00
rusefi dfcf7eef9c INI Request: rusEFI 2020.07.06.mre_f4.2108843221 #54 2020-07-07 21:54:43 -04:00
rusefi 57f86de94a INI Request: rusEFI 2020.07.06.mre_f4.2108843221 #54 2020-07-07 21:48:05 -04:00
GitHub build-firmware Action 7ed87fe4f7 Auto-generated configs and docs 2020-07-08 01:33:15 +00:00
GitHub build-firmware Action 1d1c09aa7d Auto-generated configs and docs 2020-07-06 06:07:22 +00:00
GitHub build-firmware Action 6eec10da81 Auto-generated configs and docs 2020-07-06 05:30:14 +00:00
GitHub build-firmware Action f7328ab32e Auto-generated configs and docs 2020-07-06 05:14:39 +00:00
rusefi 90ef655800 Merge remote-tracking branch 'origin/master' 2020-07-06 01:12:24 -04:00
rusefi 29d907f1d2 generated 2020-07-06 01:12:15 -04:00
GitHub build-firmware Action 1355c885a9 Auto-generated configs and docs 2020-07-06 05:10:57 +00:00
GitHub build-firmware Action 0a3084bacc Auto-generated configs and docs 2020-07-06 05:08:00 +00:00
rusefi 585b0f8011 generated 2020-07-06 01:06:27 -04:00
GitHub build-firmware Action be07138f29 Auto-generated configs and docs 2020-07-06 04:50:02 +00:00
rusefi d78089be81 SHORT_BOARDNAME becomes BUNDLE_NAME 2020-07-06 00:48:43 -04:00
GitHub build-firmware Action 489aa62a67 Auto-generated configs and docs 2020-07-06 00:06:17 +00:00
GitHub build-firmware Action fc9cf6322a Auto-generated configs and docs 2020-07-05 22:16:51 +00:00
Matthew Kennedy 26478ec394
Switch fueling to new axes (#1574)
* switch tables

* missed one
2020-07-05 18:14:55 -04:00
GitHub build-firmware Action 6f51dc9e5e Auto-generated configs and docs 2020-07-05 20:30:05 +00: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
GitHub build-firmware Action ecca0879df Auto-generated configs and docs 2020-07-05 01:34:13 +00:00
rusefi c0bb907aa3 idle_min through FSIO not working as intended #1553
FSIO debug outputs progress
2020-07-04 21:32:12 -04:00
GitHub build-firmware Action 01e23fba91 Auto-generated configs and docs 2020-07-05 01:09:34 +00:00
GitHub build-firmware Action 008e8d55c1 Auto-generated configs and docs 2020-07-04 20:42:44 +00:00
Matthew Kennedy 00e01abc4d
Add ign & fuel load fields (#1568)
* add to code

* output channels size

* rusefi.input

* java offsets

Co-authored-by: Matthew Kennedy <makenne@microsoft.com>
2020-07-04 16:40:31 -04:00
GitHub build-firmware Action 940f6c1769 Auto-generated configs and docs 2020-07-04 04:32:42 +00:00
GitHub build-firmware Action 6d6c9abe01 Auto-generated configs and docs 2020-07-04 04:04:09 +00:00
GitHub build-firmware Action 6c61b690f0 Auto-generated configs and docs 2020-07-04 03:07:06 +00:00
Matthew Kennedy b50a1fccc9
fix maf gauge scaling (#1566)
* div by 10

* define ratio

Co-authored-by: Matthew Kennedy <makenne@microsoft.com>
2020-07-03 23:06:00 -04:00
GitHub build-firmware Action 884d69b10c Auto-generated configs and docs 2020-07-03 19:10:58 +00:00
GitHub build-firmware Action 2e5c717004 Auto-generated configs and docs 2020-07-03 18:56:10 +00:00
GitHub build-firmware Action 4a532cba82 Auto-generated configs and docs 2020-07-03 00:44:38 +00:00
rusefi 922907952b typo 2020-07-02 20:40:00 -04:00
GitHub build-firmware Action 6730a7339e Auto-generated configs and docs 2020-07-02 23:18:56 +00:00
rusefi 0fbc0061ee better names for debug fields in log files 2020-07-02 19:17:36 -04:00
GitHub build-firmware Action fab2e44fe1 Auto-generated configs and docs 2020-07-02 18:44:11 +00:00
rusefi edc9158229 push 2020-07-02 14:42:02 -04:00
GitHub build-firmware Action e42bbc41ed Auto-generated configs and docs 2020-07-02 18:26:47 +00:00
GitHub build-firmware Action f2247cf5c0 Auto-generated configs and docs 2020-07-02 16:36:06 +00:00
GitHub build-firmware Action 959ca823e8 Auto-generated configs and docs 2020-07-02 12:27:27 +00:00
GitHub build-firmware Action 9dfbcd919e Auto-generated configs and docs 2020-07-02 12:17:28 +00:00
andreika-git 11f1988803
Gen config refactor 1 (#1558)
* fix signature

* gen_config refactor, part I

* Add empty cache.zip

Co-authored-by: Andrei <andreikagit@users.noreply.github.com>
2020-07-02 08:16:18 -04:00
GitHub build-firmware Action bf2ef4d517 Auto-generated configs and docs 2020-07-01 01:31:06 +00:00
rusefi d275677b1c MRE defaults command 2020-06-30 21:29:47 -04:00
GitHub build-firmware Action ea93955c9e Auto-generated configs and docs 2020-07-01 01:01:31 +00:00
rusefi d537780086 life is great 2020-06-30 20:49:16 -04:00
GitHub build-firmware Action a12426d935 Auto-generated configs and docs 2020-06-30 19:19:48 +00:00
GitHub build-firmware Action 6b9a659fd8 Auto-generated configs and docs 2020-06-30 19:10:53 +00:00
rusefi 7f2e2d9294 all fields should have TS info 2020-06-30 15:08:50 -04:00
GitHub build-firmware Action c4d5813bbf Auto-generated configs and docs 2020-06-30 01:46:18 +00:00
andreika-git 7bf4c50ef3
sftp .ini uploader (#1548)
Co-authored-by: Andrei <andreikagit@users.noreply.github.com>
2020-06-29 08:47:23 -04:00
rusefi bf50d4a262 prototype for andreika 2020-06-28 21:48:53 -04:00
rusefi 90b72e54f1 commits which do not affect generated files fail gen_config action commit step #1547 2020-06-28 21:36:14 -04:00
rusefi a448bdb9a3 progress 2020-06-28 21:18:51 -04:00
GitHub build-firmware Action 0f184b5e0c Auto-generated configs and docs 2020-06-29 00:59:47 +00:00
rusefi 5778987219 actions are broken? 2020-06-28 20:58:51 -04:00
rusefi d3667177fa cost of progress :( 2020-06-28 20:50:20 -04:00
rusefi e927b96efd cost of progress :( 2020-06-28 20:38:28 -04:00
rusefi a0a0ee3514 cost of progress :( 2020-06-28 20:29:28 -04:00
rusefi 50487dea72 trying to progress progress 2020-06-28 17:14:06 -04:00
rusefi 968b8e685f trying to progress progress 2020-06-28 17:01:52 -04:00
rusefi 46e9145282 cost of progress 2020-06-28 15:03:53 -04:00
rusefi 1ca5dcfe5b +x 2020-06-28 14:58:44 -04:00
andreika-git b5d42a605e
Ini uploader attempt (#1545)
* try

* upload

* Update upload.sh

Co-authored-by: Andrei <andreikagit@users.noreply.github.com>
Co-authored-by: rusefi <rusefi@users.noreply.github.com>
2020-06-28 14:50:59 -04:00
GitHub build-firmware Action 1857bfd70a Auto-generated configs and docs 2020-06-28 17:41:36 +00:00
GitHub build-firmware Action e28b2a39fc Auto-generated configs and docs 2020-06-28 16:16:05 +00:00
GitHub build-firmware Action 5cb3c256cb Auto-generated configs and docs 2020-06-28 16:03:50 +00:00
rusefi d5a49044a4 progress? 2020-06-28 11:59:47 -04:00
andreika-git d5083d84ea
gen_live_documentation cache (#1544)
Co-authored-by: Andrei <andreikagit@users.noreply.github.com>
2020-06-28 11:50:51 -04:00
GitHub build-firmware Action 85978503cf Auto-generated configs and docs 2020-06-28 14:12:01 +00:00
rusefi 51b40681e8 Merge remote-tracking branch 'origin/master' 2020-06-28 10:06:31 -04:00
rusefi 2739a85338 cost of progress 2020-06-28 10:05:51 -04:00
GitHub build-firmware Action 7829ff0f26 Auto-generated configs and docs 2020-06-28 14:03:26 +00:00
andreika-git 3635d0077a
gen_config cache (#1543)
* use cache for gen_config

* create dummy cache files to store them in github

* fix typo

* comment

* text

Co-authored-by: Andrei <andreikagit@users.noreply.github.com>
2020-06-28 10:00:11 -04:00