0
I Use This!
Inactive

Commits : Listings

Analyzed about 18 hours ago. based on code collected 1 day ago.
May 13, 2023 — May 13, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
LCD is now initialized without the initial (long) busywait. Button code has been removed from megasquirt.c. More... over 20 years ago
Changed the dummy delay loop to use the timed delay loop from delay_h/avr-libc. Hope this doesn't brake anything ;-) More... over 20 years ago
IMPORTANT: LCD and PS2 keyboard connection changed. Look in lcd.h and kbpindefs.h for details. MIK_LCD configuration removed. More... over 20 years ago
- pointer typo in config magicstr display - Fx keys in menu.c - who remembers? More... over 20 years ago
- added new scancodes, even e0xx ones for arrows and stuff - made kbflags, which is more efficient and right and left-shift simultaneous press/release is handled OK now More... over 20 years ago
- added lcd_display.h - sorry More... over 20 years ago
- display the position and comment of actual config_t element (requires perl) More... over 20 years ago
- display on LCD (roughly) the table that you are manipulating from menu) More... over 20 years ago
- scancodes.h silly-slow lookup changed to a faster and flash-efficient lookup-table More... over 20 years ago
Answered some questions found in some comments! More... over 20 years ago
ringbuf_fill: Added boundary checks for sndbuf More... over 20 years ago
- typo: a word is send via 8 bytes in comm, not 4 More... over 20 years ago
- minimal rs232 comm when writing a tablevalue from menu More... over 20 years ago
- small typo More... over 20 years ago
- kb.c decode() return is changed a bit (so return value is not given to menu_char for special characters) - "mxc" command for checking the menu and communications - a few linear interpolation precalculations (rx21 for constant values) More... over 20 years ago
- adding an experimental menu for firing a dwell (on inj2 channel) - calc_dwell() simple interpolation (and definition of dwell[2] semantics) More... almost 21 years ago
- fast no-div interpolation (and necessary update_rx21 precalculation) put to use More... almost 21 years ago
- menu.c check_write() now steps to the next position (as specified in the wiki) More... almost 21 years ago
- helpers.c: cache-update for rx21 values for speeding up linear_interpolation (not in use yet) - menu.c commands for writing table values - from now you can define a new table (give it a 1-char name), and access it from configuration terminal after writing about 6 trivial lines in menu.c (and about 10 lines in storage if you want persistency) More... almost 21 years ago
- fixed casting bug in helpers.c mult_div.. More... almost 21 years ago
- high precision (pulsewidth in 4 usec steps) and fast (no division) fuelcalc() More... almost 21 years ago
- interpolate ignition advance from table More... almost 21 years ago
- ign_t igntable (uninitialized) - #ifndef NOIGN More... almost 21 years ago
- hint for Dave (and others) on timing from degrees input More... almost 21 years ago
- more states in menu: eg. gxx for receive a hexa byte for position More... almost 21 years ago
- using menu_char() from userspace (for rs232 and ps2keyboard) More... almost 21 years ago
- fixed error in menu prototype. We do not want to steel 'M' VALUEs or OFFSETs just CMDs from comm() (when we are in MENU_ZERO compatibility mode) More... almost 21 years ago
- menu.c and menu.h: prototype for menu that handles Manual intervention (ps2keyboard or rs232) and old megatun.. mode More... almost 21 years ago
- added iac pwm idle port setup to initialisation More... almost 21 years ago
- fix small typo: kb. interrupt did not count More... almost 21 years ago