Commit Graph

2366 Commits

Author SHA1 Message Date
GitHub gen-configs Action 75733ab04b Auto-generated configs and docs 2024-12-06 20:52:18 +00:00
GitHub gen-configs Action 9c8163d08d Auto-generated configs and docs 2024-12-06 17:28:16 +00:00
GitHub gen-configs Action c0ee7e2c84 Auto-generated configs and docs 2024-12-04 23:07:30 +00:00
kifir23917 8130d035ed
Convert `NitrousController` into engine module, handling slow callback #6783 (#7121)
* make update sensor post action configurable #6783

* Convert `NitrousController` into engine module, handling slow callback #6783
2024-12-04 17:55:08 -05:00
GitHub gen-configs Action 9d2d159789 Auto-generated configs and docs 2024-12-04 02:12:05 +00:00
GitHub gen-configs Action 438a2a5bed Auto-generated configs and docs 2024-12-04 00:14:44 +00:00
GitHub gen-configs Action d2039a2005 Auto-generated configs and docs 2024-12-03 23:14:54 +00:00
GitHub gen-configs Action 80a00c2f6a Auto-generated configs and docs 2024-12-03 23:02:13 +00:00
GitHub gen-configs Action 9e8804a666 Auto-generated configs and docs 2024-12-02 21:44:57 +00:00
GitHub gen-configs Action 649345194a Auto-generated configs and docs 2024-12-01 22:37:26 +00:00
GitHub gen-configs Action d6d328a6e0 Auto-generated configs and docs 2024-11-29 22:43:40 +00:00
GitHub gen-configs Action 6783734505 Auto-generated configs and docs 2024-11-28 23:36:22 +00:00
GitHub gen-configs Action 5bf89accc0 Auto-generated configs and docs 2024-11-27 22:06:06 +00:00
kifir23917 d58aeb045d
Implement `Nitrous Control` settings with arming functionality #6783 (#7103) 2024-11-27 16:43:45 -05:00
GitHub gen-configs Action c05ab1ae39 Auto-generated configs and docs 2024-11-26 15:19:16 +00:00
Andrey G 1987f497e2
Uaefi sent (#7099)
* SENT: typo

* SENT: separate menu for input configuration

* SENT: pass SENT input number to decoder function

* SENT: is optional

* SENT: move gauges to "Sensors - SENT" category

* SENT: gauges show first channels statsistic only

* SENT: channels abstraction

First we define gpios used for SENT channels
Then we glue sensors to SENT channels

* SENT: fix gauges

* SENT: guards
2024-11-26 10:01:07 -05:00
GitHub gen-configs Action 732d0dde27 Auto-generated configs and docs 2024-11-25 06:13:46 +00:00
GitHub gen-configs Action 5d7b2c2fe8 Auto-generated configs and docs 2024-11-25 05:49:59 +00:00
GitHub gen-configs Action 9bd1a6cd67 Auto-generated configs and docs 2024-11-19 02:21:04 +00:00
rusefillc b7d6a439ef RawFlex gauge #6949
only meta
2024-11-18 21:10:39 -05:00
GitHub gen-configs Action c973a91393 Auto-generated configs and docs 2024-11-09 02:04:19 +00:00
GitHub gen-configs Action 4e6d3afa3f Auto-generated configs and docs 2024-11-09 01:31:53 +00:00
GitHub gen-configs Action 4926f646b7 Auto-generated configs and docs 2024-11-08 23:34:56 +00:00
Andrey G 7ca9bcc86a
ts: handleWriteChunkCommand() and handlePageReadCommand() now with page (#7043)
* ts: handleWriteChunkCommand() and handlePageReadCommand() now with page

Initial support for page addressing. This is needed to move
scatteredOffsetArray to separate page that is not saved in TS and ECU.

* fix test
2024-11-05 16:46:59 -05:00
Andrey G b5a5889c52
TS: do we need pageActivate ? (#7040) 2024-11-05 07:08:16 -05:00
Andrey G 912b0959fd
ts: handle pageValueWrite and pageChunkWrite with one func (#7041)
Also fix bug with incorrect data picked in pageValueWrite.
Seems pageValueWrite was never used by TS
2024-11-04 21:45:33 -05:00
Andrey Gusakov 93afc8125a usb: SERIAL_USB_BUFFERS_SIZE can be smaller than BLOCKING_FACTOR
Write to serial usb will just block caller untill enought space is
freed in internal buffer.
2024-11-04 08:39:30 -05:00
rusefillc a5470c868a docs 2024-11-04 08:39:29 -05:00
Andrey G 499801ceb9
TS: implement getCommand that have no params and request all livedata (#7039)
But until ochBlockSize is bigger than blockingFactor TS will not use
this command and prefer ochGetCommand.
2024-11-04 08:16:19 -05:00
Andrey G ccbf45808a
Fix UART rx floats (#7038)
* io serial: enable internal pull-up for EFI_CONSOLE_RX_BRAIN_PIN

* io serial: enable internal pull up for binarySerialRxPin
2024-11-04 08:05:54 -05:00
Andrey G d9dcc40a54
6595 burn failed (#7031)
* halconf: SERIAL_USB_BUFFERS_RX_SIZE should be 64

Until we fix bug in OTGv1

* ChibiOS: update OTGv1

* usb_console: fix SERIAL_USB_BUFFERS_TX_SIZE vs BLOCKING_FACTOR check

Actually should be removed as we can write to USB serial more than
can fit into buffer. Write caller will be just waiting for space
available in buffer.
2024-11-03 17:22:17 -05:00
GitHub gen-configs Action c1ac837efb Auto-generated configs and docs 2024-11-03 04:17:25 +00:00
rusefillc ed8fbde6e7 How does the ECU decide when to use MAP estimate? #7030
new 'isMapValid' logging data point
2024-11-03 00:05:46 -04:00
rusefi 1e9ca2f90a blink error indicators to get proper error codes #7021
only:uaefi
2024-10-31 22:49:34 -04:00
GitHub gen-configs Action 9eb2710426 Auto-generated configs and docs 2024-10-31 22:06:43 +00:00
rusEFI LLC 1ab6806d30 blink error indicators to get proper error codes #7021
only:meta
2024-10-31 17:57:04 -04:00
Andrey ddaa3a22e7 improving compilation guards
only:t-b-g
2024-10-22 06:14:09 -04:00
GitHub gen-configs Action a05b8f3c9a Auto-generated configs and docs 2024-10-22 09:45:56 +00:00
Andrey 4ff6ff60eb removal of older rusEFI console spectrogram, new one is coming soon!
only:uaefi
2024-10-21 11:25:58 -04:00
GitHub gen-configs Action 0a85635462 Auto-generated configs and docs 2024-10-21 15:12:25 +00:00
GitHub gen-configs Action 9be578171a Auto-generated configs and docs 2024-10-19 22:12:21 +00:00
GitHub gen-configs Action 546aa52e9e Auto-generated configs and docs 2024-10-15 03:22:16 +00:00
rusefillc 377cf9b1b7 #include "board_lookup.h" 2024-10-14 23:19:44 -04:00
rusefillc 2faa6c3681 only:getSdCardFieldsCount 2024-10-14 22:24:53 -04:00
Andrey Gusakov 1bed6d675a TS: report error if Page read/write/crc command is out of range 2024-10-13 08:49:45 -04:00
rusefillc 8df3a41856 only:dead HW QC 2024-10-11 18:59:44 -04:00
rusefillc 0882e723e1 only:dead HW QC 2024-10-11 18:42:11 -04:00
GitHub gen-configs Action 49c6b13507 Auto-generated configs and docs 2024-10-04 13:23:22 +00:00
GitHub gen-configs Action 92a650a1c8 Auto-generated configs and docs 2024-09-27 22:44:47 +00:00
kifir 9111c3427c add shift torque reduction controller to engine #5608 2024-09-27 18:35:14 -04:00