Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

M2cupcar settings #4

Open
wants to merge 31 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
1325132
Fix the timing step issue on hotel by changing the angular value to 9…
fredcooke Dec 12, 2013
af8be0f
Lower hysteresis on HOTEL's ignition cut limiter for less thrashage.
fredcooke Dec 12, 2013
1dd25e2
Change offset to suit 10BTDC cranking.
fredcooke Dec 17, 2013
2b80477
Swap MAP sensor config to what's required for the Jaguar.
fredcooke Apr 27, 2014
fd4c15c
Add RPM based wideband control in place of fan which I don't need, an…
fredcooke May 2, 2014
23cef24
Add new HOTEL EFI config with my best crack at fueling for the poor c…
fredcooke May 3, 2014
b13f85e
Add new coolant sensor thermistor lookup table for old Starion manifo…
fredcooke May 25, 2014
bd0c8d3
Add hotel TPS config current throttle opening. This is narrower than …
fredcooke May 29, 2014
ea2e53f
Set dead time to flat 0.9ms until I can get a chance to measure it wi…
fredcooke May 25, 2014
344f6c0
Add timing values as tested earlier today, this is pretty independent…
fredcooke May 25, 2014
6068949
Richen up fueling during cranking, hopefully make for a happy start.
fredcooke May 25, 2014
7e974a8
Increase the volume of fuel delivered during priming. Shift engine te…
fredcooke May 26, 2014
9450b09
Migrate load axis to make more sense, dropping 110kPa and adding 14kP…
fredcooke May 27, 2014
4a35f12
Jack timing up in the air at light loads to try to get better economy…
fredcooke May 28, 2014
caca18c
Increase tolerance to allow cold starting which turned out to not be …
fredcooke May 29, 2014
214c23f
Cosmetic changes to all three tables to match the output of Aitor's 0…
fredcooke Jun 7, 2014
b247e56
Refactor the Makefile into pieces. This commit inspired by AncientGee…
fredcooke Jun 21, 2014
f925e36
M2cupcar
m2cupcar Aug 6, 2014
3d3cce3
M2cupar
m2cupcar Aug 6, 2014
ce01e1a
Updates
m2cupcar Aug 22, 2014
6da6f65
Tunableconfig update
m2cupcar Aug 22, 2014
ea11188
Config updates
m2cupcar Aug 22, 2014
e8101c0
Fix moved files by moving them back.
fredcooke Aug 30, 2014
8a00c22
Update decoder match for testclibuilds, ID number added to systemConf…
m2cupcar Dec 27, 2014
067e402
Add missing space for formatting :-D
Mar 25, 2015
d01fab5
Add top-level makefile entry for Rob.
Mar 25, 2015
d33ae86
Fix various fuckups caused by sloppiness and fancy unicode characters…
fredcooke Mar 25, 2015
4f24105
Switch to sequential configuration for Rob.
fredcooke Mar 26, 2015
f88a04c
Make firmware tolerant of bad shit. NOT to be run on a car with fueli…
fredcooke Apr 4, 2015
84adeab
Rob said 105 to 95 BTDC instead of 10 BTDC he wanted, that's 90 too a…
fredcooke Apr 20, 2015
c2a0282
TPS calibration complete.
fredcooke Apr 21, 2015
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ BENCHTEST:
TRUCK:
cd src/main; CLIFLAGS="$@" make clean MitsiAndMazda-CAS-4and1
HOTEL:
cd src/main; CLIFLAGS="$@" make clean HallOrOptical-Distributor-4of69
cd src/main; CLIFLAGS="$@" make clean HallOrOptical-Distributor-4of90
PRESTO:
cd src/main; CLIFLAGS="$@" make clean EvenTeeth-Cam-24and1
SEANKLT1:
Expand All @@ -54,3 +54,6 @@ SCAVENGER:
cd src/main; CLIFLAGS="$@" make clean MitsiAndMazda-CAS-4and2
DEUCES10:
cd src/main; CLIFLAGS="$@" make clean EvenTeeth-Cam-4and1
M2CUPCAR:
cd src/main; CLIFLAGS="$@" make clean MitsiAndMazda-CAS-4and2

4 changes: 2 additions & 2 deletions bin/testclibuilds.bash
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

builds=('DEFAULT' 'XGATE' 'TRUCK' 'HOTEL' 'PRESTO' 'SEANKLT1' 'SNOTROCKET' 'SPUDMN' 'SLATER' 'PETERJSERIES' 'DEUCECOUPE' 'PETERTRUCK' 'DEFAULT' 'DEUCES10' 'SCAVENGER')
builds19s=('BenchTest' 'GM-LT1-CAS-360and8' 'MitsiAndMazda-CAS-4and1' 'HallOrOptical-Distributor-4of69' 'EvenTeeth-Cam-24and1' 'GM-LT1-CAS-360and8' 'EvenTeeth-Cam-24and1' 'MissingTeeth-Crank-8minus1' 'MissingTeeth-Crank-12minus1' 'JSeries-12CrankWith6-2Cam' 'EvenTeeth-Cam-6and1' 'MissingTeeth-Cam-12minus1' 'EvenTeeth-Distributor-4of6and1' 'EvenTeeth-Cam-4and1' 'MitsiAndMazda-CAS-4and2')
builds=('DEFAULT' 'XGATE' 'TRUCK' 'HOTEL' 'PRESTO' 'SEANKLT1' 'SNOTROCKET' 'SPUDMN' 'SLATER' 'PETERJSERIES' 'DEUCECOUPE' 'PETERTRUCK' 'DEFAULT' 'DEUCES10' 'SCAVENGER' ‘M2CUPCAR’)
builds19s=('BenchTest' 'GM-LT1-CAS-360and8' 'MitsiAndMazda-CAS-4and1' 'HallOrOptical-Distributor-4of90' 'EvenTeeth-Cam-24and1' 'GM-LT1-CAS-360and8' 'EvenTeeth-Cam-24and1' 'MissingTeeth-Crank-8minus1' 'MissingTeeth-Crank-12minus1' 'JSeries-12CrankWith6-2Cam' 'EvenTeeth-Cam-6and1' 'MissingTeeth-Cam-12minus1' 'EvenTeeth-Distributor-4of6and1' 'EvenTeeth-Cam-4and1' 'MitsiAndMazda-CAS-4and2')

results[${#builds[*]} - 1]=0
failures=0
Expand Down