index
:
rockbox
2048sp5
duke3d
master
puzzles
puzzlesmanual
quake5
wolf3d
working
xracer
My Rockbox tree
Franklin Wei
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
firmware
/
drivers
/
serial.c
(
follow
)
Commit message (
Expand
)
Author
Age
*
Add Serial Port 1 support for iPod Photo/Color/4G/Mini2G
andypotter
2013-04-25
*
Make more local functions static.
Boris Gjenero
2011-12-21
*
iap: reduce code duplication in iap autobaud code
Bertrik Sikken
2011-04-23
*
Split off target-specific parts from firmware/drivers/serial.c
Bertrik Sikken
2011-04-23
*
Use target names instead of model numbers in #if statements - nowhere else us...
Dave Chapman
2011-02-12
*
Simplify some boolean expressions that compare directly against 'true'
Bertrik Sikken
2010-01-02
*
Remove unnecessary #include "adc.h"
Bertrik Sikken
2009-04-25
*
Remove unnecessary #include "backlight.h"
Bertrik Sikken
2009-04-25
*
Simplify conditions for including serial port support (it's now HAVE_SERIAL)....
Bertrik Sikken
2009-02-07
*
Remove tabs.
Antoine Cellerier
2009-01-11
*
Fix more
Michael Giacomelli
2008-12-25
*
Hopefully fix read.
Michael Giacomelli
2008-12-25
*
Commit FS#8624 by Linus Nielsen, Ryan Press, Craig Elliott, and Kenderes Tama...
Michael Giacomelli
2008-12-25
*
cleanup storage defines
Frank Gevaerts
2008-10-31
*
Updated our source code header to explicitly mention that we are GPL v2 or
Daniel Stenberg
2008-06-28
*
Fix a small typo
Will Robertson
2008-02-19
*
Bring the IMX31 serial driver in line with the CONTRIBUTING guidelines.
Will Robertson
2008-02-19
*
A few minor cleanups for the Gigabeat S
Will Robertson
2007-09-22
*
Moved archos button reading to target tree. * Cleanup of button.[ch]. * Deact...
Jens Arnold
2006-11-27
*
Removed the Gmini 120 and Gmini SP code. These ports are dead, unfortunately.
Jens Arnold
2006-11-10
*
Logf output on the serial port for h100 targets
Linus Nielsen Feltzing
2006-10-12
*
update the gigabeat code and move to target_tree
Marcoen Hirschberg
2006-08-12
*
added mostly dummy changes to allow building of a Sansa e200 bootloader
Daniel Stenberg
2006-08-01
*
More iPod 3G code from Seven Le Mesle
Dave Chapman
2006-02-05
*
iAudio X5: various fixes to make the bootloader compile
Linus Nielsen Feltzing
2006-02-04
*
Work-in-progress iriver iFP-7xx port by Tomasz Malesinski
Dave Chapman
2006-01-12
*
Initial commit of work-in-progress iPod port
Dave Chapman
2005-11-07
*
these are not compiling for Gmini either atm
Daniel Stenberg
2005-02-04
*
provide coldfire dummies to build for iriver
Daniel Stenberg
2005-02-02
*
a hell of a commit: changed several HAVE_xx configuration flags into multiple...
Jörg Hohensohn
2004-09-28
*
Disabled all code for the serial remote on Ondio, since the serial port is ne...
Jens Arnold
2004-09-20
*
Removed the Neo code. Nobody is interested in it.
Björn Stenberg
2004-09-20
*
Redesigned the button handling. The code now uses symbolic function defines i...
Björn Stenberg
2004-09-19
*
New screen dump feature for recorders
Linus Nielsen Feltzing
2004-06-30
*
Made set_irq_level() an inline function, and optimized it by removing the bit...
Linus Nielsen Feltzing
2004-03-02
*
Screen buffer transposed, such that bytes in X-direction are consecutive. Thi...
Jörg Hohensohn
2003-12-23
*
adjustments for Neo
Daniel Stenberg
2003-12-12
*
A more complete serial port setup
Linus Nielsen Feltzing
2003-07-11
*
Changed remote control button events to separate codes. Now the remote contro...
Björn Stenberg
2003-04-23
*
A lot more stable remote control handling
Linus Nielsen Feltzing
2002-09-30
*
Added (disabled) screendump feature
Linus Nielsen Feltzing
2002-09-04
*
Replaced busy loop with sleep()
Björn Stenberg
2002-08-13
*
Remote control support added
Björn Stenberg
2002-08-12
*
Removed some warnings
Linus Nielsen Feltzing
2002-06-07
*
Moved driver to 'drivers' subdir
Björn Stenberg
2002-04-23