Age | Commit message (Collapse) | Author | Files | Lines |
|
README for HD44780 driver
|
|
added README.44780
|
|
moved delay loops to udelay.c
renamed -d (debugging) switch to -v (verbose)
new switch -d to calibrate delay loop
'Delay' entry for HD44780 back again
delay loops will not calibrate automatically, because this will fail with hich CPU load
|
|
more debug messages
|
|
added '-d' (debugging) switch
added several debugging messages
removed config entry 'Delay' for HD44780 driver
delay loop for HD44780 will be calibrated automatically
|
|
added BogoMips() to system.c (not used by now, maybe sometimes we can
calibrate our delay loop with this value)
added delay loop to HD44780 driver. It seems to be quite fast now. Hopefully
no compiler will optimize away the delay loop!
|
|
first version of the HD44780 driver
|
|
minor changes and cleanups
|
|
UUCP style lockfiles for the serial port
|
|
fixed bug in XWindow.c: union semun isn't defined with glibc-2.1
|