Commit Graph

537 Commits

Author SHA1 Message Date
Josh Stewart 343fd4e88c Remove some warnings during Teensy compile 2019-01-18 21:17:47 +11:00
Josh Stewart 207b389b41 Move all Teensy 3.5 headers to dedicated board file 2019-01-18 21:15:27 +11:00
Josh Stewart 9b53feb9da More compatibility for the modular arch setup 2019-01-18 10:18:47 +11:00
Josh Stewart 750d486276 VERY rough initial work on modular boards layout 2019-01-17 20:47:19 +11:00
unknown 8e67aa2299 revert globals.h config6 back to 128b 2019-01-16 08:03:22 -05:00
unknown ff766c3293 changed memory location 2019-01-16 07:55:04 -05:00
unknown f64f563306 Merge branch 'master' of https://github.com/noisymime/speeduino into testing 2019-01-16 07:46:19 -05:00
unknown 1a7750b2a2 ternary to if/else 2019-01-15 08:52:39 -05:00
Josh Stewart d1cb18aa6a Cleanup of MISRA commenting violations 2019-01-15 22:20:52 +11:00
Josh Stewart b0d02b3fc7 Move the fuel load calculation outside of the sync/RPM check. Closes #185 2019-01-15 17:43:19 +11:00
Josh Stewart 1fabf639c5 Correctly handle case where sequential ignition is combined with more than 2 squirts per cycle. Is a potential fix for #187 2019-01-15 17:15:56 +11:00
unknown bcc675f278 update struct padding 2019-01-14 16:01:03 -05:00
unknown e6f9ee07b5 fixed scope issue with fanWhenOff 2019-01-14 15:53:46 -05:00
unknown eb30daebf5 add fanWhenOff option 2019-01-14 15:28:13 -05:00
Josh Stewart 4af8c5d4f6 Large comment cleanup in speeduino.ino 2019-01-11 17:36:54 +11:00
Josh Stewart 0c434004d6 Introduce init.ino to help clean up speeduino.ino 2019-01-11 17:25:07 +11:00
Josh Stewart 9602a4c1e1
Merge pull request #182 from ric355/oct2018additions.
Idle stepper direction changing. Closes #132
2019-01-09 08:39:18 +11:00
Josh Stewart e19090f560
Merge branch 'master' into dec18_master 2019-01-09 08:32:56 +11:00
Richard Metcalfe 4f94c98caa Provide support for changing the idle stepper direction through the use
of an "inverted Y/N" setting. This is to avoid the need to change wiring
if it turns out the stepper is working in the opposite direction to what
is expected.
2019-01-08 11:37:18 +00:00
connor rigby 72e1e2f9f8
Fix a few typos and comment formatting consistency 2019-01-06 10:16:04 -08:00
darren siepka 3293a33f74 fix various typo in ts ini
fix selection offset for aux in pins
remove 511 limit on analog
2018-12-29 22:55:02 +00:00
darren siepka eca00f5719 dec 29122018 master from josh 2018-12-29 17:26:30 +00:00
Josh Stewart 919ac63c9b Rmove injector opening time from the req_fuel multiplication on staged injection (Fixes #173) 2018-12-03 11:32:04 +11:00
Josh Stewart bfa3eb3e34 December dev signatures 2018-12-03 10:18:25 +11:00
Josh Stewart 0b0345f06f More tweaks to Subaru 6/7 pattern 2018-11-22 18:13:24 +11:00
Josh Stewart 090837f404 More testing changes for Subaru 6/7 2018-11-21 18:15:24 +11:00
Josh Stewart bb7d8a30b4 TESTING: Force Subary 6/7 decoder to check for sync at 2 points 2018-11-19 23:42:05 +11:00
Josh Stewart 87fc8018c4 Fix for copy/paste error in the sensor sanity checking 2018-11-18 07:53:12 +11:00
Josh Stewart b672a49758 Signature and base tunes for 201810 release 2018-11-15 22:21:31 +11:00
Josh Stewart d93fbb96ec Better handling of default values for ADC filters 2018-11-11 19:25:00 +11:00
Josh Stewart 7820d5c2c4 MISRA cleanup 2018-11-05 16:30:26 +11:00
Josh Stewart eb5f845eb3 Introduce new ignition mode for Subaru 6/7 2018-11-05 15:58:18 +11:00
Josh Stewart 2b877c508a Fix incorrect tooth calc for missing tooth new spark mode 2018-10-24 23:25:10 +11:00
Josh Stewart 2057f05d47
Merge branch 'master' into improved_io2 2018-10-23 10:05:54 +11:00
darren siepka 7fd7d6bf5c remove lines suggested 2018-10-22 15:50:31 +01:00
Josh Stewart abb8a085d6 Slightly improved paging on the high speed loggers 2018-10-15 16:27:49 +11:00
Josh Stewart 2b866dd8ad Full generic implementatino of the composite logger 2018-10-15 14:40:14 +11:00
Josh Stewart 9946350a69 Initial testing work on composite logging 2018-10-09 23:31:56 +11:00
Josh Stewart 43ed2e422a Fix for Teensy freezing when pwm idle enabled 2018-10-06 09:39:23 +10:00
Josh Stewart 2b321a9164 Minor memory cleanup 2018-10-05 20:27:46 +10:00
Josh Stewart 3bd5ea1988 Safety check for invalid ADC filter values 2018-10-05 20:26:50 +10:00
Josh Stewart 0fcc116d3f Potential fix for Teensy crash when PWM idle enabled 2018-10-05 20:26:08 +10:00
Josh Stewart fd10a77ff4 New and improved tooth logger 2018-10-01 14:21:13 +10:00
Autohome2 23787d0e21
Merge branch 'master' into improved_io2 2018-09-24 00:49:57 +01:00
darren siepka 207d091f90 resolved further conflicts 2018-09-24 00:41:27 +01:00
darren siepka 217739298e fix sensors merge conflicts 2018-09-23 23:30:18 +01:00
darren siepka efdc1b5162 fix sensors merge conflicts 2018-09-23 23:14:53 +01:00
darren siepka 90420359f7 improve ini selection robustness to prevent impossible selection according to mcu type etc.
allow canbus options to be chosen that were not previously available
2018-09-23 22:50:15 +01:00
Josh Stewart 40f23ca885 Add safety checks to only set input pin modes when functions are enabled 2018-09-20 07:26:43 +10:00
Josh Stewart a21f0eb63f Do not attempt to perform a priming pulse or pump prime if set to 0 2018-09-19 16:40:03 +10:00