Commit Graph

2959 Commits

Author SHA1 Message Date
rusefillc 374997111c default value duplicate & breaking up long line 2022-07-11 02:57:32 -04:00
rusefillc 3fd5a4b888 looks dead to me 2022-07-11 02:57:32 -04:00
rusefillc cff97ee855 reducing complexity 2022-07-11 02:57:31 -04:00
rusefillc c7c4807c52 removing some unused debug 2022-07-11 02:57:31 -04:00
rusefillc 7d9ebccf12 more fancy 2022-07-09 23:51:20 -04:00
rusefillc 578faa0d41 ETB to overrides, fixing 88 2022-07-08 19:33:49 -04:00
rusefillc ce611b1ea6 ETB to overrides 2022-07-08 19:32:16 -04:00
rusefillc bdd7183b7d refactoring 2022-07-08 19:31:07 -04:00
rusefillc fa1d7b2773 copy-paste bad 2022-07-08 19:31:07 -04:00
rusefillc a89317f5ce E65 progress 2022-07-08 19:00:49 -04:00
rusefillc 2e1c148881 https://rusefi.com/forum/viewtopic.php?p=45813#p45813 2022-07-08 18:07:53 -04:00
rusefillc 9dd9dd1083 https://rusefi.com/forum/viewtopic.php?p=45811#p45811 ETB 2022-07-08 00:07:44 -04:00
rusefillc e84ed034ae refactoring hellen meta 2022-07-08 00:07:15 -04:00
rusefillc f08c172cfc https://rusefi.com/forum/viewtopic.php?p=45811#p45811 2022-07-07 23:51:38 -04:00
Matthew Kennedy 6267b8621a big delete ICU (#4270)
* big delete

* icu vestiges

* changelog
2022-07-07 15:27:59 -04:00
rusefillc b84a0bdf98 fix lua CAN RX of 11b frames #4321 2022-07-05 13:40:02 -04:00
GitHub build-firmware Action cd5d7afbc3 Auto-generated configs and docs 2022-07-03 21:20:10 +00:00
rusefillc e421501a46 fix #4315 2022-07-03 17:15:32 -04:00
Matthew Kennedy 2c80b8cf19 implement CAN driver for simulator (#4312)
* stub simulator CAN driver

* comments

* CAN sensor

* maybe implement?

* s

* fix

* tx and rx actually work!?!?!

* check_can_isr

* modify chibios

* Sim has no CAN on Windows (for now?)

* safer init/deinit, enable assertions

* smarter handling of missing CAN device

* better guards

* guards for windows
2022-07-03 08:25:24 -04:00
Matthew Kennedy b5d85334c3 hellen board ID detect improvements (#4307)
* move call

* board detections work correctly

* improve detector

* s

* break instead of return

* tests

Co-authored-by: Matthew Kennedy <makenne@microsoft.com>
2022-07-02 05:19:02 -04:00
Matthew Kennedy baa7d17799 use detected hellen board type on h72 (#4305)
* use detected hellen board type

* s

* s

* name
2022-06-29 18:10:29 -04:00
Matthew Kennedy 1dfd3359df remove system lua VM (#3864)
* well, that was a fun experiment

* don't need that file

* s

Co-authored-by: Matthew Kennedy <makenne@microsoft.com>
2022-06-29 16:52:17 -04:00
rusefillc 27995ddc70 https://github.com/rusefi/hellen-NB2-issues/issues/36 2022-06-29 02:16:46 -04:00
rusefillc 0f66f562aa usability confustion: ediatble fields with board overrides fix #4295 2022-06-27 13:35:22 -04:00
rusefi 60edee920a less invalid default config 2022-06-26 23:47:42 -04:00
rusefillc 8c0ec4578e B6 2022-06-25 13:26:21 -04:00
rusefillc bc7e9e76ab https://github.com/rusefi/hellen-NA8-96-issues/issues/16 2022-06-25 11:37:36 -04:00
rusefillc 34b2aaf946 https://github.com/rusefi/hellen-NA8-96-issues/issues/16 2022-06-25 11:25:35 -04:00
rusefillc 4771c6c2db https://github.com/rusefi/hellen-NA8-96-issues/issues/16 2022-06-25 02:56:01 -04:00
rusefillc b4b699670d https://github.com/rusefi/hellen-NA8-96-issues/issues/16 2022-06-25 02:26:50 -04:00
Matthew Kennedy 25c7987020 s (#4280) 2022-06-23 22:16:53 -04:00
Matthew Kennedy 478549ccdf get rid of setSerialConfigurationOverrides (#4274)
* get rid of setSerialConfigurationOverrides

* missed a few

* kinetis
2022-06-23 19:42:09 -04:00
rusefillc 8f7a3aa6ba NA8 progress 2022-06-23 15:37:40 -04:00
Matthew Kennedy bb9071a828 hellen SD card presets (#4273)
* hellen SD card presets

* copy paste missed some semicolons
2022-06-23 15:02:13 -04:00
rusefi 0ea3ef9a42 master please cheer up! 2022-06-23 14:54:25 -04:00
rusefi aae5b9fab6 miata 96 defaults 2022-06-23 14:30:41 -04:00
rusefi 0a409f1b82 intMap by default 2022-06-23 14:13:42 -04:00
Matthew Kennedy be3e64fd2a clean up sd overrides (#4272) 2022-06-23 09:15:51 -04:00
Matthew Kennedy 9d2d893f3b use EXTI instead of ICU by default (#3032)
* exti default

* s

* skip late events

* there are more hellens now

* oof

* science

* kick

* kick

* I do not understand how computers

* science

* science

* no workflows to speed loop

* use existing subtraction

* extract function because I don't understand computers

* well, let's just dump the stack nearby

* is flipped condition still broken?

* different behavior

* what if we don't optimize

* mass storage overflows

* ok fine optimize a little bit

* we are just unable to print 64b apparently

* angry integers

* track which wheel/value was last

* signal instead of both

* try a queue

* Revert "no workflows to speed loop"

This reverts commit 0637a7d7ab39a3fb2af1a01eef6123b7269559a4.

* s

* print new timestamp too

* don't overrun the error buffer

* try to see where the event came from

* s

* does it help if we abort while self stim is enabled?

* do it in hwHandle

* what if we disable the pins

* include

* run with the safeties off in the name of science

* s

* d

* fix configs

* s

* s

* remove duct tape

* put the test back too....

Co-authored-by: Matthew Kennedy <makenne@microsoft.com>
2022-06-22 22:33:52 -04:00
Matthew Kennedy 3c9910485d logic analyzer uses exti (#4269)
* rename functions

* s

* logic analyzer implemented using EXTI

* s

* don't turn it off on hellen either

Co-authored-by: Matthew Kennedy <makenne@microsoft.com>
2022-06-22 20:13:17 -04:00
Matthew Kennedy 7062394786 flip icu/pal default (#4268)
* flip icu/pal default

* s

* s

* cleanup

* eg33
2022-06-22 18:43:39 -04:00
rusefi 9fa5a4f286 hellen meta 2022-06-22 12:35:48 -04:00
rusefillc 6b217a9550 https://github.com/rusefi/rusefi/issues/4266 2022-06-22 00:07:42 -04:00
rusefillc 1b8e3bda34 bit math is hard :( 2022-06-20 21:36:10 -04:00
rusefillc 05f1b8c938 B6 2022-06-20 16:43:50 -04:00
rusefillc 203f560654 b6 build 2022-06-20 08:26:28 -04:00
rusefillc d9514d4479 B6 shutdown Lua and else 2022-06-19 20:06:03 -04:00
rusefillc 7165b6a34d Update readme.md 2022-06-19 14:59:48 -04:00
rusefillc 4c1179442b Mark reports that detectHellenBoardType hangs up HD and Nucleo fix #4084 2022-06-19 11:29:17 -04:00
rusefillc 1f07b6954a Mark reports that detectHellenBoardType hangs up HD and Nucleo #4084 2022-06-19 11:06:38 -04:00
rusefillc 1a163721eb less broken default 2022-06-19 10:54:43 -04:00
rusefi e8e0e7bd6d verbose trigger sync should reuse engineSnifferRpmThreshold #4259
reducing complexity
2022-06-18 13:57:36 -04:00
GitHub build-firmware Action f87d1d2d49 Auto-generated configs and docs 2022-06-18 03:47:55 +00:00
rusefillc 07f6ee9a54 more AUX for E67 2022-06-17 23:40:46 -04:00
rusefillc 204a597d2e MRE url 2022-06-16 21:33:17 -04:00
GitHub build-firmware Action f934cf0d79 Auto-generated configs and docs 2022-06-13 14:21:11 +00:00
rusefillc 0a2280a512 hellen121vag config revival 2022-06-13 10:13:34 -04:00
BeerMoneyMotorsports edbf2844e0 move etb from default to override (#4250) 2022-06-10 14:25:57 -04:00
BeerMoneyMotorsports 0f6af07cb5 ETB hardcode pins (#4249)
used Hellen121 as example and assigned pins.
2022-06-10 12:33:42 -04:00
rusefillc 0850b3a90c Merge branch 'master' of https://github.com/rusefi/rusefi 2022-06-10 11:28:23 -04:00
GitHub build-firmware Action 0609c318e2 Auto-generated configs and docs 2022-06-10 01:36:56 +00:00
BeerMoneyMotorsports 84c8565dfb ETB pins (#4246)
* ETB pins

* fixed errors
2022-06-09 21:30:25 -04:00
rusefillc 9d481e1518 https://github.com/rusefi/hellen-gm-e67/issues/44 2022-06-08 16:46:54 -04:00
rusefi aaaf03d0db Merge branch 'master' of https://github.com/rusefi/rusefi 2022-06-08 15:39:33 -04:00
GitHub build-firmware Action f917d845a2 Auto-generated configs and docs 2022-06-08 19:22:11 +00:00
rusefi 40b721c7b6 // random values to have valid config 2022-06-08 15:04:32 -04:00
rusefi f02ffe7006 typo 2022-06-08 14:55:21 -04:00
rusefi bf0f5032be exposing D2 in the interest of https://github.com/rusefi/hellen-gm-e67/issues/42 2022-06-08 14:46:54 -04:00
GitHub build-firmware Action 8ef27a6ea0 Auto-generated configs and docs 2022-06-08 17:16:59 +00:00
rusefi edff019951 Merge branch 'master' of https://github.com/rusefi/rusefi 2022-06-08 12:58:28 -04:00
GitHub build-firmware Action b738f93f16 Auto-generated configs and docs 2022-06-08 16:51:18 +00:00
rusefi 58fcc22c31 fix https://github.com/rusefi/hellen-gm-e67/issues/36 2022-06-08 12:43:28 -04:00
rusefi 9387b611ee https://github.com/rusefi/hellen-gm-e67/issues/43 2022-06-08 12:33:37 -04:00
GitHub build-firmware Action 38462292f2 Auto-generated configs and docs 2022-06-07 21:29:10 +00:00
rusefillc 125ee336e3 H_SPI3 2022-06-07 17:21:51 -04:00
rusefi 58995ba3d0 GDI6 just for confusion 2022-06-06 12:15:50 -04:00
rusefi df5cb8e5ee gm-e67 2022-06-06 10:30:55 -04:00
GitHub build-firmware Action d29a6b4bbd Auto-generated configs and docs 2022-06-05 01:53:25 +00:00
rusefi 0dba92248b B6 2022-06-04 21:38:34 -04:00
BeerMoneyMotorsports c116291188 PPS PINS (#4242)
* PPS PINS

* Update main.yaml
2022-06-04 21:35:46 -04:00
rusefi c4f46521e7 we've missed pin 114 2022-06-04 20:05:09 -04:00
rusefi 15d3dc02e4 Merge branch 'master' of https://github.com/rusefi/rusefi 2022-06-04 18:12:19 -04:00
rusefi 8c499681cd we've missed pin 114 2022-06-04 18:12:06 -04:00
rusefillc 210025785e E67 typos 2022-06-04 00:05:19 -04:00
GitHub build-firmware Action b72bdc697f Auto-generated configs and docs 2022-06-04 01:33:20 +00:00
rusefillc 2746790728 Pin Selection issue #36 2022-06-03 21:26:26 -04:00
rusefillc 1cd51b523a Alternator control Pin missing from selection fix #38 2022-06-03 21:21:33 -04:00
rusefillc c09bde7ca3 https://rusefi.com/forum/viewtopic.php?f=4&t=2343 (#4238)
Co-authored-by: rusefillc <sdfsdfqsf2334234234>
2022-06-03 15:48:03 -04:00
rusefillc 35eee3c26f Merge branch 'master' of https://github.com/rusefi/rusefi 2022-06-03 13:58:24 -04:00
rusefillc 01f7854db1 E67 2022-06-03 13:58:21 -04:00
rusefi 5b48d0ba61 GDI4 pinout 2022-06-03 13:48:28 -04:00
rusefi df287afd2b GDI4 pinout 2022-06-03 01:46:22 -04:00
rusefi 4e572af85f B6 progress 2022-06-03 01:26:16 -04:00
rusefi 7a618da578 B6 progress 2022-06-03 00:04:59 -04:00
rusefi 298b67fb12 proteus pinout minor mess 2022-06-02 23:28:39 -04:00
rusefi aff59d91d4 proteus pinout minor mess & B6 2022-06-02 23:28:30 -04:00
rusefi 7f4904d427 B6 progress 2022-06-02 22:40:30 -04:00
rusefi a12719e2d9 E67 ETB settings 2022-06-02 20:50:11 -04:00
rusefillc b5250e446e Merge branch 'master' of https://github.com/rusefi/rusefi 2022-06-02 16:38:14 -04:00
rusefillc 339c471411 fix https://github.com/rusefi/hellen-gm-e67/issues/37 2022-06-02 16:38:09 -04:00