Commit Graph

25293 Commits

Author SHA1 Message Date
rusefillc 6dbea703b5
Update readme.md 2023-07-29 08:29:35 -04:00
GitHub gen-configs Action 4f07288ca2 Auto-generated configs and docs 2023-07-29 12:07:12 +00:00
rusefillc 26762ba6a2 only: extracting mock commands 2023-07-29 08:03:01 -04:00
rusefillc 786caca2ac Working disconnect button in Console #4862 2023-07-29 01:10:45 -04:00
rusefillc aadf3cf123 Working disconnect button in Console fix #4862 2023-07-29 00:56:30 -04:00
rusefillc a6f527da62 Working disconnect button in Console #4862 2023-07-29 00:52:12 -04:00
rusefillc c6401b447b only:refactoring: extract method 2023-07-29 00:35:44 -04:00
rusefillc 653b0a5f67 https://github.com/rusefi/alphax-4chan/issues/151 2023-07-29 00:04:06 -04:00
rusefillc 059b4cd82f https://github.com/rusefi/alphax-4chan/issues/151 2023-07-29 00:02:05 -04:00
GitHub set-date Action 46c245cfa2 Update date 2023-07-29 00:44:16 +00:00
GitHub gen-configs Action 8ccc66af0b Auto-generated configs and docs 2023-07-28 23:22:29 +00:00
rusefi ffb726bfe4 https://github.com/rusefi/alphax-4chan/issues/148 2023-07-28 19:10:26 -04:00
rusefi 8161d78826 bad copy-pasta 2023-07-28 19:07:35 -04:00
rusefillc eabcce1540 Latest jSerialComm 2.10.3 2023-07-28 16:06:28 -04:00
rusefillc d0fe15110b only:alphax_4chan
https://github.com/rusefi/alphax-4chan/issues/148
2023-07-27 22:18:29 -04:00
GitHub gen-configs Action fba57ac765 Auto-generated configs and docs 2023-07-28 02:00:49 +00:00
rusefillc baaec6ff32 only:alphax_4chan
fix https://github.com/rusefi/alphax-4chan/issues/149
2023-07-27 21:57:46 -04:00
GitHub set-date Action 4573a33e33 Update date 2023-07-27 00:36:05 +00:00
rusefillc aec7c5fd45 only: verbose firmware build 2023-07-26 15:34:26 -04:00
rusefillc 23c6ed8f85 Pointing at https://adoptium.net/download/ as JRE source 2023-07-26 14:41:40 -04:00
Matthew Kennedy a4fd161606 test lambda monitor response #75 2023-07-26 10:00:39 -04:00
David Holdeman 259223cd29
Replace deprecated commands (#5470)
* fix set-output

* fix set-env

* fix add-path
2023-07-26 09:29:32 -04:00
GitHub gen-configs Action 397359c38e Auto-generated configs and docs 2023-07-26 13:03:39 +00:00
rusefillc 99f4c04192
lambda monitor live data (#5469)
Co-authored-by: Matthew Kennedy <matthewkennedy@outlook.com>
2023-07-26 08:58:08 -04:00
GitHub gen-configs Action 13e54c006f Auto-generated configs and docs 2023-07-26 11:57:08 +00:00
Matthew Kennedy 32c363e007 ini cleanup 2023-07-26 07:48:00 -04:00
Matthew Kennedy 5644312cbe we play a little fast and loose with Timer, ensure it gets no vtable 2023-07-26 07:45:14 -04:00
rusefillc 2193634e24 https://github.com/rusefi/rusefi/issues/5354#issuecomment-1651072108 2023-07-26 07:43:12 -04:00
rusefillc f69c3b0914 only: July 2023 Release "Day 517" 2023-07-26 07:37:23 -04:00
GitHub gen-configs Action 95f9f95bd8 Auto-generated configs and docs 2023-07-26 04:38:26 +00:00
rusefi 07676daac3 only:proteus wiki URL 2023-07-26 00:35:27 -04:00
rusefi f8878a9276 only:changelog
hard fault due to misaligned big buffer on F7 firmware #5354
2023-07-25 23:25:50 -04:00
rusefillc f4fc8e397c Merge branch 'master' of https://github.com/rusefi/rusefi into master 2023-07-25 21:50:22 -04:00
GitHub set-date Action 3cdd663d98 Update date 2023-07-26 00:39:31 +00:00
rusefillc 8eb3b2b327 only: typo and more details 2023-07-25 20:14:34 -04:00
Andrey G d31260c7fd
bigBuffer should be aligned (#5468)
* Tooth logger: set setToothLogReady(false) on last buffer returned

* Tooth logger: disable before releasing

* bigBuffer: should be aligned to 4 bytes

bigBuffer users cast it to something strange and expect it to be
aligned

* tooth_trigger: dead unused
2023-07-25 20:10:52 -04:00
rusefillc 7fb3f31c61
proteus F7 hard fault on "enable self stimulation" #5354 (#5454)
only:coverage, that's easy!

Co-authored-by: rusefillc <sdfsdfqsf2334234234>
2023-07-25 20:06:39 -04:00
GitHub gen-configs Action 49aa22b626 Auto-generated configs and docs 2023-07-25 23:57:27 +00:00
Andrey Gusakov 1e43299eab bigBuffer: should be aligned to 4 bytes
bigBuffer users cast it to something strange and expect it to be
aligned
2023-07-25 19:48:53 -04:00
Andrey G 8282962db5
HardFault: preserve locals from optimization in Fault handlers (#5466) 2023-07-25 18:46:27 -04:00
rusefi 3c5636d26f great to have all the coverage we have, right? 2023-07-25 13:03:05 -04:00
rusefi 0033f75b2a proteus F7 hard fault on "enable self stimulation" #5354
only: yes it follows -Os
2023-07-25 13:03:05 -04:00
rusefillc a23d92e441
only: HW CI flash erase progress (#5445)
Co-authored-by: rusefillc <sdfsdfqsf2334234234>
2023-07-25 12:42:14 -04:00
Andrey G 1b3c5a7d6f
GetToothLoggerBufferBlocking() can return nullptr (#5462)
Co-authored-by: Andrey Gusakov <andrey.gusakov@cogentembedded.com>
2023-07-25 10:36:27 -04:00
rusefi 936371d408 proteus F7 hard fault on "enable self stimulation" #5354
does this follow -Os?
2023-07-24 22:41:46 -04:00
rusefillc 3de1de65cb only:minor 2023-07-24 22:24:29 -04:00
GitHub gen-configs Action 5e65d155ff Auto-generated configs and docs 2023-07-25 02:24:21 +00:00
Andrey 3534294fb2 only:mailboxes unit test 2023-07-24 21:50:18 -04:00
GitHub set-date Action d6db70f627 Update date 2023-07-25 01:18:02 +00:00
rusefillc 32289989f3 only:code style 2023-07-24 18:33:52 -04:00