Commit Graph

3064 Commits

Author SHA1 Message Date
rusefillc 5c6fac7df1 GM 2022-10-29 23:55:23 -04:00
rusefillc bab3c58d85 refactoring: helper method 2022-10-29 23:55:14 -04:00
rusefillc 33c5983da2 refactoring: helper method 2022-10-29 23:46:54 -04:00
rusefillc f88187c826 refactoring: helper method 2022-10-29 23:38:22 -04:00
rusefillc f9166af5e3 +x 2022-10-29 23:32:58 -04:00
rusefillc c164a05f2c refactoring: helper method 2022-10-29 23:04:24 -04:00
rusefillc 0d99917246 GM 2022-10-29 22:56:12 -04:00
rusefillc 4cbb5cbd00 fix https://github.com/rusefi/hellen154hyundai/issues/69 2022-10-27 23:20:43 -04:00
rusefillc 1cd01b4b4b PROTEUS_GM_LS_4 2022-10-27 20:49:06 -04:00
rusefillc 584c4b7019 efi::size 2022-10-27 20:35:37 -04:00
rusefillc 0a0f803798 PROTEUS_GM_LS_4 2022-10-27 19:59:52 -04:00
rusefillc 333ec6f5e6 E67 2022-10-27 14:30:00 -04:00
rusefillc 1f6088e56b E38 2022-10-25 23:18:41 -04:00
rusefi db3a333f5f E67 2022-10-25 22:04:37 -04:00
rusefi 4db3a65a7e refactoring: extracting useful method 2022-10-25 21:55:54 -04:00
rusefillc 5eec11c7a9 random ID 2022-10-25 19:09:38 -04:00
rusefillc 9b4db6eca5 E67 id 2022-10-25 19:09:38 -04:00
GitHub gen-configs Action dc31ec19e5 Auto-generated configs and docs 2022-10-25 21:57:39 +00:00
rusefillc b8cabe26af E67 2022-10-25 17:52:51 -04:00
rusefillc 60ff9609f5 renaming black pins 2022-10-25 17:33:36 -04:00
rusefillc 985b6aac0d renaming blue pins 2022-10-25 17:32:42 -04:00
rusefillc af5a9269d9 connector pic 2022-10-25 17:32:19 -04:00
rusefillc c4d0722064 renaming grey pins 2022-10-25 17:31:56 -04:00
rusefillc dfeb1269e0 e38 2022-10-25 17:27:51 -04:00
rusefillc f04ca64b50 B6 2022-10-24 22:54:42 -04:00
rusefi c07ee72165 B6 2022-10-24 20:29:46 -04:00
Andrey G 66c3468ce0 SENT fixes (#4687)
* SENT: cache current setting to do proper clean-up on stop

* SENT: microRusEfi supports send on "AN temp 2" = PA1 only

* SENT: microRusEfi: fix pin number

* SENT: use activeConfiguration during sentStop()

* MRE: pin 23: can accept events (for SENT)
2022-10-20 13:33:16 -04:00
Matthew Kennedy c16d2e82e4 more f429 business (#4679)
* 429 boots and LEDs work

* oops missed a comma

* enable on f767 too, since it should be the same board

* why not just completely duplicate it

* script should not be fancy

* script should not be fancy

* correct pins

* h743 while we're at it
2022-10-20 00:59:39 -04:00
rusefi fb0cf6b6ed SENT protocol capture implementation #4631 2022-10-19 23:45:21 -04:00
Andrey G c36c1b0434 SENT protocol capture implementation (#4631)
* boards: MRE: enable SEND protocol capture

* SENT protocol capture implementation #4631

* SENT protocol capture implementation #4631

Co-authored-by: rusefillc <sdfsdfqsf2334234234>
2022-10-19 17:08:15 -04:00
rusefillc a272d63ceb so much weird 2022-10-18 22:29:43 -04:00
rusefillc 4849a81f83 would this help nucleo-F429? 2022-10-18 22:02:28 -04:00
Andrey 43bb22641a F429 nucleo 2022-10-18 21:18:36 -04:00
Matthew Kennedy 592942f39a stub 429 2022-10-18 21:11:58 -04:00
Andrey ccf181efc1 Enable ethernet on one or both nucleo boards #4665 2022-10-16 22:42:17 -04:00
Andrey 781da9dae3 Enable ethernet on one or both nucleo boards #4665 2022-10-16 22:36:31 -04:00
Andrey efaa121a3a following the pattern 2022-10-16 22:36:31 -04:00
rusefillc a7f8b354ac +x is fun 2022-10-16 22:11:06 -04:00
GitHub gen-configs Action b07f46fec9 Auto-generated configs and docs 2022-10-16 20:28:13 +00:00
rusefillc b005419ea3 https://github.com/rusefi/hellen154hyundai/issues/63 2022-10-16 16:23:36 -04:00
rusefi 09da62d778 208 board progress 2022-10-14 16:39:16 -04:00
Andrey G cd27d16ece Initial support for RusEFI STM32F429-208+SDRAM board (#4666) 2022-10-14 16:20:55 -04:00
rusefillc b4216aed86 Update readme.md 2022-10-14 09:28:37 -04:00
rusefillc 61d7330003 Enable ethernet on F429 discovery #4664 2022-10-14 09:28:24 -04:00
Andrey G 27e00702f5 SENT core decoder and ICU driver (#4648)
* SENT: copy-paste SENT decoder from rusefi-hardware

* SENT: decoder: refactor, cleanup

* SENT: add ICU implementation

* SENT: decoder: use pch.h

* SENT: EFI_PROD_CODE guard

* SENT: ICU driver: fixes

* SENT: don't forget to SysLock

* SENT: call Start on Init (agrrrr)

* SENT: ICU: some limitations

ICU can capture on two firsts TIM inputs only. So move from PA2 to PA1

* SENT: mmmm... c++... i like it (no)

* SENT: autocalibrate tick time

* SENT: debug

* SENT: clean-up

* SENT: optimize slow channel mailboxes

* SENT: GetSignals() helper
2022-10-09 06:38:28 -04:00
GitHub gen-configs Action dd79144537 Auto-generated configs and docs 2022-10-06 04:07:05 +00:00
BeerMoneyMotorsports 99fbc128c6 Added new pin mapping for clutch (#4639)
While diagnosing a users issue with clutch input, i found that the pin changed on the 176 from res3 to D1 at revE.
2022-10-05 23:46:17 -04:00
Matthew Kennedy a65190b008 remove 2jz trigger that's really 12 tooth crank (#4637)
* remove 2jz trigger that's really 12 tooth crank

* triggerimage hardcoded name
2022-10-05 21:59:17 -04:00
Matthew Kennedy 60fc30d34d remove 898 (#4634)
Co-authored-by: Matthew Kennedy <makenne@microsoft.com>
2022-10-04 20:12:57 -04:00
rusefillc 93b5758736 there is no third trigger simulator channel right? 2022-10-03 00:18:11 -04:00