Commit Graph

2175 Commits

Author SHA1 Message Date
Josh Stewart 6b2fc37a95
Merge pull request #249 from brunob45/dev/scheduleinterrupt
Remove unused _SLOW versions of MAX_TIMER_PERIOD and uS_TO_TIMER_COMPARE
2019-08-23 12:52:28 +10:00
Bruno Bousquet 9fec203c5b remove _SLOW versions of MAX_TIMER_PERIOD and uS_TO_TIMER_COMPARE 2019-08-22 20:18:07 -04:00
Josh Stewart 3c4f25d140 Add build for teensy40 2019-08-21 17:42:01 +10:00
Josh Stewart d4d2c4ab59 Remove lines that should've been cut in previous commit 2019-08-21 17:32:15 +10:00
Josh Stewart 162e1837d6 Average cycle MAP reading for, similar to b5b6ea64a2 2019-08-21 15:20:29 +10:00
Josh Stewart 4357b1b4cf Clean compile on Teensy 4 2019-08-21 15:15:19 +10:00
Josh Stewart bc60059445 Merge branch 'master' of https://github.com/noisymime/speeduino 2019-08-21 13:36:36 +10:00
Josh Stewart 3328bd8ee3 Merge branch 'master' of https://github.com/noisymime/speeduino 2019-08-20 23:45:37 +10:00
Josh Stewart 89ee0e350d Detect Teensy v4 and differentiate from other Teensy 2019-08-20 23:45:29 +10:00
Josh Stewart 64d0196787 PID updates to allow clean compile 2019-08-20 18:55:22 +10:00
Josh Stewart 4e0ef9fa58
Merge pull request #248 from tvoyle/tvoyle-patch-1
Fix second revolution check for MAP minimum
2019-08-20 12:22:01 +10:00
tvoyle b5b6ea64a2
Fix second revolution check for MAP minimum
Second revolution is never picked up with MAP Sample Method Set to cycle minimum as  the +1 on the second check is in the wrong place
2019-08-20 14:02:53 +12:00
Josh Stewart db09629eec Merge branch 'master' of https://github.com/noisymime/speeduino 2019-08-20 09:55:53 +10:00
Josh Stewart e76b80bf1c Some of the basic closed loop VVT stuff 2019-08-20 09:55:46 +10:00
Josh Stewart f088c72c96 Most of the base logic for the conditional and input based table switching 2019-08-20 09:44:18 +10:00
Josh Stewart a574e39497
Merge pull request #247 from jplusje/master
Fixed small typo in cancomms.ino
2019-08-18 10:47:12 +10:00
John Plusje 4823d54b2d Merge branch 'master' of https://github.com/noisymime/speeduino 2019-08-17 16:21:31 +02:00
John Plusje cdcd066481 Fixed typo in cancomms.ino 2019-08-17 16:15:56 +02:00
darren siepka fa8ff51ddd fix compile errors 2019-08-10 13:40:22 +01:00
Autohome2 a3255c40f4
Merge pull request #70 from noisymime/master
Some of the fuel2 base changes for clean compile
2019-08-10 13:33:49 +01:00
darren siepka 67f3ae8102 add new realtime command for serial3 2019-08-10 13:32:05 +01:00
Josh Stewart 50ab4f9548 Some of the fuel2 base changes for clean compile 2019-08-10 22:30:05 +10:00
Autohome2 ff0fc3a58a
Merge pull request #69 from noisymime/master
update from josh master 10/08/2019
2019-08-10 11:22:20 +01:00
Josh Stewart 3d3437406d Remove the old SPEED_DENSITY TS project option 2019-08-10 09:39:16 +10:00
Josh Stewart 15cbb9a4e5 Most of the initial closed loop VVT base work 2019-08-08 16:26:59 +10:00
Josh Stewart 732718f27b Set ignitionBypass pin back to low when engine off. Fixes #240 2019-08-07 09:55:04 +10:00
Josh Stewart b05156411f Add legacy MAP reading mode 2019-08-07 09:51:18 +10:00
Josh Stewart 260f9b4c6c Add pin mapping for DIY-EFI CORE4 2019-08-06 17:19:52 +10:00
Josh Stewart f5af018cb6 Fix for potential missed pulses on tacho output 2019-08-04 19:24:19 +10:00
Josh Stewart 69a23affa6
Merge pull request #237 from brunob45/dev/timerspt1
All ignition and fuel timers run at same speed
2019-08-03 15:30:02 +10:00
Josh Stewart b6108b5050 Warnings cleanup 2019-08-02 10:14:25 +10:00
Bruno Bousquet 6355d7d859 Fix ignition5 and idle interrupt mix 2019-07-19 19:17:14 -04:00
Bruno Bousquet e0f7804034 add more macros for code explicitness 2019-07-19 17:11:15 -04:00
Bruno Bousquet bea951ed84 put better comments 2019-07-19 16:21:52 -04:00
Bruno Bousquet 0dede83883 add constants for prescaler values 2019-07-19 16:16:32 -04:00
Bruno Bousquet 7b6f5b5cff make all ignition and fuel timers run at same speed 2019-07-19 15:57:30 -04:00
Josh Stewart 6235909c77 Updated schematic image from the latest v0.4.3 board 2019-07-13 08:17:39 +10:00
Josh Stewart 8e9be7ef17 Warnings cleanup 2019-07-12 16:46:34 +10:00
Josh Stewart 549ec979fa Add pin mapping for 01-05 Miata PNP 2019-07-12 16:41:53 +10:00
Josh Stewart da29ee47e1 Minor changes for compatibility with PIO 4.0 2019-07-12 16:07:00 +10:00
Josh Stewart fa621ea071 Big MISRA cleanup 2019-07-08 17:56:02 +10:00
Josh Stewart 3ee8e11824 Add battery voltage offset calibration. Fixes #179 2019-07-08 17:51:08 +10:00
Josh Stewart 358c50e9ea First of the big MISRA cleanups 2019-06-26 10:31:35 +10:00
Josh Stewart 55537a447a Fix incorrect cppcheck path 2019-06-25 18:39:15 +10:00
Josh Stewart f84583d4bb Switch to latest version of cppcheck and MISRA scan 2019-06-25 18:27:54 +10:00
Josh Stewart a3f2c21cc8 Fix formatting of Travis file 2019-06-25 13:51:42 +10:00
Josh Stewart b04939d0c7 Remove stm32f103 from automated Travis build 2019-06-25 13:41:59 +10:00
Josh Stewart 19cb1a5cb0 Add pin mapping for the 1996-97 Miata PNP 2019-06-24 17:04:24 +10:00
Josh Stewart 3978e33f56 Merge branch 'master' of https://github.com/noisymime/speeduino 2019-06-24 15:47:59 +10:00
Josh Stewart 5a7b17bccd Fix for HW test mode that broke in f41f95a60c 2019-06-24 15:47:13 +10:00