summaryrefslogtreecommitdiff
path: root/firmware/target/coldfire (follow)
Commit message (Expand)AuthorAge
* HD200 - use line transfers in lcd_grey_data. This gives ~25% speedup.Marcin Bukat2010-06-15
* HD200 - make USB bridge handling more correctMarcin Bukat2010-06-14
* Port greylib blitting optimisation to MPIO HD200. ISR speedup is ~10%; furthe...Jens Arnold2010-06-11
* HD200 - clean up usb related functionsMarcin Bukat2010-06-11
* HD200 - power_init() rework based on latest power consumption measurementsMarcin Bukat2010-06-11
* HD200 - small cleanup in button_init_device()Marcin Bukat2010-06-11
* HD200 - fix lcd power save command (not used currently)Marcin Bukat2010-06-08
* New USB charging system, part 1 - API rework and user-visible setting updateTorne Wuff2010-06-05
* Threading: Split processor support code into respective target files. C files...Michael Sevakis2010-06-02
* Smaller & faster greylib blitting on iriver H1x0 and iAudio M5, based on the ...Jens Arnold2010-05-31
* Make PCM->driver interface about as simple as it will get. Registered callbac...Michael Sevakis2010-05-24
* fix commentsMarcin Bukat2010-05-20
* HD200 - increase sligtly wait states for lcd. This removes clicks in playback...Marcin Bukat2010-05-20
* HD200 - fix button readings afrer PLL settings changeMarcin Bukat2010-05-20
* HD200 - fix PLL settings. This fixes looong standing bug heavily affecting pe...Marcin Bukat2010-05-20
* HD200 - lm339 response time is at best 300 ns so adcclk can not be too highMarcin Bukat2010-05-19
* HD200 - change how adc is scanned (inspired by amiconn)Marcin Bukat2010-05-18
* Do s/SWAP_WORDS/ATA_SWAP_WORDS/ to prevent namespace clashes.Maurus Cuelenaere2010-05-17
* HD200 - use optimised read&write routines from ata-as-coldfire.S and drop hd2...Marcin Bukat2010-05-17
* Integrate byte swap of ata word into ata-as-coldfire.SMarcin Bukat2010-05-17
* HD200 - decrease wait states for lcd when boostedMarcin Bukat2010-05-17
* HD200 minor lcd asm routines adjustmentsMarcin Bukat2010-05-17
* PCM bottom layer simplification. pcm_rec_peak_addr variable no longer has to ...Michael Sevakis2010-05-12
* Coldfire strlen, slight optimization pointed out by amiconn, eliminate some u...Nils Wallménius2010-05-12
* Faster assembler strlen for coldfire using the load-a-whole-word-and-test-i-f...Nils Wallménius2010-05-11
* HD200 - fix in asm optimised ATA reads&writesMarcin Bukat2010-05-11
* HD200 - Disable asm optimised reads as it showed to be broken. Enable asm opt...Marcin Bukat2010-05-10
* HD200 - Remove checks if driver is initialized. lcd_init_device() is always c...Marcin Bukat2010-05-10
* HD200 - Reduce wait states when writing to lcd.Marcin Bukat2010-05-10
* HD200 - fix stupid bug in lcd_grey_dataMarcin Bukat2010-05-06
* HD200 - fix random partition corruption on USB unplug (hopefully)Marcin Bukat2010-05-04
* HD200 - move adc channel variable to iram as it is used in ISRMarcin Bukat2010-05-04
* HD200 - fix backlight flashes during startupMarcin Bukat2010-05-04
* Save a few instructions by better use of conditions.Jens Arnold2010-05-02
* HD200 - implement blit functionsMarcin Bukat2010-04-30
* HD200 - small fix in backlight codeMarcin Bukat2010-04-30
* HD200 - remove moving average filtering of ADC readoutsMarcin Bukat2010-04-30
* HD200 - add FM support.Marcin Bukat2010-04-29
* Add MPIO HD200 port - new filesMarcin Bukat2010-04-26
* Add MPIO HD200 port - changed filesMarcin Bukat2010-04-26
* remove some useless linesNils Wallménius2010-04-26
* Make ATA code not bother to retry requests that return IDNF (specified sector...Torne Wuff2010-04-07
* Reset USB bridge properly when selecting bus powered mode. The bridge might h...Jens Arnold2010-03-19
* Set IRAM split to 48KB / 80KB (apps / plugins) for M5 and X5. This way codecs...Andree Buschmann2010-03-07
* Remove unneeded instruction from the coldfire ffs function and fix a wrong co...Nils Wallménius2009-12-16
* Set DRMODE_SOLID, uniform colors, and sysfont before clearing LCD to display ...Andrew Mahone2009-11-14
* Remove svn:executable from firmwareMichael Chicoine2009-10-31
* Convert lcd_activation callbacks to use the event system to allow for multipl...Thomas Martitz2009-10-20
* Revise r23225 a bit, removing the debug_printf function and implementing more...Nils Wallménius2009-10-17
* H300 LCD update: Use interrupt driven background DMA transfers, giving other ...Jens Arnold2009-10-11