Commit Graph

12696 Commits

Author SHA1 Message Date
GitHub build-firmware Action 29f09aa4b2 Auto-generated configs and docs 2022-01-15 01:22:25 +00:00
rusefillc 3fa08b4d89 hard code canned tune for harley #3789 2022-01-14 16:38:05 -05:00
rusefillc d319155d54 https://rusefi.com/forum/viewtopic.php?p=44024#p44024 2022-01-13 22:46:17 -05:00
GitHub build-firmware Action c0b4028625 Auto-generated configs and docs 2022-01-14 03:39:21 +00:00
rusefillc ab1a696285 Gear detection based on RPM to VSS ratio #3779 2022-01-13 22:32:21 -05:00
rusefillc 91808b5f4e ## January 2022 Release - "Rubber ducky" 2022-01-13 22:32:21 -05:00
GitHub set-date Action b5c28c7e14 Update date 2022-01-14 01:08:41 +00:00
NMSTEC 190c895e05 F429 Working Stby, Stop & Wake PA0 (#3787) 2022-01-12 23:18:58 -05:00
GitHub build-firmware Action 32fa1af033 Auto-generated configs and docs 2022-01-13 03:04:47 +00:00
Matthew Kennedy e240905df6 Revert "forced 4 byte thing is actually no longer needed so much" (#3785)
* Revert "forced 4 byte thing is actually no longer needed so much"

This reverts commit 6b280043c7.

* bump flash version to force a re-write
2022-01-12 21:59:21 -05:00
GitHub build-firmware Action 4bdf8e5931 Auto-generated configs and docs 2022-01-13 02:44:46 +00:00
GitHub set-date Action 203244a544 Update date 2022-01-13 01:09:43 +00:00
GitHub build-firmware Action 72ac03a8c4 Auto-generated configs and docs 2022-01-12 21:38:47 +00:00
rusefillc 9d3d7b046a 't' in terminal does not print seconds properly fix #3780 2022-01-12 16:03:40 -05:00
Matthew Kennedy 78119b7df4 improve maf output channels and logging (#3743)
* maf channels

* s

* binary log

* if only I could type

* can

* instant RPM too

* s

* test

* graceful zero rpm

* test works

* float near
2022-01-12 15:41:35 -05:00
GitHub build-firmware Action caca8ffd74 Auto-generated configs and docs 2022-01-12 19:23:31 +00:00
rusefillc 1eccc1c7e9 export board-specific macro for stm32 pins based on board yaml #3298 2022-01-12 14:16:11 -05:00
GitHub build-firmware Action 8b78b6caf9 Auto-generated configs and docs 2022-01-12 18:44:35 +00:00
rusefillc 14734eb818 export board-specific macro for stm32 pins based on board yaml #3298 2022-01-12 13:34:21 -05:00
rusefillc f34d968a20 GDI red FATAL led on cranking fix #3766 2022-01-12 01:01:33 -05:00
rusefillc c628d72ff8 rusefi_Console: Too long re-connection time #3305 2022-01-11 23:40:05 -05:00
rusefillc bb77e30f0c logging of live data structs #3614 2022-01-11 22:54:57 -05:00
rusefillc f9054b0cde 't' to print current date 2022-01-11 22:47:46 -05:00
rusefillc dd4950f850 Code style for methods with zero arguments #3535 2022-01-11 22:40:52 -05:00
rusefillc fc996ad339 Code style for methods with zero arguments #3535 2022-01-11 22:26:24 -05:00
rusefillc 433aedd036 dead code 2022-01-11 22:20:15 -05:00
GitHub build-firmware Action ca12f1d062 Auto-generated configs and docs 2022-01-12 01:53:19 +00:00
Matthew Kennedy cb368580a6 don't start boost pwm unnecessarily (#3767)
* don't start boost pwm unnecessarily

* test
2022-01-11 20:47:50 -05:00
GitHub set-date Action 42ad365319 Update date 2022-01-12 01:07:20 +00:00
rusefillc 8447be9c60 live view is confused by conditional compilation #3773
ops
2022-01-11 14:24:53 -05:00
rusefillc 1c0919e885 live view is confused by conditional compilation fix #3773 2022-01-11 14:10:30 -05:00
rusefillc b11658c5bd https://github.com/rusefi/rusefi/issues/2551 2022-01-11 10:32:42 -05:00
rusefillc 5c68f86a0d RE usability: live data for idle controller 2022-01-10 21:55:52 -05:00
GitHub build-firmware Action b929678129 Auto-generated configs and docs 2022-01-11 01:57:47 +00:00
rusefillc a989bb50ac RE usability: live data for idle controller 2022-01-10 20:51:49 -05:00
rusefillc d550893e85 RE usability: live data for idle controller 2022-01-10 20:32:20 -05:00
rusefillc 5eaabf5eb6 RE usability: live data for idle controller
static bad, class fields better
2022-01-10 20:12:11 -05:00
rusefillc 6fd0ae24d9 RE usability: live data for idle controller 2022-01-10 19:48:58 -05:00
GitHub build-firmware Action bb881582fe Auto-generated configs and docs 2022-01-11 00:32:14 +00:00
rusefillc 3a069be8f2 L9779WD driver #3768 2022-01-10 19:15:36 -05:00
GitHub build-firmware Action ddb4f30ec0 Auto-generated configs and docs 2022-01-10 22:06:22 +00:00
rusefillc 50a5bba315 GDI Epic #1448 2022-01-10 16:53:49 -05:00
rusefillc cc13519e6d L9779WD driver #3768 2022-01-10 16:53:38 -05:00
rusefillc dabd4d2354 GDI red FATAL led on cranking #3766 2022-01-10 16:42:31 -05:00
Andrey G fc32af43bb F429 discovery ram dev (#3761)
* stm32f429-discovery: mostly copy-paste from ChibiOS-Contrib

* STM32F429-discovery has external SDRAM

* F429-Discovery: add simple memory test for SDRAM (disabled)

* Revert "random piece of https://github.com/dron0gus/rusefi/tree/f429-discovery-ram-dev"

This reverts commit 9625820272.

Co-authored-by: rusefillc <sdfsdfqsf2334234234>
2022-01-10 16:14:39 -05:00
rusefi 02b127545c GDI red FATAL led on cranking #3766 2022-01-10 13:53:43 -05:00
rusefi a230c139cc B6 2022-01-10 13:53:02 -05:00
rusefillc 07a44e0acb GDI red FATAL led on cranking #3766 2022-01-10 13:06:19 -05:00
rusefillc 19bbf6ed71 B6 2022-01-10 13:06:19 -05:00
Matthew Kennedy 4ee76aadc2 per-board pre-low-power handlers (#3752)
* per-board pre-low-power handlers

* per-chip standby options

* default implementation
2022-01-10 08:37:05 -05:00