0
I Use This!
Inactive

Commits : Listings

Analyzed about 13 hours ago. based on code collected about 24 hours ago.
May 15, 2023 — May 15, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
- pulsewidth can be forced with mdp.. (01..ff x 64 usec) 00 is normal calculated pw More... over 20 years ago
- small tweak in readTMR2() to help gcc and accumulate the number of consumed events in heapconsume More... over 20 years ago
More multiply experiment... More... over 20 years ago
16bit x 16bit multiply experiment, not done yet! More... over 20 years ago
- I accidentally left out event_insert_destroy() from the earlier semantics-change patch - event_session_start() is not necessary any longer. event_session_end() takes care of resetting the flag. More... over 20 years ago
- changed semantics of event_insert...(now+0, ...) to be immediately, not 65536*4 usec in future More... over 20 years ago
Everything debugged and ready to run... (joke!). The fuel injection is brought to live. From interrupt on the input capture to pulse generation is almost working. More... over 20 years ago
- phasesignal hack (displaying on LCD the position of a phase-signal transmitter) busyloop hack, unusable for engine management except for special workshop tests More... over 20 years ago
- minor lcd dirty optimizations (flash loopup table for 128>>n) More... over 20 years ago
lcd_table() only prints elements belonging to an one-dimension array. More... over 20 years ago
New configuration parameter allowing airdensity correction to be disabled when idling. Can help getting a smooth idle when the intake air is hot. More... over 20 years ago
Overhaul of the IAC. Now a simple iac controller which is easy to configure as well as the pid based controller. Both controllers syncronize the stepper position at power on and allow the stepper to be moved only within a defined window. More... over 20 years ago
Extracted ego warmup from main(). More... over 20 years ago
Head/tail interchanged in cmd_queue. Now "head" in the cmd_queue means the element to transmit next and "tail" is where new elements are placed. More... over 20 years ago
Added an information menu. More... over 20 years ago
More ps2 error handling - startbit verified. Is it now bloated?! More... over 20 years ago
- ignore generated header files (compile_time.h, magicstr.h) More... over 20 years ago
Fixed fast-flashing chars when using 4x20 display. More... over 20 years ago
- ifdef change to compile with PS2KEYBOARD and without BENCHMARK More... over 20 years ago
- changed ifdefs again according to MIK's recommendations More... over 20 years ago
The compile-time is now stored in flash and can be retrieved from the menu. More... over 20 years ago
- implemented "msa" to save all variables (same as old megatune command 'B') More... over 20 years ago
- some missing #ifdef PS2KEYBOARD that prevented the poor keyboardless guys to compile More... over 20 years ago
ps2 keyboard handler that detects and tries to correct errors. More... over 20 years ago
Cosmetic changes to kb.c:decod More... over 20 years ago
Added some missing keys, rescued the shifted scancode table and removed the mode-stuff from decode() More... over 20 years ago
- kb.c only senses the falling edge now (saves time and more safe) More... over 20 years ago
Added ps2 parity-bit "benchmark" More... over 20 years ago
- removed obsolete comments and minor change in calling find_dirty() More... over 20 years ago
- unnecessary confusing intermediate MENU_m and MENU_mm states are gone More... over 20 years ago