Commit Graph

18908 Commits

Author SHA1 Message Date
GitHub set-date Action a62a8da4f0 Update date 2022-08-11 00:23:40 +00:00
GitHub build-firmware Action 0c31cb4532 Auto-generated configs and docs 2022-08-10 05:44:46 +00:00
rusefillc 443ac0bfdf Extra Idle Air if Throttle is Pressed behavior #3940 2022-08-10 01:39:24 -04:00
GitHub build-firmware Action 3c908ded0e Auto-generated configs and docs 2022-08-10 00:44:28 +00:00
rusefillc 19ad9672a4 verboseCan EXT fix 2022-08-09 20:39:27 -04:00
rusefillc d97bcec161 refactoring: better field name 2022-08-09 20:32:39 -04:00
GitHub set-date Action e8b9b0bd11 Update date 2022-08-10 00:20:55 +00:00
Andrey G 78e53535d5 OpneBLT: Ops!: use can2OpenBLT for second CAN (#4430) 2022-08-09 18:12:11 -04:00
Andrey G f40f8323e1 OpenBLT: jump to OpenBLT on CAN request only if allowed (#4429) 2022-08-09 17:22:38 -04:00
GitHub build-firmware Action e838c2b5ff Auto-generated configs and docs 2022-08-09 20:28:25 +00:00
Matthew Kennedy 66b4523575 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 a227c5f9ec Auto-generated configs and docs 2022-08-09 19:45:41 +00:00
rusefillc 949bf5f474 VVT target to allow negative values #4424
ooooops
2022-08-09 15:41:02 -04:00
rusefillc 362f43ebd8 dead import 2022-08-09 15:24:13 -04:00
rusefillc 381a789af2 need 100% for now 2022-08-09 14:16:11 -04:00
GitHub build-firmware Action 1215618e1b Auto-generated configs and docs 2022-08-09 17:31:12 +00:00
rusefillc 87389f152e https://github.com/rusefi/hellen154hyundai/issues/57 2022-08-09 13:26:11 -04:00
rusefillc bf15c5bc8a ISO-TP does not work on real car #4427 2022-08-09 13:12:51 -04:00
GitHub build-firmware Action 6e8c0f24d5 Auto-generated configs and docs 2022-08-09 16:53:48 +00:00
rusefillc 0ed57a1d93 ISO-TP does not work on real car #4427 2022-08-09 12:29:26 -04:00
rusefillc fe298bf2b4 logging skip rate 2022-08-09 12:04:04 -04:00
rusefillc fb7000b49e life is better without race condition 2022-08-09 12:03:49 -04:00
rusefillc 8ffdc83a11 ISO-TP does not work on real car #4427 2022-08-09 11:48:33 -04:00
rusefillc ec36105141 ISO-TP does not work on real car #4427 2022-08-09 11:27:42 -04:00
GitHub build-firmware Action 2349572182 Auto-generated configs and docs 2022-08-09 03:13:08 +00:00
rusefillc 6e7ebf9e5e VVT target to allow negative values fix #4424 2022-08-08 22:51:51 -04:00
rusefillc 68ce7c1254 VVT target to allow negative values #4424 2022-08-08 22:48:13 -04:00
rusefillc 4c3f16e6fa antlr 2022-08-08 21:22:47 -04:00
rusefillc 88af991dfe pcan-basic 4.6.0 2022-08-08 21:15:31 -04:00
GitHub build-firmware Action 58b06ef2f8 Auto-generated configs and docs 2022-08-09 01:00:36 +00:00
rusefillc 349690eaab pcan-basic 4.6.0 2022-08-08 20:54:32 -04:00
GitHub set-date Action aa8c3ceedf Update date 2022-08-09 00:24:33 +00:00
rusefillc 4cffb6932e openblt into console 2022-08-08 18:23:30 -04:00
rusefi 4717612f23 openblt into console 2022-08-08 17:56:19 -04:00
rusefillc 346ef929fd openblt into console 2022-08-08 17:18:20 -04:00
rusefillc 49297ed2d8 better parameter name 2022-08-08 17:09:59 -04:00
rusefillc 3c4bbb88d0 openblt into console 2022-08-08 14:36:32 -04:00
rusefillc 1d79c236e9 #4370 2022-08-08 13:43:43 -04:00
rusefillc 38f97d6c0b Merge branch 'master' of https://github.com/rusefi/rusefi 2022-08-08 13:40:49 -04:00
rusefillc cde61be8e9 reducing log pressure 2022-08-08 11:31:52 -04:00
rusefillc dd95d09499 new feature: start PCAN connector from UI 2022-08-08 11:28:07 -04:00
rusefillc 9bc66ac538 expanding status API 2022-08-08 11:27:19 -04:00
rusefillc efac58849a docs 2022-08-08 11:26:36 -04:00
rusefillc 81a6dab828 dead code? 2022-08-08 11:03:15 -04:00
Matthew Kennedy 5fc7000834 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 9d6ffcb7fa Merge branch 'master' of https://github.com/rusefi/rusefi 2022-08-08 00:08:54 -04:00
GitHub set-date Action 2a225e212e Update date 2022-08-08 00:19:50 +00:00
GitHub build-firmware Action 233ea40ea8 Auto-generated configs and docs 2022-08-07 23:48:13 +00:00
Andrey G 074563ddfd 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 1b67195746 Auto-generated configs and docs 2022-08-07 22:13:09 +00:00