rusefillc
|
6a00036983
|
VW warnings on cranking #2861
|
2021-06-25 22:24:41 -04:00 |
Matthew Kennedy
|
2475cb283b
|
warnings (#2862)
Co-authored-by: Matthew Kennedy <makenne@microsoft.com>
|
2021-06-25 20:58:38 -04:00 |
GitHub set-date Action
|
d83cdbfc0c
|
Update date
|
2021-06-26 00:54:21 +00:00 |
Matthew Kennedy
|
ce4eb2b55d
|
fix trigger changed logic (#2860)
* reenable
* fix
* longer interval between updates
* only deinit hard trigger outputs if necessary
* init logic
* init order
* warning
* guard
Co-authored-by: Matthew Kennedy <makenne@microsoft.com>
|
2021-06-25 19:38:42 -04:00 |
GitHub build-unit-tests Action
|
587338c581
|
Trigger wheel definitions
|
2021-06-25 18:45:59 +00:00 |
rusefillc
|
0af5de0934
|
Minor change of Miata NA trigger shape #2855 #669 (#2856)
* Minor change of Miata NA trigger shape #2855 #669
* Minor change of Miata NA trigger shape #2855 #669
|
2021-06-25 14:12:18 -04:00 |
Andrey
|
942eb46471
|
Trigger: warning code on normal engine start up #669
better TDC unit test approach?
|
2021-06-25 13:19:16 -04:00 |
Andrey
|
dbea1e23a0
|
Trigger: warning code on normal engine start up #669
better TDC unit test approach?
|
2021-06-25 13:02:37 -04:00 |
Andrey
|
12efc6259a
|
.logicdata files closer together - partial revert, that did not work as expected
|
2021-06-25 12:59:44 -04:00 |
Andrey
|
c40f801e6d
|
Trigger: warning code on normal engine start up #669
making more code unit-testable
|
2021-06-25 12:50:19 -04:00 |
Andrey
|
288c2620c6
|
.logicdata files closer together
|
2021-06-25 12:45:41 -04:00 |
Andrey
|
12067584e9
|
helping build?
|
2021-06-25 12:28:55 -04:00 |
Andrey
|
265339a50b
|
helping build?
|
2021-06-25 12:26:29 -04:00 |
Andrey
|
5e87b326f2
|
refactoring
|
2021-06-25 12:01:59 -04:00 |
Andrey
|
266e50f4ca
|
Trigger: warning code on normal engine start up #669
making more code unit-testable
|
2021-06-25 11:50:23 -04:00 |
Andrey
|
28a27367e5
|
helping build?
|
2021-06-25 11:48:17 -04:00 |
Andrey
|
66b091a5a5
|
Trigger: warning code on normal engine start up #669
making more code unit-testable
|
2021-06-25 11:30:06 -04:00 |
Andrey
|
0c97b4bc83
|
refactoring: reducing code duplication
|
2021-06-25 10:55:46 -04:00 |
rusefillc
|
b84369c8c0
|
unit_tests: mapAveragingTriggerCallback causes segmentation fault fix #2858
|
2021-06-25 10:43:58 -04:00 |
rusefillc
|
6605935015
|
unit_tests: mapAveragingTriggerCallback causes segmentation fault #2858
|
2021-06-25 10:21:31 -04:00 |
Andrey
|
f04cb1ceac
|
Trigger: warning code on normal engine start up #669
|
2021-06-25 01:43:15 -04:00 |
Andrey
|
761d9fc40e
|
global static not good, there shall be only one god object /s
|
2021-06-25 01:37:43 -04:00 |
Andrey
|
71fdfe6756
|
giving unit tests a chance to use tdcMarkCallback
|
2021-06-25 01:31:53 -04:00 |
rusefillc
|
c0aeb39301
|
revert to safety
|
2021-06-25 01:07:36 -04:00 |
rusefillc
|
71ed4edcb1
|
console ant should be self-contained - one ant invocation should build things
|
2021-06-25 00:41:03 -04:00 |
rusefillc
|
bc7af43d41
|
console ant should be self-contained - one ant invocation should build things
|
2021-06-25 00:30:12 -04:00 |
Andrey
|
76840d07db
|
better test coverage
|
2021-06-24 23:38:16 -04:00 |
Andrey
|
a39920b68e
|
refactoring - better entity names
|
2021-06-24 23:19:31 -04:00 |
Andrey
|
8d17e0576c
|
docs
|
2021-06-24 23:12:16 -04:00 |
Andrey
|
175eea0a96
|
raw files #669
|
2021-06-24 22:39:00 -04:00 |
Andrey
|
3092164e48
|
Minor change of Miata NA trigger shape #2855 #669
|
2021-06-24 22:21:30 -04:00 |
Andrey
|
03f18cd0c8
|
OMG dead code?!
|
2021-06-24 22:01:57 -04:00 |
Andrey
|
461132d993
|
Trigger: warning code on normal engine start up #669
|
2021-06-24 21:58:40 -04:00 |
GitHub set-date Action
|
cba533d257
|
Update date
|
2021-06-25 01:01:18 +00:00 |
Matthew Kennedy
|
7eb3b9890d
|
misc threading/safety improvements (#2854)
* allow termination of thread controller
* no gpio if fatal
* stub for test
|
2021-06-24 20:18:23 -04:00 |
Matthew Kennedy
|
3f99110467
|
new parse: write C structs (#2852)
* fix offsets inside struct arrays
* style
* fix index writing for arrays of structs
* write TS context comments
* cleanup
* ts writer copies all lines input -> output
* Add _hex and _char definitions
* definition tostring
* replace variables
* wire up firing order replacement
* c struct writer
Co-authored-by: Matthew Kennedy <makenne@microsoft.com>
|
2021-06-24 19:43:56 -04:00 |
Matthew Kennedy
|
12bd5bdf2b
|
new parse: read rusefi.input, write almost-working output ini! (#2851)
* fix offsets inside struct arrays
* style
* fix index writing for arrays of structs
* write TS context comments
* cleanup
* ts writer copies all lines input -> output
* Add _hex and _char definitions
* definition tostring
* replace variables
* wire up firing order replacement
* jar
|
2021-06-24 16:36:30 -04:00 |
Matthew Kennedy
|
fd49590a4e
|
don't stack overflow on early ch dbg assert (#2853)
|
2021-06-24 16:36:20 -04:00 |
Matthew Kennedy
|
563c3d8c62
|
new parse: write TS tooltip comments (#2850)
* fix offsets inside struct arrays
* style
* fix index writing for arrays of structs
* write TS context comments
* cleanup
|
2021-06-24 15:54:04 -04:00 |
Matthew Kennedy
|
947e364d75
|
new parsing: fix names of arrays of structs (#2849)
* fix offsets inside struct arrays
* style
* fix index writing for arrays of structs
|
2021-06-24 05:13:06 -04:00 |
GitHub set-date Action
|
8ef5e0d1c9
|
Update date
|
2021-06-24 00:44:43 +00:00 |
Andrey
|
a6dae486e0
|
fan2 bench
|
2021-06-23 17:16:11 -04:00 |
GitHub build-firmware Action
|
232f8296aa
|
Auto-generated configs and docs
|
2021-06-23 21:07:38 +00:00 |
Andrey
|
bbd9a6aee1
|
fan2 bench
|
2021-06-23 17:03:55 -04:00 |
Andrey
|
c5dc371abb
|
fan2 bench
|
2021-06-23 16:58:58 -04:00 |
Andrey
|
99bb01c4a5
|
H72 default progress
|
2021-06-23 16:58:34 -04:00 |
GitHub build-firmware Action
|
03296ed07c
|
Auto-generated configs and docs
|
2021-06-23 18:54:44 +00:00 |
Andrey
|
b82110555f
|
more bench commands into .txt
|
2021-06-23 14:48:42 -04:00 |
Andrey
|
339cea9e7f
|
H72 default progress
|
2021-06-23 14:44:50 -04:00 |
Andrey
|
6ca965d246
|
Trigger: warning code on normal engine start up #669
|
2021-06-23 11:32:06 -04:00 |