Commit Graph

20064 Commits

Author SHA1 Message Date
GitHub build-firmware Action ae268ae8c2 Auto-generated configs and docs 2022-08-09 20:28:25 +00:00
Matthew Kennedy e9e6df6d7f
add option to invert vvt control (#4425)
* add option to invert vvt control

* s

* s

* s

* one bit per cam type

* move the space

* I don't spelling good

* changelog
2022-08-09 16:22:55 -04:00
GitHub build-firmware Action 8c21418be9 Auto-generated configs and docs 2022-08-09 19:45:41 +00:00
rusefillc 53c83ff0f8 VVT target to allow negative values #4424
ooooops
2022-08-09 15:41:02 -04:00
rusefillc 929ef885e3 dead import 2022-08-09 15:24:13 -04:00
rusefillc 66a3e11048 need 100% for now 2022-08-09 14:16:11 -04:00
GitHub build-firmware Action d706e94492 Auto-generated configs and docs 2022-08-09 17:31:12 +00:00
rusefillc c7c443ea24 https://github.com/rusefi/hellen154hyundai/issues/57 2022-08-09 13:26:11 -04:00
rusefillc 5105bc57e3 ISO-TP does not work on real car #4427 2022-08-09 13:12:51 -04:00
GitHub build-firmware Action 15dbdcb69e Auto-generated configs and docs 2022-08-09 16:53:48 +00:00
rusefillc 7b5eedf6bc ISO-TP does not work on real car #4427 2022-08-09 12:29:26 -04:00
rusefillc 1eb891def0 logging skip rate 2022-08-09 12:04:04 -04:00
rusefillc db7245f90b life is better without race condition 2022-08-09 12:03:49 -04:00
rusefillc 27059fd4cc ISO-TP does not work on real car #4427 2022-08-09 11:48:33 -04:00
rusefillc 4389ffea9d ISO-TP does not work on real car #4427 2022-08-09 11:27:42 -04:00
GitHub build-firmware Action 76b19acb5d Auto-generated configs and docs 2022-08-09 03:13:08 +00:00
rusefillc 97601f9292 VVT target to allow negative values fix #4424 2022-08-08 22:51:51 -04:00
rusefillc 5d0aac56e9 VVT target to allow negative values #4424 2022-08-08 22:48:13 -04:00
rusefillc c07238b85e antlr 2022-08-08 21:22:47 -04:00
rusefillc 679890a3a8 pcan-basic 4.6.0 2022-08-08 21:15:31 -04:00
GitHub build-firmware Action ceadfcd6b0 Auto-generated configs and docs 2022-08-09 01:00:36 +00:00
rusefillc 4a99615039 pcan-basic 4.6.0 2022-08-08 20:54:32 -04:00
GitHub set-date Action 7e68c23084 Update date 2022-08-09 00:24:33 +00:00
rusefillc ce5bed8909 openblt into console 2022-08-08 18:23:30 -04:00
rusefi e7c78250c8 openblt into console 2022-08-08 17:56:19 -04:00
rusefillc 6e560e7f12 openblt into console 2022-08-08 17:18:20 -04:00
rusefillc 51887a8a6d better parameter name 2022-08-08 17:09:59 -04:00
rusefillc 7b6fc023dc openblt into console 2022-08-08 14:36:32 -04:00
rusefillc 748b3bade7 #4370 2022-08-08 13:43:43 -04:00
rusefillc 9c6bf2ce3c Merge branch 'master' of https://github.com/rusefi/rusefi 2022-08-08 13:40:49 -04:00
rusefillc f3a0ad1fbc reducing log pressure 2022-08-08 11:31:52 -04:00
rusefillc 1d7607b037 new feature: start PCAN connector from UI 2022-08-08 11:28:07 -04:00
rusefillc 7035cc93e5 expanding status API 2022-08-08 11:27:19 -04:00
rusefillc c6f0b92883 docs 2022-08-08 11:26:36 -04:00
rusefillc c9560d5677 dead code? 2022-08-08 11:03:15 -04:00
Matthew Kennedy c3d6bd7e59
Pt2001 module (#4396)
* pt2001 uses module

* read flag0

* c

* libfirmware

* makefiles

* are unit tests happy?

* bootloader
2022-08-08 08:53:08 -04:00
rusefillc 87bd1c067c Merge branch 'master' of https://github.com/rusefi/rusefi 2022-08-08 00:08:54 -04:00
GitHub set-date Action a02efd3b0f Update date 2022-08-08 00:19:50 +00:00
GitHub build-firmware Action 08b0d38fae Auto-generated configs and docs 2022-08-07 23:48:13 +00:00
Andrey G aecd997d4b
OpenBLT shared params (#4417)
* OpenBLT: linker file: use last 16 bytes of ram for shared area

This area is used for communication between FW and OpenBLT.

* OpenBLT: startup: invalidate only DFU breadcumb from startup code

Same location (but different seed) is used for shared param's
signature in OpenBLT.

* OpenBLT: enable shared params

* OpenBLT: enable hooks

If 0x01 is stored in shared param idx=0, then stay in OpenBLT forever.

* Jump to OpenBLT: store proper shared param when OpenBLT is requested

TODO: calculate and store CRC too!

* OpenBLT: move shared_params to start of RAM

* Bootloader: Allocate 16 bytes at start of RAM for bootloader shared area

* OpenBLT: shared_params: reuse same .c and .h file for main application

* OpenBLT: shared_params: enable CRC check

* OpenBLT: no need to manualy set breadcumb before reset

* Revert "OpenBLT: startup: invalidate only DFU breadcumb from startup code"

This reverts commit 6b064714b953560227ae53e38355332cf9f46f7f.

* OpenBLT: guard for builds without OpenBLT

* OpenBLT: reboot to OpenBLT on CAN request with ID=0x667 and DLC=2

* config: options to enable OpenBLT on CAN interfaces

* OpenBLT: comments
2022-08-07 19:33:19 -04:00
GitHub build-firmware Action 426fdde8b5 Auto-generated configs and docs 2022-08-07 22:13:09 +00:00
Andrey G bd44357129
config: options to enable OpenBLT on CAN interfaces (#4423) 2022-08-07 17:56:11 -04:00
GitHub set-date Action e147eec138 Update date 2022-08-07 00:26:04 +00:00
GitHub build-firmware Action 9cef059364 Auto-generated configs and docs 2022-08-06 21:05:53 +00:00
Matthew Kennedy ede4667eb4
bmw aux pins for o2 sensor (#4422)
* bmw aux

* those can be switch inputs too
2022-08-06 17:01:18 -04:00
GitHub build-firmware Action d3a684e239 Auto-generated configs and docs 2022-08-06 13:20:09 +00:00
rusefillc e150260e4a 350z: more canned tune #4416 2022-08-06 09:14:48 -04:00
rusefillc c83e3220dc reducing confusion 2022-08-06 09:14:48 -04:00
Matthew Kennedy bdcbe3804b
ignore invalid diag result when checking ign/inj (#4419)
* ignore invalid pins

* ign too
2022-08-06 07:24:53 -04:00
rusefillc 9e61f7b0b3 350z: more canned tune #4416 2022-08-05 23:28:53 -04:00