Commit Graph

13883 Commits

Author SHA1 Message Date
Andrey bbd855d62b Nissan 4 cylinder QR trigger wheel #3118 2021-08-08 04:45:40 -04:00
GitHub build-firmware Action a043d5d316 Auto-generated configs and docs 2021-08-08 08:11:59 +00:00
Andrey 464400e091 Nissan 4 cylinder QR trigger wheel #3118 2021-08-08 04:06:13 -04:00
rusefillc ad3ee480b6 Nissan 4 cylinder QR trigger wheel #3118 2021-08-08 04:00:51 -04:00
GitHub build-firmware Action 029b6d9da5 Auto-generated configs and docs 2021-08-08 07:04:27 +00:00
rusefillc c8b7d927e8 trigger debug to full pinout 2021-08-08 02:59:23 -04:00
GitHub set-date Action 1cbab4013c Update date 2021-08-08 00:57:49 +00:00
rusefillc aad563657a F4 MCU says it's too cold #2552 2021-08-07 20:28:56 -04:00
rusefillc 8034528dff moving two lines closer 2021-08-07 17:13:54 -04:00
Andrey bb076e2578 NB1 2021-08-07 16:43:31 -04:00
Matthew Kennedy c3cbf8d34c oops (#3116) 2021-08-07 22:56:59 +03:00
rusefillc ee59cfd346 NB1 2021-08-07 13:02:39 -04:00
rusefillc dbd879284c would H7 work? 2021-08-07 12:36:39 -04:00
GitHub build-firmware Action 787c66c0ab Auto-generated configs and docs 2021-08-07 09:32:36 +00:00
rusefillc 2fbc9bec04 NB1 2021-08-07 05:29:13 -04:00
rusefillc c0db6bd72f TS file read #3004 2021-08-07 05:13:16 -04:00
rusefillc 02221aaac0 NB1 2021-08-07 02:46:35 -04:00
rusefillc 1e8f91a640 154hyundai 2021-08-07 02:44:17 -04:00
GitHub set-date Action 012547e95d Update date 2021-08-07 00:52:27 +00:00
rusefillc df451376e0 Console to show device signature in window title #3115 2021-08-06 17:39:18 -04:00
rusefillc bcaa862b18 mooooore QR codes 2021-08-06 04:15:46 -04:00
GitHub set-date Action f319a06ada Update date 2021-08-06 01:01:29 +00:00
GitHub build-firmware Action 82cc07af43 Auto-generated configs and docs 2021-08-05 22:10:20 +00:00
rusefillc 853b3f66a1 hellen154hyundai 2021-08-05 18:06:15 -04:00
rusefillc 64fb65cd80 hellen-nb-1 2021-08-05 18:05:53 -04:00
rusefillc 49497dec6d Hellen72: Set the default pin states to input-pulldown instead of input-pullup #2525 2021-08-05 04:53:37 -04:00
GitHub set-date Action 6a929113e3 Update date 2021-08-05 00:57:19 +00:00
GitHub build-firmware Action ba3be34bfe Auto-generated configs and docs 2021-08-05 00:52:42 +00:00
rusefillc 196369c4a7 hellen154hyundai 2021-08-04 20:48:33 -04:00
GitHub build-firmware Action 5f95b8edd6 Auto-generated configs and docs 2021-08-05 00:03:53 +00:00
rusefillc b3469802a4 hellen154hyundai 2021-08-04 20:00:10 -04:00
Matthew Kennedy 39388c75d8 even more pch (#3112)
* s

* more

* s

* f7
2021-08-04 19:30:52 -04:00
rusefillc 660e804347 hellen154hyundai
one day I will learn the spelling!
2021-08-04 19:13:28 -04:00
Matthew Kennedy d5155cfd86 don't "validate instant RPM" (#3095)
* don't "validate instant RPM"

* test actually tests the right thing

* test mode transition
2021-08-04 08:17:14 +03:00
GitHub build-firmware Action cee9cd3159 Auto-generated configs and docs 2021-08-04 02:55:38 +00:00
rusefillc 4d7ca03538 hellen154hyundai 2021-08-03 22:52:10 -04:00
rusefillc bfd002b134 hellen154hyundai 2021-08-03 22:50:06 -04:00
GitHub build-firmware Action 54ed302e8d Auto-generated configs and docs 2021-08-04 02:30:09 +00:00
rusefillc 99af32c920 hellen154hyundai 2021-08-03 22:26:33 -04:00
rusefillc 46e6e621da reduce chance of invalid CAM setting fix #3105 2021-08-03 22:15:40 -04:00
Matthew Kennedy 4e6b61234f yet more pch (#3068)
* big pch energy

* put back ramdisk stub

* tests are happy

* h743 nucleo

* kinetis

* I love deleting code!

* make stepper happy

Co-authored-by: Matthew Kennedy <makenne@microsoft.com>
2021-08-03 22:05:01 -04:00
GitHub build-firmware Action ea6487f5c7 Auto-generated configs and docs 2021-08-04 01:56:55 +00:00
rusefillc 06f6cf8a79 reduce chance of invalid CAM setting #3105 2021-08-03 21:52:05 -04:00
GitHub set-date Action 90a5b69b12 Update date 2021-08-04 00:56:41 +00:00
Andrey 5ec7af456b unit test for vehicle_speed.cpp fix #3081 2021-08-03 20:22:48 -04:00
Andrey 98e1a11ca7 hellen154hyundai 2021-08-03 20:03:59 -04:00
Andrey 33dfb904cc unit test for vehicle_speed.cpp fix #3081 2021-08-03 19:54:11 -04:00
alxrMironov b6046d60d3 Unit tests for vehicle speed.cpp #3081 (#3103)
* Add test_vehicle_speed.cpp

* Add test_vehicle_speed.cpp to makefile

* Add tests for vehicle_speed.cpp

* Enable vehicle_speed.cpp testing

* Edit make some constants explicit and format code style

* Revert "Enable vehicle_speed.cpp testing"

This reverts commit bcba5219a1d69fb3375e33c7fcb97abffc190a75.

* Remove verbose variables

* Remove dead code strings

* Fix tests coupling by setMockVehicleSpeed

Co-authored-by: alxrMironov <330OMcorporative>
2021-08-03 19:49:16 -04:00
Andrey e62244a623 unit test for vehicle_speed.cpp #3081 2021-08-03 19:48:24 -04:00
rusefillc 0e155570b8 HELLEN_154_HYUNDAI 2021-08-03 13:51:33 -04:00