summaryrefslogtreecommitdiff
path: root/firmware/export (follow)
Commit message (Expand)AuthorAge
...
* Initial, work-in-progress, version of a WMA codec using Michael Giacomelli's ...Dave Chapman2007-07-03
* More PP502x clock setup rework. This should fix the freezes on PP5020 once an...Jens Arnold2007-07-03
* Improved CPU clock setup for PP502x. PP5020 and PP5022 are not register compa...Jens Arnold2007-07-02
* Change unsigned long to uint32_t and long to int32_t to fix a crash in Nils Wallménius2007-06-30
* Accept FS#7134 - Sansa: external sd card support by Antonius Hellmann with so...Michael Sevakis2007-06-30
* Shutdown and powermanagement cleanup: * Use the proper function for determini...Jens Arnold2007-06-29
* FS#7361 by Rhino Tanga: Move the id3 tag buffer size into a #defineNicolas Pennequin2007-06-28
* current_tick really does need to be volatile since gcc can optimize away chec...Michael Sevakis2007-06-25
* Fix FS#7336 - scrolling lines don't stay coloured.Jonathan Gordon2007-06-22
* Give color targets the ability to display each LCD line a different color and...Brandon Low2007-06-17
* add missing defineMarcoen Hirschberg2007-06-17
* PP5024 (e200): There's more than one HI IRQ bit for enabling GPIO IRQs. Port ...Michael Sevakis2007-06-17
* Accept FS#7264 'Build with -Os switch for coldfire targets'.Nils Wallménius2007-06-13
* fix redChristian Gmeiner2007-06-13
* * changed pararmeter of audiohw_mute from int to boolChristian Gmeiner2007-06-13
* some little more work on audio codec driver unification - more will followChristian Gmeiner2007-06-11
* Straighten out some audio path APIs and misc. audio stuff. Having recording i...Michael Sevakis2007-06-08
* Assumption about there being MPEG1-only samplerates available and therefore M...Michael Sevakis2007-06-06
* Accept FS#7178 - Sansa e200 FM tuner support by Ivan Zupan. Do the needed int...Michael Sevakis2007-06-06
* Initial commit of Monkey's Audio (.ape/.mac) support. Note that Monkey's is ...Dave Chapman2007-06-05
* e200: Add recording. Just from MIC right now and FM integration will happen s...Michael Sevakis2007-06-05
* Bring back rolo for mi4-based targets (H10 and Sansa).Barry Wardell2007-06-04
* e200: Finally use GPIO IRQs for the buttons...it's IRQ enable bit 33 afterall...Michael Sevakis2007-06-03
* Revert changes to id3.h, removing those members from the struct made binsize ...Nils Wallménius2007-05-30
* Remove unused struct members and ifdef some for SWCODECNils Wallménius2007-05-30
* Accept FS#7228 by Dagni McPhee enable pitchscreen on sansaNils Wallménius2007-05-28
* ATA driver: * Support for drives with large physical sectors and no support f...Jens Arnold2007-05-23
* make audiohw.h include the DAC header filesMarcoen Hirschberg2007-05-22
* red freeChristian Gmeiner2007-05-22
* * move audio settings into audio codec driversChristian Gmeiner2007-05-22
* Use bitmasks to define which inputs are available. Makes it easier to remove ...Michael Sevakis2007-05-20
* Increase sansa volume range at the lower end. This seems to be necessary Antonius Hellmann2007-05-20
* Change i2c config on e200. Seems to speed things up somewhat.Michael Sevakis2007-05-17
* Make it possible to select the correct battery capacity on ipod video, defaul...Nils Wallménius2007-05-15
* Gigabeat LCD driver cleanup: Revert the DMA optimisations to the gigabeat LCD...Dave Chapman2007-05-15
* Messages queues must be guarded on both ends or else it's a race between dete...Michael Sevakis2007-05-12
* GPIO IRQ ready button driver for e200 series. Can't actually use them yet but...Michael Sevakis2007-05-11
* Add in buttonlight brightness setting for the Gigabeat, and setup the framewo...Karl Kurbjun2007-05-08
* Basic gigabeat buttonlight support outside of debug menu FS#7112. Also disab...Karl Kurbjun2007-05-07
* Default HW_SAMPR_CAPS should be SAMPR_CAP_44, not 0.Michael Sevakis2007-05-04
* Gigabeat: Remove the 8kHz for now because it doesn't seem to work too well. A...Michael Sevakis2007-05-04
* No more ear doctor visits after powering/unpowering the Gigabeat. Cleanup a l...Michael Sevakis2007-05-03
* Gigabeat: Separate driver for audio codec. Tweak pcm driver to comply with in...Michael Sevakis2007-05-02
* Add backdrop support for LCD remotes with depth > 1-bit. Only WPS backdrops, ...Nicolas Pennequin2007-04-25
* Make recording complain about every little file I/O problem (error on close()...Michael Sevakis2007-04-25
* FS#7036: Power saving improvements for Sansa. Shutdown LCD controller when ba...Barry Wardell2007-04-23
* e200: Make the wheel light timeout configurable (under settings > system) (FS...Jonathan Gordon2007-04-22
* Fix some very probable typo's.Barry Wardell2007-04-22
* Commit FS#6929 - Gigabeat bootloader improvements by Barry Wardell and myself...Karl Kurbjun2007-04-21
* Customizable icons for all bitmap targets. (FS#7013)Jonathan Gordon2007-04-16