4
I Use This!
Inactive

Commits : Listings

Analyzed about 17 hours ago. based on code collected about 17 hours ago.
Nov 12, 2024 — Nov 12, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
This closes issue #243 by adding handlers for four previously unhandled system level interrupts, one of which wasn't enabled, but is now. More... over 12 years ago
Correct some wrong interrupt vectors that never caused trouble because they were never called. More... over 12 years ago
Fix a couple of subtly incorrect casts pointed out by nostar in IRC, thanks nostar! :-) More... over 12 years ago
Add clock recovery capability for main clock loss. Protection of engine is done by forced sync loss and disabled outputs for the duration of the clock failure. See issue #844 for more info. More... over 12 years ago
Remove last of bullshit error/debug reporting code. I have a MUCH better idea for this sort of stuff anyway, several, actually. More... over 12 years ago
Add PLL lock lost/gained interrupt handler, sync loss reason, ign/inj cuts, and flaggable counter, etc. You'll never see the cuts in the logs because those packets will be rejected ;-) Have faith, this has been thoroughly bench tested. More... over 12 years ago
Rip out lots of unused crap from commsCore.c/.h More... over 12 years ago
Fix mistake I made while rebasing. Accidentally included Hentai's hard coded IAT sensor temperature. Now back to normal for all users. Apologies from me. More... over 12 years ago
Make axis checking a little more strict and remove two unused variables as spotted by Eric. Verified with OTW tests. More... over 12 years ago
Clean up the ADC sampling in the 4and1 decoder by removing duplication. Rename a variable to be more clear. More... over 12 years ago
Remove massive messy comments from 4and1 CAS C file. More... over 12 years ago
Add missing make file and build script entries for the pillow hugger's config! More... over 12 years ago
Move fuel pump prime period to configuration from being hard coded. Allows closing of issue #180 again. More... over 12 years ago
Remove something stale from ignore and add xcode stuff for an apple fanboy. More... over 12 years ago
Strip down my config to my own stuff only. I use others stuff in a purely dynamic way these days. This is the old style. More... over 12 years ago
Forgot to add Deuce's S10 to the auto build set. More... over 12 years ago
Make path-less file name appear in the S19 header. More... over 12 years ago
Fix broken BenchTest decoder which relies on the file name of the decoder being accurate. The directory name had snuck into the mix at some point. More... over 12 years ago
Remove heaps of trailing newlines that I inadvertently added some time ago. More... over 12 years ago
Add Andy's S10 configuration to the build. Up to date as of today. Most of this config addition done by Andy, only tidied up by Fred. More... over 12 years ago
Fix for serious breach of coding standard reported by John Howe: More... almost 13 years ago
Missed one change, and forgot the build server too. More... almost 13 years ago
Move src dir to nested main dir in preparation for sister test dir and cross compiled unit tests. More... almost 13 years ago
Remove custom datalog file and search path hack now redundant due to fully customisable logging. Will clean up commsCore.c more once OLV 0.0.3 is out soonish. Closes #773 More... almost 13 years ago
Update a batch of files copyright year ranges and make the script more useable. More... almost 13 years ago
Update scripts, tested script fails to push if dev doesn't exist. More... almost 13 years ago
Update README to reflect best option for getting firmware. More... almost 13 years ago
Make a tested push delete the dev branch so as to not cause duplicate builds. More... almost 13 years ago
Fix some inclusion paths that seemed to build anyway, but caused errors during dependency discovery. More... almost 13 years ago
Add pulse counting to Listener firmware as requested by Jeff. More... almost 13 years ago