Commit Graph

22274 Commits

Author SHA1 Message Date
GitHub set-date Action dffa451a67 Update date 2023-01-07 00:19:29 +00:00
rusefi a61f0aa9d5 STM32Cube v2.12 2023-01-06 16:45:42 -05:00
rusefi e67c2e85e1 STM32Cube v2.12 2023-01-06 15:32:32 -05:00
GitHub gen-configs Action 77a9eceec1 Auto-generated configs and docs 2023-01-06 19:25:45 +00:00
rusefillc c33a04f7a0 progress 2023-01-06 13:55:04 -05:00
rusefillc 4b8427bda3 8chan 2023-01-06 13:54:43 -05:00
rusefillc e572a63bc8 hello Ant 2023-01-06 13:40:01 -05:00
rusefillc ed91493c72 refactoring 2023-01-06 12:31:42 -05:00
rusefillc 2fd1a1d0f6 refactoring 2023-01-06 12:28:42 -05:00
rusefillc 92a7083b30 refactoring 2023-01-06 12:23:24 -05:00
rusefillc 0907470d7f refactoring 2023-01-06 12:09:11 -05:00
rusefillc 254e31bc4c refactoring 2023-01-06 12:00:30 -05:00
rusefillc 9ba21589f8 refactoring 2023-01-06 11:56:25 -05:00
rusefillc 12102d5bf3 refactoring 2023-01-06 11:55:59 -05:00
rusefillc 8d2842d475 refactoring 2023-01-06 11:11:50 -05:00
rusefillc fef6e965d3 refactoring 2023-01-06 11:08:23 -05:00
rusefillc d99106560d refactoring 2023-01-06 11:01:32 -05:00
rusefillc 160e12a8bd refactoring 2023-01-06 10:54:29 -05:00
rusefillc ac1da4856f refactoring 2023-01-06 10:52:09 -05:00
rusefillc 4708b4080b refactoring 2023-01-06 10:42:44 -05:00
rusefillc b4b6b4baf3 refactoring 2023-01-06 10:36:47 -05:00
rusefillc b3d3a2ee9c refactoring 2023-01-06 10:35:07 -05:00
rusefillc 88c11cadb0 refactoring 2023-01-06 10:30:26 -05:00
Matthew Kennedy 1eb00e5ec9
adc resubscription of the same sensor (#4947)
* adc resubscription of the same sensor

* overload function name

* fix logic

* thermistors and map
2023-01-06 08:09:17 -05:00
GitHub gen-configs Action 834ed681d9 Auto-generated configs and docs 2023-01-06 02:30:20 +00:00
rusefillc 609b0d3ad1 8chan 2023-01-05 21:23:00 -05:00
rusefillc a4eea87440 external muxes for internal ADC #3350 2023-01-05 21:23:00 -05:00
GitHub set-date Action ff79e54e38 Update date 2023-01-06 00:21:19 +00:00
GitHub gen-configs Action ba87d907e9 Auto-generated configs and docs 2023-01-05 17:50:04 +00:00
rusefillc d6d6df568c Ignition IAT Corr Load Bins Range fix #4941 2023-01-05 12:30:53 -05:00
Andrey G a300043f5d
Feed mapAveragingAdcCallback() with volts not adc raw values (#4940) 2023-01-05 12:14:48 -05:00
Andrey G f25edb646d
ADC and HIP: feed callback with voltage, not raw adc values (#4939)
* hip9011: use adcToVoltsDivided() helper

* hip9011: feed callback with volts, not raw adc value
2023-01-05 12:00:23 -05:00
GitHub gen-configs Action 766ec5cde0 Auto-generated configs and docs 2023-01-05 12:29:30 +00:00
rusefillc 279f570cb7 reducing misinformation 2023-01-05 07:23:51 -05:00
rusefillc 54d58453a0 fix https://github.com/rusefi/alphax-8chan/issues/56 2023-01-05 00:18:50 -05:00
GitHub gen-configs Action 3d64b2070a Auto-generated configs and docs 2023-01-05 02:20:06 +00:00
rusefillc a73d0636f8 rollingLaunchEnabled is dead for now 2023-01-04 21:14:46 -05:00
rusefillc 7826816ecc getDigital only works for 4 specific pins. Can it be made to work with generic digital pins? #4861 2023-01-04 21:12:14 -05:00
GitHub set-date Action 837e83ac0c Update date 2023-01-05 00:21:20 +00:00
GitHub gen-configs Action 06591f20d6 Auto-generated configs and docs 2023-01-04 21:53:27 +00:00
Andrey G e989859cb8
S105: more support (#4937)
* s105: ts_name for battery input

* flash: allow one copy for devices with 512K of flash

* s105: all outputs are open drain
2023-01-04 16:39:17 -05:00
rusefillc 6ef5fef590 so much bad copy-pasta 2023-01-04 16:37:37 -05:00
GitHub gen-configs Action fe3d48b4a3 Auto-generated configs and docs 2023-01-04 18:43:50 +00:00
Andrey G be5443d20b
S105: pinout fixes, defaults (#4936)
* s105: default configuration, overrides

* s105: pinout: avoid comment symbol in names
2023-01-04 13:32:24 -05:00
rusefillc b49e1569ba findTriggerZeroEventIndex() failed fix #4935 2023-01-04 13:15:45 -05:00
rusefillc 1f3cee920b Mitsubishi 4G93 Trigger issues #4918 2023-01-04 09:08:08 -05:00
GitHub gen-configs Action f37a7f82d6 Auto-generated configs and docs 2023-01-04 13:12:02 +00:00
Andrey G 07004242d2
S105: more pins (#4934)
* s105: add digital inputs

* s105: add analog inputs

* s105: pins: more comments

* s105: fix speed input

* s105: +12V ADC input
2023-01-04 09:05:43 -04:00
Andrey 9db64ada20 getDigital only works for 4 specific pins. Can it be made to work with generic digital pins? #4861 2023-01-03 21:54:28 -05:00
Andrey 3edc561e56 getDigital only works for 4 specific pins. Can it be made to work with generic digital pins? #4861 2023-01-03 21:46:56 -05:00