Commit Graph

165 Commits

Author SHA1 Message Date
Matthew Kennedy f9ba47c244 compile-time enforcement of printf strings 2024-06-10 19:24:45 -04:00
rusefillc f445c87840 Oscilations in DWELL length after 40+ hours of uptime #6451
only: docs
2024-05-11 15:15:18 -04:00
Andrey 6eaf9b117d only: unique variable name so that nice IDE would not be needed 2024-05-10 23:09:52 -04:00
rusefillc 9fd4e930d3 criticalError("No slots in scheduling pool") 2024-05-10 23:07:23 -04:00
rusefillc aabc64be6d only: overdwell doc update 2024-05-10 23:07:23 -04:00
rusefi 85f8598932 unit tests run in US with a loss of precision from NT #6450
only: follow-up
2024-05-03 10:53:22 -04:00
kifir 0b2d1f654f we allow using of schedulig_s::getMomentUs schedulig_s::getMomentRaw only in unit tests 2024-05-03 10:40:33 -04:00
rusefi 291dadedd1 unit tests run in US with a loss of precision from NT fix #6450 2024-05-03 09:07:24 -04:00
rusefi 7934108ae2 unit tests run in US with a loss of precision from NT #6450
only: hiding skeletons deeper in the closet
2024-05-03 09:07:24 -04:00
rusefi 9226101732 let's use Nt for EventQueue in unit tests same as prod code 2024-05-03 09:07:24 -04:00
rusefi 8cd1cb9114 unit tests run in US with a loss of precision from NT #6450
only: progress
2024-05-03 00:10:39 -04:00
rusEFI LLC af63fb9dca unit tests run in US with a loss of precision from NT #6450
only: progress
2024-05-02 22:02:18 -04:00
rusefillc 3ae8d4af38
helping macro and pch.h (#6454)
Co-authored-by: kifir <kifir239@gmail.com>
2024-05-02 21:22:02 -04:00
Andrey G a4b4c4edc1
SimplePWM: utilize GpioChip PWM capabilities (#6449)
* SimplePWM: utilize GpioChip PWM capabilities

* pwm_generator_logic: guards for boards with no GPIOCHIPS
2024-05-02 18:17:51 -04:00
rusEFI LLC f635029c6a only: unit tests run in US with a loss of precision from NT #6450 2024-05-02 10:01:55 -04:00
rusefi 71e1397a5a only:unit test time mess 2024-05-01 12:32:06 -04:00
rusefi 66d8d6db9f only:unit test time mess 2024-05-01 11:18:44 -04:00
rusefi 0b5495e191 only: limits for unit tests 2024-04-30 18:55:55 -04:00
rusEFI LLC ed9ed11187 what's the proper way to printf timeNowUs #6434 2024-04-29 15:44:09 -04:00
rusefi a42092826a only: setTimeNowUs(): replace global fiddling with a function call 2024-04-27 10:10:59 -04:00
Matthew Kennedy 005d2eb21a distinguish between "timestamp" and "duration" 2024-04-25 18:57:11 -04:00
rusefi 4f68f971d3 only: same int for compiler but major confusion re: timing type? 2024-04-24 13:13:45 -04:00
Andrey 002a2ce016 only: encapsulation/better name 2024-02-28 21:44:02 -05:00
rusefillc 2b80929ac6 only:reducing unit test logging 2024-02-21 17:31:02 -05:00
rusefillc 43c0bda002 only:dead 2024-02-16 19:07:55 -05:00
Matthew Kennedy d4105657c5 action_s utility 2024-01-07 22:36:18 -05:00
Matthew Kennedy 1c3a422a12 integration: scheduler shadown 2024-01-07 22:36:18 -05:00
Andrey 6708494bb0 only:towards https://github.com/rusefi/rusefi/pull/4841 2024-01-07 16:21:54 -05:00
Andrey 509261ad10 only:renaming field 2024-01-07 16:04:36 -05:00
rusefillc e931bd850d signal_executor_sleep is not part of real firmware 2024-01-07 15:51:49 -05:00
Andrey d678c49a13 one step towards https://github.com/rusefi/rusefi/pull/4841/files#diff-63e5fe040b8a611e8897c2f4d455c248e6e4c6ee377f04ef30ada43e1dad3c61 2024-01-07 14:25:07 -05:00
rusefillc 5cae9663c7 only: assert eventQueue in simulator 2023-11-17 17:46:46 -06:00
rusefillc d4c21e514c only: refactoring: reduce guard duplication 2023-11-17 16:53:57 -05:00
Matthew Kennedy 78391f04ee PWM shadowing 2023-11-01 19:37:56 -04:00
rusefillc 35e57475a4 only:variable shadowing should be avoided #5676 2023-11-01 12:12:50 -04:00
rusefillc 198c9e8f57 only:shall we be just a little less Toyota 2023-11-01 10:09:04 -04:00
rusefillc 850d79d89d shall we be just a little less Toyota 2023-11-01 09:48:33 -04:00
rusefillc bbab25a378 only: docs 2023-10-26 22:42:21 -04:00
Andrey a90f8d4c9f only:simulator guards 2023-10-19 13:25:19 -04:00
Matthew Kennedy 115a0bfef0 consolidate pwm logic 2023-10-06 19:56:14 -04:00
Matthew Kennedy 22a10cc0eb minor pwm logic cleanup 2023-10-06 19:41:40 -04:00
Andrey f4da504968 tooth-event angle cannot be negative 2023-10-06 12:21:55 -04:00
Andrey a6103dca56 tooth-event angle cannot be negative 2023-10-06 12:21:55 -04:00
rusefillc e4a3fb260d only: readability? 2023-10-05 22:42:00 -04:00
rusefillc 696a83d04a only: documenting the current naming mess 2023-10-05 22:32:20 -04:00
rusefillc fd69d25866 only: reducing confusion? 2023-10-05 22:03:41 -04:00
Andrey f0479fdc17 preparing method for reuse 2023-09-06 08:16:14 -04:00
Andrey e81f9f953a some of these error codes are quite pointless now in 2023 2023-09-05 21:32:50 -04:00
Andrey ba66fdcf82 reducing code duplication around assert 2023-09-05 21:28:39 -04:00
Andrey 464ce6ae50 default arguments are cool even while I might not even need it now 2023-09-05 16:17:13 -04:00