Commit Graph

641 Commits

Author SHA1 Message Date
Andrey 6714b63c08 https://github.com/rusefi/rusefi/pull/5394
only:nastyornot
2024-06-17 19:32:21 -04:00
Andrey e927de593e https://github.com/rusefi/rusefi/pull/5394
only:nastyornot
2024-06-17 18:32:56 -04:00
Andrey d2e62cc9c6 compile-time enforcement of printf strings
only:uaefi
2024-06-11 06:57:27 -06:00
Matthew Kennedy 1d48ee7182 compile-time enforcement of printf strings 2024-06-10 19:21:46 -04:00
Matthew Kennedy 27e0a80c82 compile-time enforcement of printf strings
only:uaefi
2024-06-10 19:11:35 -04:00
rusefillc dda8a3ed6b only:extracting magic constant 2024-06-08 21:48:31 -04:00
Andrey 5ba6236318 time for VCS_VERSION to go 2024-05-29 17:45:41 -04:00
rusefillc 9b7956fb1c only:static_vector.h:29:17: error: writing 10 bytes into a region of size 0 [-Werror=stringop-overflow=] fix #6270 2024-05-23 10:57:09 -04:00
rusefillc 7b970f9195 static_vector.h:29:17: error: writing 10 bytes into a region of size 0 [-Werror=stringop-overflow=] #6270 2024-05-23 08:00:00 -04:00
Andrey 12d2e12758 only: improving error message Invalid table axis 2024-05-16 20:53:31 -04:00
rusefillc 214528d4be only: making method more available 2024-05-12 10:59:10 -04:00
rusefillc 6a3539815d Oscilations in DWELL length after 40+ hours of uptime #6451
only: code comment
2024-05-11 23:35:21 -04:00
rusefillc f445c87840 Oscilations in DWELL length after 40+ hours of uptime #6451
only: docs
2024-05-11 15:15:18 -04:00
rusefillc c7a3422962 Oscilations in DWELL length after 40+ hours of uptime #6451
only: extract method
2024-05-11 15:05:42 -04:00
Matthew Kennedy 8cb03dc264 only: encapsulation 2024-05-04 08:59:47 -04:00
rusefi 75e53a578a Map3D should not be silently return 0 if not initialized fix #6461 2024-05-03 22:57:18 -04:00
rusefi a3a492d46f Map3D should not be silently return 0 if not initialized #6461
preparation: giving tables names
2024-05-03 22:31:53 -04:00
rusefi 06266b709f Map3D should not be silently return 0 if not initialized #6461
at least unit tests are happy
2024-05-03 21:39:33 -04:00
kifir 9192841684 add microseconds timestamp to logs 2024-04-30 18:37:59 -04:00
rusEFI LLC ed9ed11187 what's the proper way to printf timeNowUs #6434 2024-04-29 15:44:09 -04:00
rusefi 302b11abee only: setTimeNowUs(): replace global fiddling with a function call 2024-04-27 10:06:14 -04:00
Matthew Kennedy 005d2eb21a distinguish between "timestamp" and "duration" 2024-04-25 18:57:11 -04:00
rusefillc 02cd55bb8f only: docs 2024-04-10 19:41:03 -04:00
rusefi 5f897ec686 only: getBitRangeMsb 2024-04-07 15:49:02 -04:00
rusefillc 9777bc009f uaefi stops firing ignition correcty after running for some time at high rpm #6292
only: docs
2024-04-03 14:50:21 -04:00
rusefillc f69b5fa972 no need for 'void'? 2024-04-03 13:09:06 -04:00
Matthew Kennedy 4696848ad4 we often mean inline when we say static 2024-03-29 11:56:52 -04:00
rusefillc 96abbebd5b static_vector.h:29:17: error: writing 10 bytes into a region of size 0 [-Werror=stringop-overflow=] #6270
touching template randomly
2024-03-21 17:55:53 -04:00
Andrey 3096db5c72 confusing Map3D API fix #6139 2024-03-04 17:58:24 -05:00
Andrey b4d3368be1 confusing Map3D API #6139
only: minor rename
2024-03-04 15:27:48 -05:00
rusefillc 20cbeec9cd front to rear axle speed slip rate gauge #5842
only:proteus_f4
2023-12-31 11:34:35 -05:00
Andrey 02960f1503 only: front to rear axle speed slip rate gauge #5842 2023-12-30 23:51:59 -05:00
Andrey afe01c365f custom FW repos code generation process #5817
preparation
2023-12-19 16:47:58 -05:00
Andrey d2f614bb20 only:RTFM? 2023-11-05 17:23:17 -05:00
rusefillc e384914c95 only:variable shadowing should be avoided #5676 2023-11-01 13:02:20 -04:00
rusefillc b3d921d961 only:variable shadowing should be avoided #5676 2023-11-01 12:00:08 -04:00
Andrey 45636fd90a only:C++ 2023-10-06 11:09:30 -04:00
Andrey ebf749f746 EG33 and C++ 2023-10-06 10:22:24 -04:00
Andrey 506b03122d only: C++ 2023-10-05 22:10:10 -04:00
Andrey ba66fdcf82 reducing code duplication around assert 2023-09-05 21:28:39 -04:00
rusefi 1d64003dd6 only:WrapAround62 goes to libfirmware 2023-08-30 23:47:26 -04:00
rusefi 78e48d3718 only:timer.h goes to libfirmware! 2023-08-30 23:11:24 -04:00
rusefi 325046f15d only:rusefi_time_types.h 2023-08-30 21:35:30 -04:00
Andreika 46ded5cbcb
Move cyclic_buffer.h and fifo_buffer.h to libfirmware (#5544)
* Move cyclic_buffer.h and fifo_buffer.h to libfirmware

* move cyclic_buffer.h and fifo_buffer.h to containers dir
2023-08-26 15:59:45 -04:00
rusefi e8c45a2e7d refactoring: reducing code duplication. Also, do we even care for critical error codes?! 2023-08-20 22:23:44 -04:00
rusefillc 9f4647a99f CLI encapsulation preparing for libfirmware move 2023-08-08 23:53:59 -04:00
rusefillc b21455e178 CLI encapsulation preparing for libfirmware move 2023-08-08 23:02:20 -04:00
rusefillc c4eb8fc9f8 CLI encapsulation preparing for libfirmware move 2023-08-08 22:58:17 -04:00
rusefillc 5fe7e7ca54 CLI encapsulation preparing for libfirmware move 2023-08-08 22:22:04 -04:00
rusefillc 850b2631d8 CLI encapsulation preparing for libfirmware move 2023-08-08 18:58:16 -04:00