Commit Graph

977 Commits

Author SHA1 Message Date
Josh Stewart fd9a140374 Signature for November release 2016-12-05 20:44:25 +11:00
Josh Stewart 7b821097d4 Fix for misaligned page memory on flex 2016-11-30 20:53:37 +11:00
Josh Stewart 022e82d66f Minor changes to TS AE dialog 2016-11-30 17:17:51 +11:00
Josh Stewart 0fb9276c78 Calculate correct pulse width limit when using sequential fuel 2016-11-29 08:40:58 +11:00
Josh Stewart 049f3081b1 Complete fuel correction for flex 2016-11-28 20:37:24 +11:00
Josh Stewart aac73d785b Further groundwork for flex fuel adjustments 2016-11-28 16:58:24 +11:00
Josh Stewart 81cbb1a126 Add pin mode calls for the stepper motor outputs (Closes #61) 2016-11-28 10:53:31 +11:00
Josh Stewart 3a374ad361 Updated Pro design files 2016-11-27 21:48:47 +11:00
Josh Stewart 8540f64620 New flex fuel dialog 2016-11-27 21:47:22 +11:00
Josh Stewart 1f216513db Consistency improvement for the dual wheel decoder 2016-11-26 22:30:45 +11:00
Josh Stewart 7d910fc070 Fix for ignition macro (missing bracket) 2016-11-26 22:10:41 +11:00
Josh Stewart e9490b6732 Functional Teensy ignition timers 2016-11-26 02:43:57 +11:00
Josh Stewart a097be5eb0 Add Kinetis K64 data sheet to repo 2016-11-25 08:48:58 +11:00
Josh Stewart e7113b03a1 Enable injector angle options for cyls 3/4 when sequential is selected 2016-11-24 07:05:57 +11:00
Josh Stewart a3b50dc51b Remove ISR_NOBLOCK option on the ignition schedules as it was causing issues with over dwell protection 2016-11-23 12:07:10 +11:00
Josh Stewart 371b779e9d More complete timer code for Teensy 2016-11-23 11:51:12 +11:00
Josh Stewart bea6dd17bc Merge pull request #58 from Autohome2/new_master
freeram calc
2016-11-21 23:15:08 +11:00
Josh Stewart 8b551e6506 Fix for sequential ignition timing issue (No spark under some conditions) 2016-11-21 22:06:41 +11:00
Josh Stewart 4bfab2e479 Remove extra ISR code 2016-11-21 16:46:32 +11:00
Josh Stewart 573036126e Move overdwell calc out of the 1ms timer 2016-11-21 16:46:13 +11:00
Josh Stewart 6c8fbcf228 Platform check on ADC interrupt. Fixes #59 2016-11-21 16:45:21 +11:00
darren siepka ef40a58716 added freeram calculation code for use with Teensy 2016-11-21 01:44:37 +00:00
Autohome2 fcbc76ef45 Merge pull request #22 from noisymime/master
21112016 updates
2016-11-21 01:27:16 +00:00
darren siepka d29c1331b6 create new master to follow josh 21112016 2016-11-21 00:46:19 +00:00
Josh Stewart 6921107373 Development signature for Nov (Late) 2016-11-18 14:31:03 +11:00
Josh Stewart af40812586 Allow for leading/trailing edge selection on missing tooth and dual wheel decoders 2016-11-18 14:28:33 +11:00
Josh Stewart 34780378c6 Merge pull request #57 from noisymime/ADC-interrupt
ADC interrupt merge
Closes #56
2016-11-18 13:44:48 +11:00
Josh Stewart 20897d9d84 Final tidy up of ADC interrupt before merge 2016-11-18 13:42:51 +11:00
Josh Stewart 082010a07d Move ADC interrupt setup into its own initialise function (+minor cleanups) 2016-11-18 12:57:11 +11:00
Josh Stewart 0aa2287fd8 Cleanup of some design files 2016-11-14 08:48:34 +11:00
Josh Stewart de6dc2699f Updated part numbers on 0.4.2 BOM 2016-11-11 16:45:43 +11:00
Josh Stewart 7ca41a7355 Merge branch 'master' into ADC-interrupt 2016-11-10 07:48:47 +11:00
Josh Stewart 1d35374865 October base tune 2016-11-09 12:59:26 +11:00
Josh Stewart 1afb70d1da Final sequential fixes/tweaks 2016-11-09 12:57:04 +11:00
Josh Stewart de3ee45f7f Signatures for October release 2016-11-08 17:05:57 +11:00
Josh Stewart 42640cd34b Minor performance improvements 2016-11-08 17:04:34 +11:00
VitorBoss 0a1cadc504 ADC interrupt routine
Introducing ADC interrupt routine tor atmel devices
2016-11-06 11:31:18 -02:00
VitorBoss 0a6be57aa6 Fix wrong pins description 2016-11-04 06:53:13 -02:00
VitorBoss 07be4d8fbb Use macros for injector and coil
Use macro instead digitalwrite function, it seems more friendly to
understand
2016-11-03 08:19:19 -02:00
VitorBoss 52b95f65b8 Merge remote-tracking branch 'refs/remotes/noisymime/master' 2016-11-02 11:01:42 -02:00
VitorBoss 7b00c23134 Fully working FloatPoint 3D interpolation
Solved some issues, and renamed functions, get3DTableValueF for Float
version and get3DTableValueS for Simple code. Both seems very faster in
my tests.
2016-11-02 11:01:34 -02:00
Josh Stewart f9e226d828 Complete and tested fuel trim 2016-11-02 12:13:17 +11:00
Josh Stewart 7aeff0cbda Further memory fixes for sequential trims 2016-11-01 23:19:16 +11:00
Josh Stewart 30a48dc364 Fixes for trim table comms misalignment 2016-11-01 12:37:00 +11:00
Josh Stewart f0dcb0c756 Minor sequential fixes 2016-11-01 10:11:15 +11:00
VitorBoss 0e6ff94f6d Fix error introduced in last commit 2016-10-28 17:53:22 -02:00
VitorBoss edb9721f3a Fixed float interpolation
Added last values check to speedup the code, fixed the Overflow
protection and use 'do while' instead of 'for( , , )' function to
increade speed. All this result in a twice more speed on my tests
2016-10-28 17:45:05 -02:00
Josh Stewart a4c9987e99 Add worst case fallback position to baro reading 2016-10-28 20:03:31 +11:00
VitorBoss 59d6f132cd Fix code Style
Fix code style according to
http://speeduino.com/wiki/index.php/Style_code
2016-10-27 13:38:00 -02:00
VitorBoss 19c19d66a0 Merge remote-tracking branch 'refs/remotes/noisymime/master' 2016-10-27 12:05:47 -02:00