Commit Graph

1154 Commits

Author SHA1 Message Date
Josh Stewart 94f6561189 And yet more Travis changes 2017-06-16 15:12:05 +10:00
Josh Stewart 176fc54348 More Travis fixes 2017-06-16 15:01:10 +10:00
Josh Stewart e37b4abd32 Hacky hack to get latest cppcheck on Travis 2017-06-16 14:55:17 +10:00
Josh Stewart fd70cc6eb8 Test MISRA script change for Travis checking 2017-06-16 13:57:08 +10:00
Josh Stewart 0afecc81c0 MISRA script fix 2017-06-16 13:46:07 +10:00
Josh Stewart 78d6e1cb3b Fix Travis relative directories 2017-06-16 13:42:00 +10:00
Josh Stewart 5ac6ae0b4d Fix internal Travis testing permissions 2017-06-16 13:37:25 +10:00
Josh Stewart 00e30c2c58 Travis config to perform MISRA checking 2017-06-16 13:35:01 +10:00
Josh Stewart 14751f08ff Add MISRA checking script 2017-06-16 13:34:47 +10:00
Josh Stewart 6b8961e088 MISRA compliant decoders.ino 2017-06-16 08:45:39 +10:00
Josh Stewart 5c25590f82 Fix warnings for PSIG :) 2017-06-14 18:07:06 +10:00
Josh Stewart 865c2cfe5b Cleanup unused code from last commit 2017-06-14 16:29:17 +10:00
Josh Stewart 19ec917b94 Move to new output triggering method (Injectors only for now) 2017-06-14 12:15:26 +10:00
Josh Stewart 3dc0ebf15a Fix Teensy #ifdef typo 2017-06-13 17:23:14 +10:00
Josh Stewart 7c36ff853b Gerber files for v2 of Teensy adapter 2017-06-13 17:06:25 +10:00
Josh Stewart 244b7a068e Add missing pin mapping for stepper on Teensy adapter 2017-06-13 17:05:02 +10:00
Josh Stewart 3065620606 MX5 wiki images 2017-06-12 12:03:38 +10:00
Josh Stewart 981af96e10 Fix launch control mapping on the MX5 PNP 2017-06-11 09:15:47 +10:00
Josh Stewart ae7a75673f June dev signature 2017-06-06 08:32:08 +10:00
Josh Stewart 4f62900cba May base tune file 2017-06-05 14:41:58 +10:00
Josh Stewart 02564d3218 May signature 2017-06-05 14:28:28 +10:00
Josh Stewart 5aa4cbc36c Comment cleanup 2017-06-05 14:27:07 +10:00
Josh Stewart 780c9ab2ee Logic change from some of the MISRA work 2017-06-04 22:48:59 +10:00
Josh Stewart 4ba2fbf52c MISRA compliant corrections.ino 2017-06-03 20:45:25 +10:00
Josh Stewart 7f93ccd9af Final Travis config for all builds (hopefully) 2017-06-03 12:10:57 +10:00
Josh Stewart a738e740f8 Add required build options for Travis 2017-06-03 11:56:11 +10:00
Josh Stewart e368dc1f85 Test all builds with Travis 2017-06-03 11:44:15 +10:00
Josh Stewart 3f5482ded5 Activate travis file for CI 2017-06-03 09:37:18 +10:00
Josh Stewart d44410fff4 MISRA compliant comms.ino 2017-06-02 21:56:21 +10:00
Josh Stewart 60a013655c MISRA compliant cancomms.ino 2017-05-31 18:57:36 +10:00
Josh Stewart d1eb72f2bb MISRA compliant auxiliaries.ino 2017-05-31 18:13:04 +10:00
Josh Stewart 3dd5ab7370 Tentatively working lambda option 2017-05-27 22:16:42 +10:00
Josh Stewart 98c3a51ec2 WUE VEAL testing added (Currently disabled) 2017-05-26 13:09:19 +10:00
Josh Stewart 65415c0aff Correct issue where injector timing was forced to simultaneous on 6 and 8 cylinders 2017-05-26 11:06:20 +10:00
Josh Stewart a106ea72ca Have the missing tooth decoder use the cranking specific RPM calc 2017-05-20 21:55:50 +10:00
Josh Stewart 535756f656 MX5 PNP board Beta 1 2017-05-17 19:58:58 +10:00
Josh Stewart fbde19253f Clear cranking and WUE bits when engine speed drops to 0rpm 2017-05-16 22:01:33 +10:00
Josh Stewart 81c548a9e8 Tentative 6 cylinder support (3000GT) added to 4G63 decoder
Requested in #76
Needs testing. Select the decoder and set cylinders to 6.
Note that the Medium and Aggressive trigger filters do NOT currently
work for 6 cylinders and should not be used.
2017-05-16 16:49:35 +10:00
Josh Stewart f27f883a5c Add updater mechanism for translating data between firmware versions 2017-05-16 15:05:39 +10:00
Josh Stewart 1db7be4a33 Flex fuel boost adder 2017-05-12 18:14:14 +10:00
Josh Stewart bcd7b29b59 Merge pull request #86 from Autohome2/can-serial3
r command bug fixes and further multiprocessor can and serial3 support
2017-05-11 21:53:19 +10:00
Josh Stewart 2d72de80e0 More wiki images 2017-05-11 09:56:20 +10:00
darren siepka bffb4fb72f r command bug fixes and further multiprocessor can and serial3 support 2017-05-11 00:08:24 +01:00
Josh Stewart 39427c9275 Wiki images 2017-05-10 23:42:59 +10:00
Josh Stewart 7b13b8995c Prevent the IAT retard curve from clobbering spark advance values below 0 2017-05-10 15:46:14 +10:00
Josh Stewart cfebe84514 Belated May dev signature 2017-05-10 13:55:26 +10:00
Josh Stewart a7460f93d2 Merge pull request #85 from Autohome2/can-serial3
serial3 and canbus integration improvements
2017-05-10 12:15:29 +10:00
Josh Stewart 04a6866115 Allow spark advance values below 0 in the main table 2017-05-09 17:29:55 +10:00
darren siepka 49a23d9a33 This version is based from the can-serial3 branch which was updated from josh's master on 07/05/2017
Before change it compiled at
bytes of 63,444 flash(24%) and 4137 bytes of ram(50%) used
upon pr submission this changed to
bytes of 63,574 flash(25%) and 4155 bytes of ram(50%) used

Changes were to allow the use of the "r" command to access specific data in the realtime list
It contains minor changes to the ini file to link to the help for serial3 and can interface.
also change 0x07 to 0x30(dec48) as discussed on slck with josh for the r command
added teensy and stm32 can references and some specific canwork for teensy3.5
need to use pawelsky flexcan library (https://github.com/pawelsky/FlexCAN_Library)
2017-05-08 23:15:03 +01:00
Josh Stewart db147b5ccb Updated v0.4.3 BOM with in-stock part numbers 2017-05-08 09:40:46 +10:00