Commit Graph

4812 Commits

Author SHA1 Message Date
GitHub gen-configs Action b89ab81469 Auto-generated configs and docs 2022-12-21 23:52:17 +00:00
GitHub gen-configs Action 9a1237fc48 Auto-generated configs and docs 2022-12-21 23:33:35 +00:00
Matthew Kennedy f7a10a8a68
Hardware CI specifies exact device serial number (#4912)
* scripts specify exact hardware CI device

* proteus serial number

* dropped this: |

* read envionment variable for correct port

* it's lowercase for whatever reason

* d'oh
2022-12-21 12:46:25 -05:00
GitHub gen-configs Action d755831d6d Auto-generated configs and docs 2022-12-21 02:28:18 +00:00
GitHub gen-configs Action 0d000bef06 Auto-generated configs and docs 2022-12-21 00:36:16 +00:00
GitHub gen-configs Action 2749e8e0ed Auto-generated configs and docs 2022-12-20 22:54:51 +00:00
GitHub gen-configs Action 3b7a0350ae Auto-generated configs and docs 2022-12-20 13:45:23 +00:00
GitHub gen-configs Action dca3b46896 Auto-generated configs and docs 2022-12-19 16:58:49 +00:00
GitHub gen-configs Action 85cf779189 Auto-generated configs and docs 2022-12-19 00:04:36 +00:00
Timbelom 9efbdd0379
Pcan combo box (#4906)
* better parameter name

* auto-detect PCAN #4849

* auto-detect PCAN #4849
2022-12-18 13:03:24 -05:00
GitHub gen-configs Action 24e359dad8 Auto-generated configs and docs 2022-12-18 16:29:48 +00:00
GitHub gen-configs Action 48527096d2 Auto-generated configs and docs 2022-12-18 16:10:15 +00:00
GitHub gen-configs Action aa3201d704 Auto-generated configs and docs 2022-12-18 00:46:01 +00:00
rusefillc 846e6555c0 RusEFI console keeps resetting on latest #4899
trying random stuff at this point
2022-12-17 17:20:53 -05:00
rusefillc d499d1f4d4 minor refactoring 2022-12-17 16:56:11 -05:00
rusefillc 36859731ed RusEFI console keeps resetting on latest #4899
would this work?
2022-12-17 16:55:57 -05:00
rusefillc 260f17b00f RusEFI console keeps resetting on latest #4899
HW CI coverage?
2022-12-17 10:25:01 -05:00
rusefillc 2e98d31671 RusEFI console keeps resetting on latest #4899
HW CI coverage?
2022-12-17 10:04:25 -05:00
rusefillc 9170db9792 RusEFI console keeps resetting on latest #4899
more error state
2022-12-17 09:58:46 -05:00
rusefillc d12e1047f1 space into error message 2022-12-17 09:58:05 -05:00
rusefillc 6db4158b35 docs 2022-12-17 09:57:44 -05:00
rusefillc eec40d28a2 better? different? exception handler 2022-12-17 09:37:54 -05:00
rusefillc 147ac9dc02 better TS_RESPONSE_OUT_OF_RANGE handling 2022-12-17 09:37:26 -05:00
rusefillc 28a9406bad only docs 2022-12-17 09:37:03 -05:00
rusefillc 0b4b7e92a8 date 2022-12-17 07:50:32 -05:00
GitHub gen-configs Action 0e8a648696 Auto-generated configs and docs 2022-12-17 05:12:48 +00:00
GitHub gen-configs Action 94e243a761 Auto-generated configs and docs 2022-12-17 04:56:39 +00:00
GitHub gen-configs Action d2eea001f8 Auto-generated configs and docs 2022-12-17 04:46:59 +00:00
GitHub gen-configs Action 50f2e74a71 Auto-generated configs and docs 2022-12-17 01:29:31 +00:00
rusefillc b3954122d6 TurboMarian is the ALS boss 2022-12-16 20:22:48 -05:00
GitHub gen-configs Action 5361f82ecf Auto-generated configs and docs 2022-12-16 21:48:40 +00:00
GitHub gen-configs Action 2628bc86d1 Auto-generated configs and docs 2022-12-15 12:39:07 +00:00
GitHub gen-configs Action 42efd2c0fd Auto-generated configs and docs 2022-12-15 03:43:04 +00:00
GitHub gen-configs Action 6daa6d936a Auto-generated configs and docs 2022-12-15 03:30:12 +00:00
GitHub gen-configs Action 7e693d4a85 Auto-generated configs and docs 2022-12-15 00:07:48 +00:00
GitHub gen-configs Action 93cb248194 Auto-generated configs and docs 2022-12-14 03:43:40 +00:00
GitHub gen-configs Action 41d4e6f9db Auto-generated configs and docs 2022-12-14 00:10:15 +00:00
GitHub gen-configs Action de6df95f72 Auto-generated configs and docs 2022-12-13 20:05:32 +00:00
GitHub gen-configs Action 3c66377935 Auto-generated configs and docs 2022-12-11 04:26:44 +00:00
GitHub gen-configs Action 2372ce911e Auto-generated configs and docs 2022-12-10 23:01:38 +00:00
GitHub gen-configs Action 56a26b118c Auto-generated configs and docs 2022-12-10 22:22:53 +00:00
GitHub gen-configs Action 1c5847eb03 Auto-generated configs and docs 2022-12-10 12:40:43 +00:00
Matthew Kennedy 9f76dc4c6b
Use a shared buffer for "high memory" operations (#4878)
* big buffer

* mostly hooked up big buffer

* bad merge

* s

* sneak preview of trigger scope

* s

* constness

* channel limits

* s

* unnecessary

* efilib

* TcpServerSandbox

* includes fix

* binary format
2022-12-10 07:35:39 -05:00
rusefillc 7cbeb3a482 re-enable LiveDataPane fix #4842 2022-12-09 23:17:19 -05:00
GitHub gen-configs Action 59f9f0d65e Auto-generated configs and docs 2022-12-10 03:55:37 +00:00
Matthew Kennedy 614dc2f260
Strictly validate stack use in hardware CI (#4880)
* firmware error in case of low stack only on HW CI

* send date

* I don't java good

* I still don't java good

* send the right command

* I guess we can check it on every single test?

* javaaaaaa

* atoi breaks on later non-digit

* avoid sscanf use (for atoi)

to avoid bloating the stack

* less churn

* less churn

Co-authored-by: Nathan Schulte <nmschulte@desmas.net>
2022-12-08 13:20:55 -05:00
GitHub gen-configs Action 3307c62be5 Auto-generated configs and docs 2022-12-08 04:06:07 +00:00
GitHub gen-configs Action 1c014a165a Auto-generated configs and docs 2022-12-07 15:10:52 +00:00
GitHub gen-configs Action 27ccdf3995 Auto-generated configs and docs 2022-12-07 04:04:03 +00:00
GitHub gen-configs Action 018a05f576 Auto-generated configs and docs 2022-12-06 02:51:38 +00:00
GitHub gen-configs Action b19e1606a6 Auto-generated configs and docs 2022-12-05 23:56:47 +00:00
GitHub gen-configs Action 6e61c7aa28 Auto-generated configs and docs 2022-12-04 18:19:30 +00:00
rusefillc 751e7a6787 reduce flash footprint by smarter code generation #4163 2022-12-04 00:21:17 -05:00
GitHub gen-configs Action f4db62e404 Auto-generated configs and docs 2022-12-04 00:21:48 +00:00
GitHub gen-configs Action a0943133cd Auto-generated configs and docs 2022-12-03 02:23:31 +00:00
GitHub gen-configs Action 7537781739 Auto-generated configs and docs 2022-12-03 01:20:16 +00:00
GitHub gen-configs Action 7bdcdaeebe Auto-generated configs and docs 2022-12-02 00:01:18 +00:00
GitHub gen-configs Action 5441e60c6b Auto-generated configs and docs 2022-12-01 03:35:46 +00:00
GitHub gen-configs Action 64e40b867c Auto-generated configs and docs 2022-12-01 02:58:54 +00:00
GitHub gen-configs Action 0edf719e77 Auto-generated configs and docs 2022-12-01 00:55:15 +00:00
GitHub gen-configs Action d281091c12 Auto-generated configs and docs 2022-12-01 00:34:21 +00:00
GitHub gen-configs Action 097c6752ea Auto-generated configs and docs 2022-11-30 18:29:45 +00:00
GitHub gen-configs Action 64fb265575 Auto-generated configs and docs 2022-11-30 04:11:33 +00:00
GitHub gen-configs Action 4a35b55634 Auto-generated configs and docs 2022-11-30 03:25:45 +00:00
GitHub gen-configs Action 6f1b99535f Auto-generated configs and docs 2022-11-30 00:20:15 +00:00
Andrey 6eed99a646 ETB JNI test progress
Coffee is important!
2022-11-29 10:25:15 -05:00
Andrey 2a0756c95d ETB JNI test progress
I am pretty confused :(
2022-11-29 10:17:05 -05:00
Andrey 85c22ac971 ETB JNI test progress 2022-11-29 09:58:35 -05:00
Andrey cf63cea45f ETB JNI test progress 2022-11-29 02:21:36 -05:00
Andrey a80368a7d3 ETB JNI test progress 2022-11-29 00:38:59 -05:00
Andrey 76e74e173f ETB JNI test progress 2022-11-29 00:10:46 -05:00
GitHub gen-configs Action 53b1cfff95 Auto-generated configs and docs 2022-11-29 01:18:34 +00:00
GitHub gen-configs Action f83f7b18b7 Auto-generated configs and docs 2022-11-29 01:06:09 +00:00
GitHub gen-configs Action 5e3e64f8d6 Auto-generated configs and docs 2022-11-29 00:44:32 +00:00
GitHub gen-configs Action 740425611f Auto-generated configs and docs 2022-11-28 03:49:25 +00:00
GitHub gen-configs Action f4f90c939d Auto-generated configs and docs 2022-11-28 00:00:49 +00:00
GitHub gen-configs Action 74ea14b29e Auto-generated configs and docs 2022-11-27 23:28:40 +00:00
rusefillc 0fb3bc9e13 rusEFI console: Seconds of nothing between "connect" and console fix #4773 2022-11-27 10:03:08 -05:00
rusefillc 5ea649cc3b minor usability whistle 2022-11-27 09:50:26 -05:00
rusefillc ee84738774 better API 2022-11-27 09:49:36 -05:00
rusefillc 77c02f07df better parameter name 2022-11-27 09:47:08 -05:00
GitHub gen-configs Action cbccb013f2 Auto-generated configs and docs 2022-11-27 14:13:54 +00:00
GitHub gen-configs Action 0d1120ca13 Auto-generated configs and docs 2022-11-27 13:15:41 +00:00
GitHub gen-configs Action 907254b6c1 Auto-generated configs and docs 2022-11-27 05:50:00 +00:00
GitHub gen-configs Action 1c48c30147 Auto-generated configs and docs 2022-11-27 04:43:36 +00:00
Timbelom a87b93ba13
rusEFI console produces invalid .logicdata files #1563 (#4831)
notes
2022-11-26 20:35:44 -05:00
GitHub gen-configs Action ca2d92373c Auto-generated configs and docs 2022-11-27 01:34:31 +00:00
rusefillc 5b24fd14b8 Target AFR table Y axis stuck at 0 #4826
sweet coverage
2022-11-26 20:28:31 -05:00
Andrey 50fab614e9 Target AFR table Y axis stuck at 0 #4826
not working but shows promise?
2022-11-26 17:40:09 -05:00
rusefillc 0892fbb658 docs 2022-11-26 16:42:10 -05:00
rusefillc 51df2fab02 docs 2022-11-26 16:33:27 -05:00
rusefillc 3a243adae9 Target AFR table Y axis stuck at 0 #4826
progress towards HW CI
2022-11-26 16:32:56 -05:00
rusefillc 2f6f668a2d Look! A bug! I wonder how many are still there?! 2022-11-26 15:51:56 -05:00
rusefillc 1551b676b1 Target AFR table Y axis stuck at 0 #4826
progress towards HW CI
2022-11-26 15:51:19 -05:00
GitHub gen-configs Action 3626ece149 Auto-generated configs and docs 2022-11-26 19:31:53 +00:00
rusefillc 9cbd8b9e73 Target AFR table Y axis stuck at 0 #4826
progress towards HW CI
2022-11-26 12:55:22 -05:00
GitHub gen-configs Action 2645f97cab Auto-generated configs and docs 2022-11-26 16:23:09 +00:00
rusefillc fae32b6bb2 autoupdater frame icon 2022-11-26 09:29:27 -05:00
GitHub gen-configs Action e008912f73 Auto-generated configs and docs 2022-11-26 05:38:28 +00:00
rusefillc 2c7804e483 Target AFR table Y axis stuck at 0 #4826
integrated coverage is needed
2022-11-26 00:31:05 -05:00
GitHub gen-configs Action 6ac9b13b44 Auto-generated configs and docs 2022-11-26 05:30:37 +00:00
rusefillc 8bdca76c3d not really https://en.wikipedia.org/wiki/Test-driven_development but somewhere around 2022-11-25 23:39:09 -05:00
GitHub gen-configs Action 2105d3e8cf Auto-generated configs and docs 2022-11-26 02:30:50 +00:00
rusefillc 10846acc6d rusEFI console: Seconds of nothing between "connect" and console #4773 2022-11-25 21:23:03 -05:00
rusefillc 606e2d2688 gradle progress 2022-11-25 20:20:01 -05:00
rusefillc 00e52fae97 autoupdater frame icon 2022-11-25 16:29:00 -05:00
GitHub gen-configs Action 0bc368576f Auto-generated configs and docs 2022-11-25 02:47:05 +00:00
rusefillc e9a4f71b8c Full Optimized – High Speed #4818 2022-11-24 09:57:59 -05:00
rusefillc 7717acb14d Full Optimized – High Speed #4818 2022-11-23 22:38:49 -05:00
GitHub gen-configs Action 2454ecc434 Auto-generated configs and docs 2022-11-24 03:16:39 +00:00
rusefillc 80f2cc12c8 Full Optimized – High Speed #4818 2022-11-23 21:30:50 -05:00
rusefillc 28c5428e8f Full Optimized – High Speed #4818
refactoring - nicer API
2022-11-23 21:21:03 -05:00
rusefillc cee496a9df Full Optimized – High Speed #4818
refactoring - nicer API
2022-11-23 21:19:15 -05:00
rusefillc 1c7a7b0874 Full Optimized – High Speed #4818
refactoring - nicer API
2022-11-23 21:14:57 -05:00
rusefillc 50fcc1813e Full Optimized – High Speed #4818
refactoring - nicer API
2022-11-23 21:10:32 -05:00
rusefillc e40374fc79 Full Optimized – High Speed #4818
refactoring - nicer API
2022-11-23 21:03:21 -05:00
rusefillc ab5746ecfe docs 2022-11-23 19:57:31 -05:00
GitHub gen-configs Action f70e8be006 Auto-generated configs and docs 2022-11-24 00:40:19 +00:00
rusefillc b1ad06a7d4 dead code? 2022-11-23 19:33:14 -05:00
Nathan Schulte 59406e83f3
avoid ctime, use UTC ISO 8601 for CMD_DATE format (#4764)
* java_console: use UTC ISO 8601 for CMD_DATE format

* ChibiOS RTC avoids ctime

* firmware: controller sets time via ISO 8601

* avoid ctime in CAN dash
2022-11-23 16:53:16 -04:00
GitHub gen-configs Action 99a2aabb8b Auto-generated configs and docs 2022-11-23 12:10:53 +00:00
GitHub gen-configs Action d64aaaf707 Auto-generated configs and docs 2022-11-23 01:42:21 +00:00
GitHub gen-configs Action 0d72941d8f Auto-generated configs and docs 2022-11-22 22:56:20 +00:00
GitHub gen-configs Action ac86c514a0 Auto-generated configs and docs 2022-11-22 03:13:15 +00:00
GitHub gen-configs Action ea9455f98f Auto-generated configs and docs 2022-11-22 01:53:34 +00:00
rusefillc d41ff743da progress: supporting float scale 2022-11-21 20:44:34 -05:00
rusefillc eaaed91e82 Let's admit it it's time to move to gradle #3014 2022-11-21 00:56:07 -05:00
rusefillc 61b0e91b0e Let's admit it it's time to move to gradle #3014 2022-11-20 23:46:55 -05:00
rusefillc 98c67d9789 better API 2022-11-20 23:13:38 -05:00
rusefillc bb82685420 better API 2022-11-20 23:10:56 -05:00
rusefillc 23bc350c0a better API 2022-11-20 23:08:29 -05:00
rusefillc a1ab95ebbf better API 2022-11-20 23:06:34 -05:00
Timbelom 3a6fe88db1
better API (#4810) 2022-11-20 22:52:02 -05:00
GitHub gen-configs Action 9bf6d9384e Auto-generated configs and docs 2022-11-21 00:19:59 +00:00
rusefillc dba737e9d5 rusEFI console produces invalid .logicdata files #1563 2022-11-20 18:38:56 -05:00
rusefillc d93e35af97 rusEFI console produces invalid .logicdata files #1563
looks OK
2022-11-20 18:34:29 -05:00
GitHub gen-configs Action d57d0935b4 Auto-generated configs and docs 2022-11-20 16:22:56 +00:00
GitHub gen-configs Action 06d93cb9ca Auto-generated configs and docs 2022-11-20 06:59:54 +00:00
GitHub gen-configs Action 523f3f7c33 Auto-generated configs and docs 2022-11-20 06:14:28 +00:00
GitHub gen-configs Action 92f13ad470 Auto-generated configs and docs 2022-11-20 05:54:45 +00:00
GitHub gen-configs Action aedd2c659f Auto-generated configs and docs 2022-11-20 05:10:00 +00:00
GitHub gen-configs Action 27023dccd5 Auto-generated configs and docs 2022-11-20 04:57:21 +00:00
GitHub gen-configs Action 68ecf3e84d Auto-generated configs and docs 2022-11-20 04:32:52 +00:00
GitHub gen-configs Action 4f00847e94 Auto-generated configs and docs 2022-11-20 00:11:12 +00:00
rusefillc d96169f0ec
Update readme.md 2022-11-19 18:56:11 -05:00
GitHub gen-configs Action 36422d639e Auto-generated configs and docs 2022-11-19 14:45:54 +00:00
Nathan Schulte ca15ab5f7b
java_console builds use iso-8859-1 encoding (#4800)
[javac] /rusefi/rusefi/java_console/io/src/main/java/peak/can/basic/MutableTPCANHandle.java:4: error: unmappable character for encoding ASCII
[javac]  * @LastChange $Date: 2020-08-07 16:40:53 +0200 (ven., 07 août 2020) $
[javac]                                                             ^
2022-11-19 07:47:56 -05:00
GitHub gen-configs Action 1caeeb631b Auto-generated configs and docs 2022-11-19 02:30:46 +00:00
GitHub gen-configs Action 717a51095c Auto-generated configs and docs 2022-11-18 03:35:14 +00:00
GitHub gen-configs Action a2090e1d8c Auto-generated configs and docs 2022-11-17 04:00:35 +00:00
rusefillc 29017946ca Show cams in TS trigger logger #2496 2022-11-16 22:47:40 -05:00
GitHub gen-configs Action 66aa2e5e94 Auto-generated configs and docs 2022-11-16 20:50:58 +00:00
GitHub gen-configs Action 17e7b4261f Auto-generated configs and docs 2022-11-16 16:43:31 +00:00
GitHub gen-configs Action fdb4298745 Auto-generated configs and docs 2022-11-16 00:59:39 +00:00
GitHub gen-configs Action 7c47bdf0a6 Auto-generated configs and docs 2022-11-15 14:34:13 +00:00
GitHub gen-configs Action c2aa5ac825 Auto-generated configs and docs 2022-11-15 04:47:08 +00:00
rusefillc d25f37ea0e Show cams in TS trigger logger #2496
oops
2022-11-14 23:42:10 -05:00
GitHub gen-configs Action 499b7a0264 Auto-generated configs and docs 2022-11-15 04:30:19 +00:00
GitHub gen-configs Action 4bcae370c6 Auto-generated configs and docs 2022-11-15 03:36:59 +00:00
GitHub gen-configs Action 983f05e668 Auto-generated configs and docs 2022-11-15 02:54:14 +00:00
GitHub gen-configs Action 0c4092982f Auto-generated configs and docs 2022-11-14 23:43:05 +00:00
rusefillc 330addb2e9 high-speed composite logger #416
java-driven development
2022-11-14 18:26:23 -05:00
GitHub gen-configs Action cbd737fd39 Auto-generated configs and docs 2022-11-14 22:57:45 +00:00
GitHub gen-configs Action 05f9ea5867 Auto-generated configs and docs 2022-11-14 01:03:03 +00:00
GitHub gen-configs Action fac0a85ff8 Auto-generated configs and docs 2022-11-13 22:05:51 +00:00
GitHub gen-configs Action f2d7841004 Auto-generated configs and docs 2022-11-13 17:00:52 +00:00
rusefillc 58e08b5df4 More console issues #4775 2022-11-13 10:44:24 -05:00
GitHub gen-configs Action f7ffd5070b Auto-generated configs and docs 2022-11-13 05:26:23 +00:00
GitHub gen-configs Action 080e00b06b Auto-generated configs and docs 2022-11-12 01:39:32 +00:00
GitHub gen-configs Action b53b3cde68 Auto-generated configs and docs 2022-11-11 23:13:14 +00:00
GitHub gen-configs Action 5d18e6122a Auto-generated configs and docs 2022-11-11 22:29:36 +00:00
GitHub gen-configs Action ac7562b26f Auto-generated configs and docs 2022-11-10 20:17:00 +00:00
GitHub gen-configs Action dbb78e76dd Auto-generated configs and docs 2022-11-10 01:45:38 +00:00
GitHub gen-configs Action 8886b39963 Auto-generated configs and docs 2022-11-09 03:04:45 +00:00
GitHub gen-configs Action 1f64cf5844 Auto-generated configs and docs 2022-11-09 01:59:03 +00:00
GitHub gen-configs Action 8e579bd42b Auto-generated configs and docs 2022-11-08 02:15:04 +00:00
GitHub gen-configs Action 648cfafb69 Auto-generated configs and docs 2022-11-07 01:17:02 +00:00
rusefi f26a095b9b Console crashed on start-up due to gauges layout code being fragile #4742
i think it's just better without that check
2022-11-06 17:33:20 -05:00
rusefi 4f5f381e93 Console crashed on start-up due to gauges layout code being fragile #4742
helping gradle
2022-11-06 17:33:04 -05:00
GitHub gen-configs Action f5f1fbfe2f Auto-generated configs and docs 2022-11-06 00:28:03 +00:00
Matthew Kennedy f4f5f69ee6
duplicate log field names (#4730)
* remove duplicate target lambda/afr

* names on fuel computer

* remove more copies

* sensor.java

* everybody loves hard dependencies on generated fields

* target afr gauge fix

* test

Co-authored-by: Matthew Kennedy <makenne@microsoft.com>
2022-11-05 20:23:09 -04:00
GitHub gen-configs Action 88ffc7e763 Auto-generated configs and docs 2022-11-05 19:29:59 +00:00
GitHub gen-configs Action e083144623 Auto-generated configs and docs 2022-11-04 19:09:03 +00:00
GitHub gen-configs Action 3251b9f99f Auto-generated configs and docs 2022-11-04 16:44:44 +00:00
GitHub gen-configs Action 0a703fec8c Auto-generated configs and docs 2022-11-03 02:21:44 +00:00
GitHub gen-configs Action 7d19cf3bea Auto-generated configs and docs 2022-11-03 01:54:29 +00:00
GitHub gen-configs Action 8fb479a302 Auto-generated configs and docs 2022-11-02 18:36:42 +00:00
GitHub gen-configs Action 6cd8b241bc Auto-generated configs and docs 2022-11-02 15:22:43 +00:00
GitHub gen-configs Action ba4f4251d2 Auto-generated configs and docs 2022-11-02 03:13:16 +00:00
GitHub gen-configs Action 00fa263e39 Auto-generated configs and docs 2022-11-02 02:57:50 +00:00
GitHub gen-configs Action e30896a957 Auto-generated configs and docs 2022-11-02 02:50:04 +00:00
GitHub gen-configs Action d7718dae1e Auto-generated configs and docs 2022-11-02 00:28:21 +00:00
GitHub gen-configs Action 523a6b9592 Auto-generated configs and docs 2022-11-01 21:00:55 +00:00
rusefillc 8093a0a568 #4669 2022-11-01 16:36:11 -04:00
rusefillc c55721817e Let's admit it it's time to move to gradle #3014 2022-11-01 15:09:10 -04:00
rusefillc 023b72ce5b nothing 2022-11-01 15:05:59 -04:00
rusefillc 6ab578a4da Let's admit it it's time to move to gradle #3014 2022-11-01 14:56:43 -04:00
GitHub gen-configs Action 28041d4027 Auto-generated configs and docs 2022-11-01 14:52:28 +00:00
rusefillc ce3dc70c89 Let's admit it it's time to move to gradle #3014
autoupdate fix
2022-11-01 10:45:07 -04:00
rusefillc 6dcb666e8d nicer logs 2022-11-01 10:25:26 -04:00
rusefillc 841ed30c1f progress 2022-11-01 10:24:32 -04:00
GitHub gen-configs Action 4df9518458 Auto-generated configs and docs 2022-10-31 20:59:35 +00:00
GitHub gen-configs Action 38464c0d24 Auto-generated configs and docs 2022-10-31 19:33:46 +00:00
GitHub gen-configs Action 0609f97aa5 Auto-generated configs and docs 2022-10-31 18:40:24 +00:00
GitHub gen-configs Action 5db9b1e882 Auto-generated configs and docs 2022-10-31 17:16:20 +00:00
GitHub gen-configs Action 0b5ffbec6a Auto-generated configs and docs 2022-10-30 23:46:50 +00:00
GitHub gen-configs Action c7ce2c2565 Auto-generated configs and docs 2022-10-30 21:55:22 +00:00
GitHub gen-configs Action 40ee8f1634 Auto-generated configs and docs 2022-10-30 16:50:07 +00:00
GitHub gen-configs Action 579cbddb54 Auto-generated configs and docs 2022-10-30 01:33:19 +00:00
GitHub gen-configs Action 484a87b7c1 Auto-generated configs and docs 2022-10-28 23:45:01 +00:00
GitHub gen-configs Action 0f851f17d3 Auto-generated configs and docs 2022-10-28 22:43:57 +00:00
GitHub gen-configs Action f5b26a985e Auto-generated configs and docs 2022-10-28 18:13:30 +00:00
GitHub gen-configs Action 1695cdeb7b Auto-generated configs and docs 2022-10-28 08:36:50 +00:00
rusefillc 2cd5fab883 refactoring 2022-10-28 02:41:44 -04:00
GitHub gen-configs Action 0436ae110b Auto-generated configs and docs 2022-10-28 02:38:53 +00:00
GitHub gen-configs Action 9549b2a4ee Auto-generated configs and docs 2022-10-28 01:19:55 +00:00
GitHub gen-configs Action c4ea6fc9aa Auto-generated configs and docs 2022-10-28 01:04:49 +00:00
GitHub gen-configs Action 945ab1d7ed Auto-generated configs and docs 2022-10-28 00:12:33 +00:00
GitHub gen-configs Action 517b23c65a Auto-generated configs and docs 2022-10-27 18:47:49 +00:00
GitHub gen-configs Action 82d6757cd4 Auto-generated configs and docs 2022-10-27 00:53:50 +00:00
GitHub gen-configs Action 9753df8429 Auto-generated configs and docs 2022-10-26 20:54:59 +00:00
GitHub gen-configs Action ca2cf87a3c Auto-generated configs and docs 2022-10-26 16:43:39 +00:00
GitHub gen-configs Action 24c039294b Auto-generated configs and docs 2022-10-26 13:34:16 +00:00
GitHub gen-configs Action 46e167a842 Auto-generated configs and docs 2022-10-26 11:13:01 +00:00
GitHub gen-configs Action 87eb2178c0 Auto-generated configs and docs 2022-10-25 23:21:39 +00:00
GitHub gen-configs Action 3e54e32d21 Auto-generated configs and docs 2022-10-25 00:36:10 +00:00
GitHub gen-configs Action 911899e28a Auto-generated configs and docs 2022-10-24 16:46:53 +00:00
GitHub gen-configs Action 8c864fdce8 Auto-generated configs and docs 2022-10-24 12:55:57 +00:00
GitHub gen-configs Action 46e33101fc Auto-generated configs and docs 2022-10-23 20:53:12 +00:00
Matthew Kennedy 2924d98609
use offsetof instead of generated offset defines (#4696)
* constify efi_gpio, use size_t

* use offsetof instead of macros

* don't generate offsets in rusefi_generated.h

* comment explaining the madness

* java fixes

* casing
2022-10-23 16:39:18 -04:00
GitHub gen-configs Action 4bcc61a588 Auto-generated configs and docs 2022-10-23 19:35:19 +00:00
GitHub gen-configs Action 4497555d24 Auto-generated configs and docs 2022-10-23 02:52:32 +00:00
GitHub gen-configs Action 7d769904e6 Auto-generated configs and docs 2022-10-22 01:16:20 +00:00
GitHub gen-configs Action b6901f594c Auto-generated configs and docs 2022-10-21 02:31:12 +00:00
GitHub gen-configs Action 1f1c5ecac9 Auto-generated configs and docs 2022-10-21 02:15:43 +00:00
GitHub gen-configs Action 07631ba655 Auto-generated configs and docs 2022-10-20 04:02:31 +00:00
GitHub gen-configs Action 5bc9ff1178 Auto-generated configs and docs 2022-10-20 03:49:59 +00:00
Andrey 0bf44c7b64 one step back 2022-10-19 16:22:36 -04:00
GitHub gen-configs Action c0a41d29b6 Auto-generated configs and docs 2022-10-19 20:16:30 +00:00
rusefillc f45347a00a triggerImage: todo: support symmetrical crank 2022-10-19 15:12:51 -04:00
GitHub gen-configs Action bf43376558 Auto-generated configs and docs 2022-10-19 10:47:20 +00:00
GitHub gen-configs Action e8c894b944 Auto-generated configs and docs 2022-10-19 01:17:23 +00:00
rusefillc 5a0a9acf21 Lua aux gauge #4672 2022-10-18 15:22:55 -04:00
GitHub gen-configs Action 2ebd4dfcac Auto-generated configs and docs 2022-10-18 01:27:31 +00:00
rusefillc 7df300dcfb one dead line 2022-10-17 21:21:45 -04:00
GitHub gen-configs Action 95e8ef2f58 Auto-generated configs and docs 2022-10-18 00:09:14 +00:00
rusefi 53022a2461 progress 2022-10-16 23:47:58 -04:00
GitHub gen-configs Action 4b52c5c49c Auto-generated configs and docs 2022-10-17 03:44:02 +00:00
GitHub gen-configs Action 8eb441ba27 Auto-generated configs and docs 2022-10-17 02:17:10 +00:00
rusefillc 9c9166068d very strange mess 2022-10-16 12:44:00 -04:00