4
I Use This!
Inactive

Commits : Listings

Analyzed about 7 hours ago. based on code collected about 9 hours ago.
Apr 25, 2023 — Apr 25, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Update to eclipse Luna. More... almost 9 years ago
Add ID1000 dead time curve to constants lib. More... about 9 years ago
Add GM 3 bar MAP sensor to the constants library. More... about 9 years ago
Refactor the Makefile into pieces. This commit inspired by AncientGeek, my hatred for overly long files, and my love of separation of concerns. More... almost 10 years ago
Cosmetic changes to all three tables to match the output of Aitor's 0.6 utility. More... almost 10 years ago
Increase tolerance to allow cold starting which turned out to not be a fueling issue. More... almost 10 years ago
Add another push script to the bin dir. This script pushes public dev to public master ready for me to push something new to public dev afterward. More... almost 10 years ago
Add hotel TPS config current throttle opening. This is narrower than full range due to being propped open for a more stable idle. With an idle valve, this will widen a little. Also handle reverse slope TPS inputs automatically. More... almost 10 years ago
Remove outdated and unnecessary advice from the help block. More... almost 10 years ago
Jack timing up in the air at light loads to try to get better economy. Reduce timing by 1 degree at high load and peak torque. Add kPa labels to the end of each line. Thank you Aitor! <3 More... almost 10 years ago
Migrate load axis to make more sense, dropping 110kPa and adding 14kPa without changing anything else. More... almost 10 years ago
Increase the volume of fuel delivered during priming. Shift engine temperature enrichment down to the left for the hotel which has a wide normal operating range of 72 to 92. More... almost 10 years ago
Richen up fueling during cranking, hopefully make for a happy start. More... almost 10 years ago
Add timing values as tested earlier today, this is pretty independent of the EFI stuff. More... almost 10 years ago
Set dead time to flat 0.9ms until I can get a chance to measure it with the new driver box. More... almost 10 years ago
Add new coolant sensor thermistor lookup table for old Starion manifold stock sensor as used in the mighty HOTEL. More... almost 10 years ago
Increase default rev limiters because if your engine can't outrev the HOTEL's old SOHC lump, you should convert it into a boat anchor instead. More... almost 10 years ago
Add new HOTEL EFI config with my best crack at fueling for the poor car. These tables translated from rip taken from car post installation of a JBPerf low-Z driver board. More... almost 10 years ago
Add RPM based wideband control in place of fan which I don't need, and set AFR scaling correctly for my http://14point7.com SLC OEM wideband. More... almost 10 years ago
Swap MAP sensor config to what's required for the Jaguar. More... almost 10 years ago
Remove fried-CPU hack for the HOTEL from public code base. This hack will now live on the HOTEL's private branch along with some other hacks. This is the easy half of the work required to close #374. More... almost 10 years ago
These changes introduce changes to the S19, however I've hand checked this and it should be OK. The C standard does not guarantee that variables remain in the same memory location with the same lexical structure. And that's exactly what this commit is, no lexical change, only names, but GCC moves some things around, likely based on a hashtable or similar within the implementation. Closes #422. More... about 10 years ago
Refactoring of variable names towards issue #422, zero binary change with this commit. More... about 10 years ago
Add --always flag in the event that someone removes all of the tags or something weird, and to set a good example for others to follow. More... about 10 years ago
Remove EXTERN magic and normal extern keywords from functions as it does absolutely nothing. Closes #821, finally! This commit dedicated to EssEss :-) More... about 10 years ago
Fix some directory documentation that had become out of date. More... about 10 years ago
Add two new meta-data comms calls for identifying the builder of a firmware binary. Fixes issue #770. More... about 10 years ago
Remove VERY out of date todo/bug comments! More... about 10 years ago
Stop the crazy Doxygen URL scheme that's always been used in the past. More... about 10 years ago
Add in return of bench test initiation packet details. This makes complete post analysis possible. More... about 10 years ago