summaryrefslogtreecommitdiffstats
path: root/firmware/drivers/serial.c
AgeCommit message (Expand)AuthorFilesLines
2013-04-25Add Serial Port 1 support for iPod Photo/Color/4G/Mini2Gandypotter1-172/+0
2011-12-21Make more local functions static.Boris Gjenero1-2/+2
2011-04-23iap: reduce code duplication in iap autobaud codeBertrik Sikken1-36/+26
2011-04-23Split off target-specific parts from firmware/drivers/serial.cBertrik Sikken1-218/+1
2011-02-12Use target names instead of model numbers in #if statements - nowhere else us...Dave Chapman1-4/+2
2010-01-02Simplify some boolean expressions that compare directly against 'true'Bertrik Sikken1-1/+1
2009-04-25Remove unnecessary #include "adc.h"Bertrik Sikken1-1/+0
2009-04-25Remove unnecessary #include "backlight.h"Bertrik Sikken1-1/+0
2009-02-07Simplify conditions for including serial port support (it's now HAVE_SERIAL)....Bertrik Sikken1-29/+1
2009-01-11Remove tabs.Antoine Cellerier1-91/+91
2008-12-25Fix moreMichael Giacomelli1-0/+1
2008-12-25Hopefully fix read.Michael Giacomelli1-18/+19
2008-12-25Commit FS#8624 by Linus Nielsen, Ryan Press, Craig Elliott, and Kenderes Tama...Michael Giacomelli1-25/+258
2008-10-31cleanup storage definesFrank Gevaerts1-2/+2
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg1-2/+4
2008-02-19Fix a small typoWill Robertson1-1/+1
2008-02-19Bring the IMX31 serial driver in line with the CONTRIBUTING guidelines.Will Robertson1-16/+18
2007-09-22A few minor cleanups for the Gigabeat SWill Robertson1-0/+72
2006-11-27Moved archos button reading to target tree. * Cleanup of button.[ch]. * Deact...Jens Arnold1-14/+13
2006-11-10Removed the Gmini 120 and Gmini SP code. These ports are dead, unfortunately.Jens Arnold1-2/+2
2006-10-12Logf output on the serial port for h100 targetsLinus Nielsen Feltzing1-1/+25
2006-08-12update the gigabeat code and move to target_treeMarcoen Hirschberg1-4/+1
2006-08-01added mostly dummy changes to allow building of a Sansa e200 bootloaderDaniel Stenberg1-1/+2
2006-02-05More iPod 3G code from Seven Le MesleDave Chapman1-1/+5
2006-02-04iAudio X5: various fixes to make the bootloader compileLinus Nielsen Feltzing1-1/+1
2006-01-12Work-in-progress iriver iFP-7xx port by Tomasz MalesinskiDave Chapman1-1/+2
2005-11-07Initial commit of work-in-progress iPod portDave Chapman1-2/+2
2005-02-04these are not compiling for Gmini either atmDaniel Stenberg1-3/+5
2005-02-02provide coldfire dummies to build for iriverDaniel Stenberg1-1/+8
2004-09-28a hell of a commit: changed several HAVE_xx configuration flags into multiple...Jörg Hohensohn1-1/+1
2004-09-20Disabled all code for the serial remote on Ondio, since the serial port is ne...Jens Arnold1-0/+4
2004-09-20Removed the Neo code. Nobody is interested in it.Björn Stenberg1-1/+1
2004-09-19Redesigned the button handling. The code now uses symbolic function defines i...Björn Stenberg1-1/+1
2004-06-30New screen dump feature for recordersLinus Nielsen Feltzing1-51/+0
2004-03-02Made set_irq_level() an inline function, and optimized it by removing the bit...Linus Nielsen Feltzing1-1/+1
2003-12-23Screen buffer transposed, such that bytes in X-direction are consecutive. Thi...Jörg Hohensohn1-1/+1
2003-12-12adjustments for NeoDaniel Stenberg1-0/+2
2003-07-11A more complete serial port setupLinus Nielsen Feltzing1-1/+4
2003-04-23Changed remote control button events to separate codes. Now the remote contro...Björn Stenberg1-10/+6
2002-09-30A lot more stable remote control handlingLinus Nielsen Feltzing1-60/+81
2002-09-04Added (disabled) screendump featureLinus Nielsen Feltzing1-1/+53
2002-08-13Replaced busy loop with sleep()Björn Stenberg1-10/+6
2002-08-12Remote control support addedBjörn Stenberg1-32/+79
2002-06-07Removed some warningsLinus Nielsen Feltzing1-10/+4
2002-04-23Moved driver to 'drivers' subdirBjörn Stenberg1-0/+75