forked from speeduino/speeduino
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fuel schedule improvements (speeduino#1272)
* Avoid overflow of timer period between the current and next schedules Potential fix for speeduino#1181 * Remove end compare on fuel schedules. Significant RAM improvement * Cleanup of new code. Align ignition schedules with new fuel schedules * Slight tweak to fuel scheduling conditions * Prevent missed injection pulse under specific timing conditions * Further work handling when injection start angle passes back and forth between 0 and CRANK_ANGLE_MAX_INJ * Do not queue next fuel schedule if cycle time exceeds max timer duration * Fix unit tests based on code path changes
- Loading branch information
Showing
7 changed files
with
824 additions
and
822 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.