Commit Graph

1636 Commits

Author SHA1 Message Date
Josh Stewart 7477ba3322 MISRA errors cleanup 2018-02-12 10:45:02 +11:00
Josh Stewart 83a8fdefca
Merge pull request #126 from lsdlsd88/patch-1
fix cranking IAC bins in MX5 NA6 Base Tune
2018-02-12 10:09:16 +11:00
Josh Stewart 4ce08001ff
Merge pull request #127 from lsdlsd88/patch-2
Disable launch control by default on MX5 PNP tune
2018-02-12 10:08:19 +11:00
Vitor Moreno B. Sales e510c0e909
Merge pull request #17 from noisymime/master
Get latest fixes from Josh
2018-02-09 13:06:05 -02:00
Autohome2 24cb087d94
Merge pull request #54 from noisymime/master
update with josh master 08022018
2018-02-08 23:26:25 +00:00
Murray 528d3193d8 changed reset control config to use a setting group 2018-02-07 18:37:21 -06:00
lsdlsd88 c1ebde3ce5
fix for NA6 PNP base tune
Disabling Launch control from base tune...
2018-02-07 19:59:14 +01:00
lsdlsd88 9c8fe31354
fix bins in MX5 NA6 Base Tune
fixing temperature bins makes possible to actually use these functions.
in the current state these points appear one over each other in Tunerstudio and you can't drag them properly.
2018-02-07 19:50:43 +01:00
Josh Stewart d646553b6f Fix for 24x decoder not syncing after startup 2018-02-06 21:47:02 +11:00
Josh Stewart 11a0c8069e Fix initial state of the dual wheel decoder on first rev after sync 2018-02-05 18:05:58 +11:00
Josh Stewart 0c374cf081 Prevent overflow of fuel when RPM < 115 and sequential is selected 2018-02-05 18:05:36 +11:00
Josh Stewart 0c5b3ef006 Add a 1s cache timeout for the 2D table caches 2018-02-05 17:31:22 +11:00
Josh Stewart c038ebb1d7 Fix bug that prevents the per tooth based timing from functioning 2018-02-05 16:13:26 +11:00
Josh Stewart 8b7f0c345b Add a loops/rev counter in TS 2018-02-05 12:44:38 +11:00
Josh Stewart 725b93e083 Add additional caching on 2D table lookups 2018-02-05 12:44:24 +11:00
Josh Stewart dfa48ed250 Fix for rare overflow issue that could cause an incorrect pulse width at very low RPM (<200rpm) 2018-02-05 09:39:46 +11:00
VitorBoss 27e22eef1b Merge branch 'master' of git://github.com/noisymime/speeduino 2018-02-01 18:28:53 -02:00
Josh Stewart 33b85f3b9d Cleanup a bunch of errors and warnings for stm32 2018-01-27 22:14:11 +11:00
Josh Stewart b1c307b01b Fixup errors from last merge 2018-01-26 00:37:38 +11:00
Josh Stewart 7a1b6f75cd
Merge pull request #124 from 0x15e/0x15e-master-amalgamation
Reset Control & Table-based Flex Fuel.
Removed usage of caches (Not required, can explain further if needed). The definitions of the caches etc need to be removed still
2018-01-25 17:27:57 +11:00
Josh Stewart 05ebf72e53
Merge branch 'master' into 0x15e-master-amalgamation 2018-01-25 17:25:11 +11:00
Josh Stewart 9dfc8e0429 8 channel dynamic work to allow stm32 and teensy to compile 2018-01-24 16:23:15 +11:00
Josh Stewart 8e2e3f125b Convert all tables in code to match the numbering in the ini (Probably has bugs for now) 2018-01-24 12:05:50 +11:00
Josh Stewart c0f0cd2a0a
Merge branch 'master' into 0x15e-master-amalgamation 2018-01-23 16:52:19 +11:00
Josh Stewart 80a77d4c4a More work on the dynamic channel usage 2018-01-23 16:14:03 +11:00
Josh Stewart c3173296f5 Some initial ground work for the dynamic inj/ign assignment 2018-01-22 12:21:33 +11:00
Murray e1f2b35081 migrated the flex fuel help to the curve editors. fixed bonehead flexEnabled ini mistake 2018-01-21 15:19:04 -06:00
Murray b5c56495e9 Merge branch 'flextable' of https://github.com/0x15e/speeduino into 0x15e-master-amalgamation
# Conflicts:
#	reference/speeduino.ini
#	speeduino/comms.h
#	speeduino/comms.ino
#	speeduino/globals.h
2018-01-21 14:55:47 -06:00
Murray 9369ec73d8 Merge branch 'reset-lock' of https://github.com/0x15e/speeduino into 0x15e-master-amalgamation
# Conflicts:
#	reference/speeduino.ini
#	speeduino/globals.h
2018-01-21 14:32:51 -06:00
Murray 8e789d4644 Merge branch 'master' of https://github.com/noisymime/speeduino into flextable
# Conflicts:
#	reference/speeduino.ini
#	speeduino/globals.h
2018-01-20 18:16:19 -06:00
Murray 74fefba9c2 significantly improved the flex settings dialog 2018-01-20 18:00:56 -06:00
Murray 23862103e5 extremely rough flex table editors. added flexBoostCorrection to currentStatus. shortened flex correction table names. gave each flex table its own set of eth% bins. fixed the incredibly broken EEPROM update code. 2018-01-20 16:33:14 -06:00
Josh Stewart 264090863d
Merge pull request #118 from ConnerMcLaughlin/master
Launch Control TPS II
2018-01-21 07:18:51 +11:00
Murray 929756b63a Merge branch 'master' of https://github.com/noisymime/speeduino into flextable
# Conflicts:
#	.gitignore
#	reference/speeduino.ini
#	speeduino/globals.h
2018-01-19 22:24:02 -06:00
Murray 2350d5d785 Table-based flex fuel corrections
Changed the linear low / high flex fuel correction method to a table2D-based one.
2018-01-19 21:25:01 -06:00
Vitor Moreno B. Sales 94b2154bed
Merge pull request #15 from noisymime/master
1801
2018-01-19 19:18:00 -02:00
Murray d07d20ffb8 ini spec version bump to maximum supported by the current stable TunerStudio. removed debug code from comms.ino. updated ini file so that only appropriate options will be shown based on whether the connected Speeduino is using the custom firmware. 2018-01-16 20:02:04 -06:00
Josh Stewart de45a0f506 Wiki image for Miata 9905 pattern 2018-01-17 09:39:19 +11:00
Josh Stewart 45d6780835
Merge pull request #120 from ConnerMcLaughlin/36-2+3
Initial commit for missing tooth secondary
2018-01-16 16:47:07 +11:00
ConnerMcLaughlin b6096329d8 cam4minus1 var is now trigPatternSec
All the instances of the variable name cam4minus1 is changed to trigPatternSec
2018-01-15 20:38:37 -06:00
ConnerMcLaughlin b2ed338f2e MISRA violation fix
rule 12.1 was being violated and this is the fix where several sets of parentheses are removed.
2018-01-15 20:21:09 -06:00
Josh Stewart f0ce5a9202 Updated 36-2-2-2 signal image 2018-01-15 16:45:06 +11:00
ConnerMcLaughlin 0622666434 Special fix for STM32F103C8 uCs
Was not compiling because of misplaced and/or insufficient preprocessor directives
2018-01-14 23:32:24 -06:00
ConnerMcLaughlin dc0e1c7b88 Correction of choices for cam4minus1 var
In speeduino.ini you have to explictly show an INVALID placeholder for all the choices a constant can have.  There were only 130 for cam4minus1.  The numer was increased to 254.
2018-01-14 21:21:07 -06:00
ConnerMcLaughlin 52701e98ad Initial commit for missing tooth secondary
This also includes setups that have Toyota 36-2+3 trigger wheels to work.
2018-01-14 20:23:25 -06:00
ConnerMcLaughlin 124c0d51da Launch Control TPS II
Adding TPS limit on launch control
2018-01-14 17:42:38 -06:00
Josh Stewart 475509b957 Fix typo in gitattributes 2018-01-15 08:48:36 +11:00
Murray bd303bd767 replaced accidental (and misnamed) copy of arduino-dfu firmware with the correct speeduino arduino-usbserial one 2018-01-14 11:49:16 -06:00
Murray 27641514f4 Merge branch 'master' of https://github.com/noisymime/speeduino into reset-lock
# Conflicts:
#	reference/speeduino.ini
2018-01-14 11:29:29 -06:00
Murray 35267f21ed Updated bootloader that sends its version to Speeduino when TS connects 2018-01-13 09:06:12 -06:00