summaryrefslogtreecommitdiffstats
path: root/firmware/export
AgeCommit message (Expand)AuthorFilesLines
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
2007-03-18The UI sim simulates the RTC, so there is no need to disable it - affects all...Dave Chapman7-14/+28
2007-03-18Archos player: Introduce lcd_write_command_e (only one data byte) in the lcd ...Jens Arnold1-0/+1
2007-03-17If loading rockbox.mi4 fails, then drop back to trying rockbox.h10/rockbox.e2...Barry Wardell3-45/+21
2007-03-17Fix simulator builds, and some debugf() format strings.Jens Arnold2-2/+2
2007-03-17Fixed the logf builds.Miika Pekkarinen1-0/+1
2007-03-17Let GCC check arguments of some more printf-style functions, also for plugins...Jens Arnold2-3/+6
2007-03-16Set CONFIG_RTC to 0 for non-RTC targets, and check with #if to profit from -W...Jens Arnold2-1/+5
2007-03-16Rename some macros to account for the recently added M5 port. No code changes.Jens Arnold3-18/+18
2007-03-16Partition type 0x84 is "OS/2 hidden C: drive"Barry Wardell1-4/+4
2007-03-16FM Radio mishmash: Make a quieter screen for the SWCODEC targets esp. for the...Michael Sevakis1-6/+53
2007-03-16In preparation for use with sansapatcher, change portalplayer bootloaders to ...Barry Wardell4-9/+28
2007-03-13Improved ADC driver for AS3514 (used in PP5024 - ie. Sansa e200) based off da...Barry Wardell2-1/+10
2007-03-11Oops, missed a file from r12727Daniel Ankers1-0/+2
2007-03-11Sound for Sansa E200 - based on work by myself, Rene Peinthor, Barry Wardell ...Daniel Ankers2-3/+82
2007-03-11iAudio X5: Enable reading of DS2411 serial number. See it under System|Debug|...Michael Sevakis1-0/+48
2007-03-11Optimized the gui list code performance, including automatic frame dropping a...Miika Pekkarinen1-0/+1
2007-03-11Audio Init: Just can't stand that heirarchy. Add one level of abstraction. Mi...Michael Sevakis1-0/+1
2007-03-11Reenable aynchronous audio init stage. Really just single stage with aynchron...Michael Sevakis1-0/+2
2007-03-10Fix red builds and make udelay actually work as it should again.Barry Wardell1-1/+2
2007-03-10Make udelay() wrap-safe.Barry Wardell1-2/+2
2007-03-09Back to green?Michael Sevakis1-2/+1