Commit Graph

4736 Commits

Author SHA1 Message Date
GitHub set-date Action 336093b742 Update date 2020-09-21 00:46:18 +00:00
rusefi b6ab109419 Merge remote-tracking branch 'origin/master' into master 2020-09-20 14:04:33 -04:00
rusefi 77a9d79124 Revert "reorder ADC channel index #1763"
This reverts commit a50450c5
2020-09-20 14:04:24 -04:00
David Holdeman 9536590a25 Debounce refactor (#1809)
* 1,2,4,7,9

* 6

* fix type mismatch

* change field

* comment

* Revert "comment"

This reverts commit f7ce8ed48d015490ed82d692270198817569b5a3.

* Revert "Revert "comment""

This reverts commit 99f2d5cadcbf444bf58acf9e57a6fed61355d5be.

* Revert "change field"

This reverts commit 55ec050cd947696cdffccae6b29fe48d95ab5f17.

* rename var

* comments

* use func in init

* default values

* remove redundant check
2020-09-20 14:01:00 -04:00
rusefi a50450c5fc reorder ADC channel index #1763
we forgot about something
2020-09-20 13:59:54 -04:00
GitHub build-firmware Action 6930ea5073 Auto-generated configs and docs 2020-09-20 17:45:00 +00:00
GitHub set-date Action 6155410cae Update date 2020-09-20 00:46:52 +00:00
GitHub build-firmware Action 561637cc47 Auto-generated configs and docs 2020-09-19 21:19:20 +00:00
David Holdeman 02a12d76f3 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 a2ec524c29 better QC procedure 2020-09-19 16:07:09 -04:00
rusefi 3e34b65ec5 better QC procedure 2020-09-19 04:57:07 -04:00
rusefi 34904db591 better QC procedure 2020-09-19 04:39:32 -04:00
rusefi be7ea7e068 docs 2020-09-19 04:38:59 -04:00
Matthew Kennedy 4a1b1b6bad fix closed loop fuel (#1797)
* fix

* add a test

* signature
2020-09-19 03:44:01 -04:00
GitHub set-date Action cc42bfc422 Update date 2020-09-19 00:44:27 +00:00
Matthew Kennedy 85304392dd two throttles one thread (#1806)
* two throttles one thread

* look at all this RAM!
2020-09-18 13:47:49 -04:00
rusefi d4d42dd781 Output pin init/deinit needs a linked list #1803 2020-09-18 13:29:17 -04:00
rusefi 42c6e26743 Merge remote-tracking branch 'origin/master' into master 2020-09-18 13:01:23 -04:00
rusefi a48c67c8c7 Output pin init/deinit needs a linked list #1803 2020-09-18 13:01:09 -04:00
GitHub build-firmware Action 8de08abc35 Auto-generated configs and docs 2020-09-18 07:05:55 +00:00
Matthew Kennedy d23a48fc53 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
rusefi 0b000fcdaa Output pin init/deinit needs a linked list #1803 2020-09-17 19:41:28 -04:00
rusefi 03195fba64 Merge remote-tracking branch 'origin/master' into master 2020-09-17 19:35:59 -04:00
rusefi 9f565721da Output pin config #1803
alternative to #1800
2020-09-17 19:35:43 -04:00
GitHub build-firmware Action f5488ddc16 Auto-generated configs and docs 2020-09-17 11:57:18 +00:00
GitHub set-date Action dfe53c26a5 Update date 2020-09-17 00:44:12 +00:00
GitHub set-date Action 991f6357b9 Update date 2020-09-16 00:44:01 +00:00
GitHub build-firmware Action 2b85806d44 Auto-generated configs and docs 2020-09-15 08:35:57 +00:00
David Holdeman 159e3142ce add shift matrix and pin config (#1798)
* add shift matrix and pin config

* try
2020-09-15 11:34:09 +03:00
GitHub set-date Action 821f43eb77 Update date 2020-09-15 00:44:08 +00:00
rusefi e3600a8f24 Engine runs we can disengage the starter #1795 2020-09-14 00:45:15 -04:00
GitHub set-date Action 19c4c1eb6c Update date 2020-09-14 00:44:19 +00:00
Matthew Kennedy 36234961c1 logging simplification: switch bare functions to member functions: try the second (#1794)
* first pass

* first pass

* const means we don't have to check!

* static

* test fixup

* fix sniffer
2020-09-13 11:49:25 +03:00
GitHub set-date Action 125eb97f04 Update date 2020-09-13 00:45:25 +00:00
rusefi ead14bd1ca Revert "logging simplification: switch bare functions to member functions (#1788)"
This reverts commit 39280fb2
2020-09-12 04:36:24 -04:00
GitHub build-firmware Action b66c24d9f2 Auto-generated configs and docs 2020-09-12 07:37:31 +00:00
GitHub set-date Action ead10c5cb7 Update date 2020-09-12 00:42:56 +00:00
GitHub build-firmware Action d30214e7c2 Auto-generated configs and docs 2020-09-12 00:22:40 +00:00
Matthew Kennedy 39280fb2c6 logging simplification: switch bare functions to member functions (#1788)
* first pass

* first pass

* const means we don't have to check!

* static

* test fixup
2020-09-12 03:08:11 +03:00
rusefi b1ec0508f5 Merge remote-tracking branch 'origin/Hellen_fork_point' into master
# Conflicts:
#	firmware/config/boards/common_make.bat
#	firmware/controllers/algo/engine.cpp
#	firmware/controllers/system_fsio.txt
2020-09-11 03:59:06 -04:00
GitHub build-firmware Action dda7deb05c Auto-generated configs and docs 2020-09-11 02:18:18 +00:00
David Holdeman e8e2cf2cfd 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 437d74e479 Hellen says merge #1772 Kinetis needs more help 2020-09-10 22:02:02 -04:00
rusefi 06763dc98f Hellen says merge #1772 Kinetis needs help 2020-09-10 21:51:58 -04:00
rusefi e48ab0f1d2 FSIO sync with reality? 2020-09-10 21:38:41 -04:00
rusefi 4c64c278f4 sync with reality? 2020-09-10 21:36:37 -04:00
rusefi 6726e11579 Hellen says merge #1772 progress 2020-09-10 21:26:21 -04:00
rusefi 3d4228dd40 Merge remote-tracking branch 'origin/master' into master 2020-09-10 21:17:29 -04:00
rusefi b38bea570d Hellen says merge #1772 system fsio 2020-09-10 21:16:33 -04:00
rusefi e289977e37 Hellen says merge #1772 main relay progress 2020-09-10 21:11:02 -04:00