summaryrefslogtreecommitdiffstats
path: root/firmware/target/coldfire
AgeCommit message (Expand)AuthorFilesLines
2010-05-19HD200 - lm339 response time is at best 300 ns so adcclk can not be too highMarcin Bukat1-0/+9
2010-05-18HD200 - change how adc is scanned (inspired by amiconn)Marcin Bukat2-22/+21
2010-05-17Do s/SWAP_WORDS/ATA_SWAP_WORDS/ to prevent namespace clashes.Maurus Cuelenaere1-34/+34
2010-05-17HD200 - use optimised read&write routines from ata-as-coldfire.S and drop hd2...Marcin Bukat2-751/+0
2010-05-17Integrate byte swap of ata word into ata-as-coldfire.SMarcin Bukat1-6/+224
2010-05-17HD200 - decrease wait states for lcd when boostedMarcin Bukat1-1/+1
2010-05-17HD200 minor lcd asm routines adjustmentsMarcin Bukat1-5/+5
2010-05-12PCM bottom layer simplification. pcm_rec_peak_addr variable no longer has to ...Michael Sevakis1-31/+3
2010-05-12Coldfire strlen, slight optimization pointed out by amiconn, eliminate some u...Nils Wallménius1-9/+2
2010-05-11Faster assembler strlen for coldfire using the load-a-whole-word-and-test-i-f...Nils Wallménius1-14/+50
2010-05-11HD200 - fix in asm optimised ATA reads&writesMarcin Bukat2-31/+23
2010-05-10HD200 - Disable asm optimised reads as it showed to be broken. Enable asm opt...Marcin Bukat2-7/+6
2010-05-10HD200 - Remove checks if driver is initialized. lcd_init_device() is always c...Marcin Bukat1-71/+49
2010-05-10HD200 - Reduce wait states when writing to lcd.Marcin Bukat1-2/+2
2010-05-06HD200 - fix stupid bug in lcd_grey_dataMarcin Bukat1-1/+0
2010-05-04HD200 - fix random partition corruption on USB unplug (hopefully)Marcin Bukat1-2/+3
2010-05-04HD200 - move adc channel variable to iram as it is used in ISRMarcin Bukat1-1/+1
2010-05-04HD200 - fix backlight flashes during startupMarcin Bukat1-1/+4
2010-05-02Save a few instructions by better use of conditions.Jens Arnold1-13/+5
2010-04-30HD200 - implement blit functionsMarcin Bukat2-19/+117
2010-04-30HD200 - small fix in backlight codeMarcin Bukat1-1/+6
2010-04-30HD200 - remove moving average filtering of ADC readoutsMarcin Bukat1-12/+1
2010-04-29HD200 - add FM support.Marcin Bukat1-7/+58
2010-04-26Add MPIO HD200 port - new filesMarcin Bukat22-0/+2566
2010-04-26Add MPIO HD200 port - changed filesMarcin Bukat4-1/+57
2010-04-26remove some useless linesNils Wallménius1-4/+0
2010-04-07Make ATA code not bother to retry requests that return IDNF (specified sector...Torne Wuff1-0/+1
2010-03-19Reset USB bridge properly when selecting bus powered mode. The bridge might h...Jens Arnold1-1/+4
2010-03-07Set IRAM split to 48KB / 80KB (apps / plugins) for M5 and X5. This way codecs...Andree Buschmann1-1/+1
2009-12-16Remove unneeded instruction from the coldfire ffs function and fix a wrong co...Nils Wallménius1-1/+2
2009-11-14Set DRMODE_SOLID, uniform colors, and sysfont before clearing LCD to display ...Andrew Mahone1-1/+8
2009-10-31Remove svn:executable from firmwareMichael Chicoine1-0/+0
2009-10-20Convert lcd_activation callbacks to use the event system to allow for multipl...Thomas Martitz2-2/+2
2009-10-17Revise r23225 a bit, removing the debug_printf function and implementing more...Nils Wallménius1-5/+2
2009-10-11H300 LCD update: Use interrupt driven background DMA transfers, giving other ...Jens Arnold1-35/+78
2009-08-06Various files: make functions static if they're local or make sure there is a...Bertrik Sikken3-2/+3
2009-06-29Put TIMER_FREQ definition in CPU-specific config, and remove timer-target.hRafaël Carré2-28/+0
2009-06-29Remove the TIMER_* macros and declare target-specific functions in timer.hRafaël Carré2-16/+3
2009-06-29Remove int_prio argument from timer_register, and move the only use for it in...Rafaël Carré1-1/+1
2009-06-29Move SH7034 timer code in the target treeRafaël Carré1-1/+1
2009-06-29Move coldfire timer code in the target treeRafaël Carré2-0/+159
2009-06-28Create an udacodec interface (similar to ascodec and wmcoded) and adapt/imple...Bertrik Sikken1-0/+76
2009-06-12Add iAudio M5 FM radio mod to the advanced build options. * Unify iAudio audi...Jens Arnold7-306/+25
2009-05-31Old patch from FS#7832: Sprinkle 'volatile' in the various inline assembler s...Nils Wallménius1-6/+7
2009-04-26Remove the calls to backlight_lcd_sleep_countdown from target specific code a...Thomas Martitz1-6/+0
2009-03-23Correct Björn's name in various file headers.Nicolas Pennequin1-1/+1
2009-03-17Fix very last yellows.Thomas Martitz1-43/+42
2009-03-17One more try: Fix remaining reds and yellowsThomas Martitz1-13/+12
2009-03-17Fix reds and yellows (hopefully). Some targets apparently didn't properly #if...Thomas Martitz1-4/+10
2009-03-17Rework lcd_enabled and lcd_set/call_enable hookThomas Martitz2-4/+4