summaryrefslogtreecommitdiff
path: root/firmware/drivers/serial.c (follow)
Commit message (Expand)AuthorAge
* Add Serial Port 1 support for iPod Photo/Color/4G/Mini2Gandypotter2013-04-25
* Make more local functions static.Boris Gjenero2011-12-21
* iap: reduce code duplication in iap autobaud codeBertrik Sikken2011-04-23
* Split off target-specific parts from firmware/drivers/serial.cBertrik Sikken2011-04-23
* Use target names instead of model numbers in #if statements - nowhere else us...Dave Chapman2011-02-12
* Simplify some boolean expressions that compare directly against 'true'Bertrik Sikken2010-01-02
* Remove unnecessary #include "adc.h"Bertrik Sikken2009-04-25
* Remove unnecessary #include "backlight.h"Bertrik Sikken2009-04-25
* Simplify conditions for including serial port support (it's now HAVE_SERIAL)....Bertrik Sikken2009-02-07
* Remove tabs.Antoine Cellerier2009-01-11
* Fix moreMichael Giacomelli2008-12-25
* Hopefully fix read.Michael Giacomelli2008-12-25
* Commit FS#8624 by Linus Nielsen, Ryan Press, Craig Elliott, and Kenderes Tama...Michael Giacomelli2008-12-25
* cleanup storage definesFrank Gevaerts2008-10-31
* Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg2008-06-28
* Fix a small typoWill Robertson2008-02-19
* Bring the IMX31 serial driver in line with the CONTRIBUTING guidelines.Will Robertson2008-02-19
* A few minor cleanups for the Gigabeat SWill Robertson2007-09-22
* Moved archos button reading to target tree. * Cleanup of button.[ch]. * Deact...Jens Arnold2006-11-27
* Removed the Gmini 120 and Gmini SP code. These ports are dead, unfortunately.Jens Arnold2006-11-10
* Logf output on the serial port for h100 targetsLinus Nielsen Feltzing2006-10-12
* update the gigabeat code and move to target_treeMarcoen Hirschberg2006-08-12
* added mostly dummy changes to allow building of a Sansa e200 bootloaderDaniel Stenberg2006-08-01
* More iPod 3G code from Seven Le MesleDave Chapman2006-02-05
* iAudio X5: various fixes to make the bootloader compileLinus Nielsen Feltzing2006-02-04
* Work-in-progress iriver iFP-7xx port by Tomasz MalesinskiDave Chapman2006-01-12
* Initial commit of work-in-progress iPod portDave Chapman2005-11-07
* these are not compiling for Gmini either atmDaniel Stenberg2005-02-04
* provide coldfire dummies to build for iriverDaniel Stenberg2005-02-02
* a hell of a commit: changed several HAVE_xx configuration flags into multiple...Jörg Hohensohn2004-09-28
* Disabled all code for the serial remote on Ondio, since the serial port is ne...Jens Arnold2004-09-20
* Removed the Neo code. Nobody is interested in it.Björn Stenberg2004-09-20
* Redesigned the button handling. The code now uses symbolic function defines i...Björn Stenberg2004-09-19
* New screen dump feature for recordersLinus Nielsen Feltzing2004-06-30
* Made set_irq_level() an inline function, and optimized it by removing the bit...Linus Nielsen Feltzing2004-03-02
* Screen buffer transposed, such that bytes in X-direction are consecutive. Thi...Jörg Hohensohn2003-12-23
* adjustments for NeoDaniel Stenberg2003-12-12
* A more complete serial port setupLinus Nielsen Feltzing2003-07-11
* Changed remote control button events to separate codes. Now the remote contro...Björn Stenberg2003-04-23
* A lot more stable remote control handlingLinus Nielsen Feltzing2002-09-30
* Added (disabled) screendump featureLinus Nielsen Feltzing2002-09-04
* Replaced busy loop with sleep()Björn Stenberg2002-08-13
* Remote control support addedBjörn Stenberg2002-08-12
* Removed some warningsLinus Nielsen Feltzing2002-06-07
* Moved driver to 'drivers' subdirBjörn Stenberg2002-04-23