summaryrefslogtreecommitdiffstats
path: root/firmware/export
AgeCommit message (Expand)AuthorFilesLines
2007-05-17Change i2c config on e200. Seems to speed things up somewhat.Michael Sevakis2-2/+3
2007-05-15Make it possible to select the correct battery capacity on ipod video, defaul...Nils Wallménius2-12/+13
2007-05-15Gigabeat LCD driver cleanup: Revert the DMA optimisations to the gigabeat LCD...Dave Chapman1-2/+0
2007-05-12Messages queues must be guarded on both ends or else it's a race between dete...Michael Sevakis2-7/+6
2007-05-11GPIO IRQ ready button driver for e200 series. Can't actually use them yet but...Michael Sevakis1-0/+6
2007-05-08Add in buttonlight brightness setting for the Gigabeat, and setup the framewo...Karl Kurbjun2-0/+6
2007-05-07Basic gigabeat buttonlight support outside of debug menu FS#7112. Also disab...Karl Kurbjun1-2/+2
2007-05-04Default HW_SAMPR_CAPS should be SAMPR_CAP_44, not 0.Michael Sevakis1-1/+5
2007-05-04Gigabeat: Remove the 8kHz for now because it doesn't seem to work too well. A...Michael Sevakis1-3/+3
2007-05-03No more ear doctor visits after powering/unpowering the Gigabeat. Cleanup a l...Michael Sevakis1-0/+1
2007-05-02Gigabeat: Separate driver for audio codec. Tweak pcm driver to comply with in...Michael Sevakis3-4/+213
2007-04-25Add backdrop support for LCD remotes with depth > 1-bit. Only WPS backdrops, ...Nicolas Pennequin1-0/+2
2007-04-25Make recording complain about every little file I/O problem (error on close()...Michael Sevakis1-4/+6
2007-04-23FS#7036: Power saving improvements for Sansa. Shutdown LCD controller when ba...Barry Wardell2-1/+6
2007-04-22e200: Make the wheel light timeout configurable (under settings > system) (FS...Jonathan Gordon2-0/+9
2007-04-22Fix some very probable typo's.Barry Wardell1-2/+2
2007-04-21Commit FS#6929 - Gigabeat bootloader improvements by Barry Wardell and myself...Karl Kurbjun1-1/+1
2007-04-16Customizable icons for all bitmap targets. (FS#7013)Jonathan Gordon1-0/+14
2007-04-15Moved SH1 ADC to target tree.Jens Arnold1-44/+0
2007-04-15adapt some valuesChristian Gmeiner1-3/+3
2007-04-15* save more power, as we dont need the mixer (yet)Christian Gmeiner1-2/+0
2007-04-14* make it louder - inspired by FS #6911Christian Gmeiner1-5/+0
2007-04-13Portal Player: Add invalidate_icache and flush_icache. Flush the cache on the...Michael Sevakis1-157/+8
2007-04-12Moved archos backlight code to target tree. Changed old mutlivalue CONFIG_BAC...Jens Arnold27-54/+28
2007-04-12simplify UDA1380 bass and treble codeMarcoen Hirschberg1-4/+4
2007-04-11Moved SH1 system code to target tree. * First shot at hwcompat cleanup.Jens Arnold3-102/+15
2007-04-11Get rid of some old archos debug cruft (USB polarity, PR polarity and ATA add...Jens Arnold12-37/+1
2007-04-08minor actions cleanup:Jonathan Gordon1-0/+3
2007-04-06Hmpf, these ever-missing svn properties...Jens Arnold1-1/+1
2007-04-06Player: Only use one software definable character for different characters us...Jens Arnold1-1/+3
2007-04-05Oops, bootfile location for Archos is the root of coursePeter D'Hoye6-6/+6
2007-04-05Fix automatic rolo on new version for archos. Introduces new define in config...Peter D'Hoye24-0/+24
2007-04-04Replace obsolete generate_rocklatin tool with player_unifont tool.Jens Arnold1-0/+2
2007-04-03It's not necessary (anymore?) to map lcd_icon() to sim_lcd_icon() for the sim...Jens Arnold1-1/+0
2007-03-31Charcell lcd driver: Preparations for switching to non-immediate LCD updates,...Jens Arnold2-13/+29
2007-03-29Player: Save a bit of space by only using 7 bytes/char in the glyph table.Jens Arnold1-1/+1
2007-03-29Fix the rest of them I hope.Michael Sevakis1-0/+1
2007-03-29Add an asm swap_odd_even32 to SH and ARM. Have the byteswapping functions tak...Michael Sevakis1-26/+44
2007-03-27(all targets) Increase scrolling line size to account for utf-8 in the overla...Jens Arnold1-2/+2
2007-03-27Fix wrongly reported CPU frequency in the debug screen on Sansa.Barry Wardell1-2/+1
2007-03-26This should fix the remaining compilation issues.Miika Pekkarinen1-3/+3
2007-03-26Make scheduler functions thread safe core wise. A big step towards playback r...Miika Pekkarinen3-4/+30
2007-03-26Rating support for database and WPS (based on FS# 6301). A value between 0 an...Robert Kukla1-0/+1
2007-03-26First step of charcell LCD code rework: * Make it fully unicode aware so that...Jens Arnold4-68/+72
2007-03-26Fix a hole in the scheduler where collisions between waking blocked threads i...Michael Sevakis1-0/+3
2007-03-24PNX0101 changes:Tomasz Malesinski4-2/+154
2007-03-23FS#6860 - Battery calibration for Sansa. Thanks to Matthias Wientapper.Barry Wardell2-1/+2
2007-03-21Update sync queues to use a statically allocated return value in order to fac...Michael Sevakis2-8/+45
2007-03-21Correct some color unpacking macros.Michael Sevakis1-3/+3
2007-03-18There is no need to hide CONFIG_RTC in the bootloader - it's harmless. Fixes...Dave Chapman7-14/+0