summaryrefslogtreecommitdiff
path: root/firmware/export
AgeCommit message (Expand)Author
2007-03-21Update sync queues to use a statically allocated return value in order to fac...Michael Sevakis
2007-03-21Correct some color unpacking macros.Michael Sevakis
2007-03-18There is no need to hide CONFIG_RTC in the bootloader - it's harmless. Fixes...Dave Chapman
2007-03-18The UI sim simulates the RTC, so there is no need to disable it - affects all...Dave Chapman
2007-03-18Archos player: Introduce lcd_write_command_e (only one data byte) in the lcd ...Jens Arnold
2007-03-17If loading rockbox.mi4 fails, then drop back to trying rockbox.h10/rockbox.e2...Barry Wardell
2007-03-17Fix simulator builds, and some debugf() format strings.Jens Arnold
2007-03-17Fixed the logf builds.Miika Pekkarinen
2007-03-17Let GCC check arguments of some more printf-style functions, also for plugins...Jens Arnold
2007-03-16Set CONFIG_RTC to 0 for non-RTC targets, and check with #if to profit from -W...Jens Arnold
2007-03-16Rename some macros to account for the recently added M5 port. No code changes.Jens Arnold
2007-03-16Partition type 0x84 is "OS/2 hidden C: drive"Barry Wardell
2007-03-16FM Radio mishmash: Make a quieter screen for the SWCODEC targets esp. for the...Michael Sevakis
2007-03-16In preparation for use with sansapatcher, change portalplayer bootloaders to ...Barry Wardell
2007-03-13Improved ADC driver for AS3514 (used in PP5024 - ie. Sansa e200) based off da...Barry Wardell
2007-03-11Oops, missed a file from r12727Daniel Ankers
2007-03-11Sound for Sansa E200 - based on work by myself, Rene Peinthor, Barry Wardell ...Daniel Ankers
2007-03-11iAudio X5: Enable reading of DS2411 serial number. See it under System|Debug|...Michael Sevakis
2007-03-11Optimized the gui list code performance, including automatic frame dropping a...Miika Pekkarinen
2007-03-11Audio Init: Just can't stand that heirarchy. Add one level of abstraction. Mi...Michael Sevakis
2007-03-11Reenable aynchronous audio init stage. Really just single stage with aynchron...Michael Sevakis
2007-03-10Fix red builds and make udelay actually work as it should again.Barry Wardell
2007-03-10Make udelay() wrap-safe.Barry Wardell
2007-03-09Back to green?Michael Sevakis
2007-03-09As usual I left experimental stuff in a file. Forgot to add that set_irq_leve...Michael Sevakis
2007-03-09Put an end to priority inversion in the ata driver. Gave up trying to have fu...Michael Sevakis
2007-03-06Fix problem with recording screen creep and bag a bigfoot. Voice clips aren't...Michael Sevakis
2007-03-05Use a larger font cache on the targets that can afford the (quite small) RAM ...Linus Nielsen Feltzing
2007-03-05More catching up on old work. Refine audio interface setup on Coldfire. Stop ...Michael Sevakis
2007-03-05Some more M5 adjustments.Jens Arnold
2007-03-05Bring up the M5 port to a working stage: Extended numerous explicit checks fo...Jens Arnold
2007-03-04Dual core support for PP502x players (iPod G4 and later, iriver h10, Sansa - ...Daniel Ankers
2007-03-04Added new iAudio M5 target, including some adjustments to make the bootloader...Jens Arnold
2007-03-03Some more replacing of inl/outl with register #define's (doesn't change end-r...Barry Wardell
2007-03-03Replace some inl/outl with register #define's instead. Also tidy up pp5020.h ...Barry Wardell
2007-03-03remove runtime detection of h1x0 series RTC MOD, but leave driver codeRobert Kukla
2007-03-02remove numerical genre and use genre_string consistently:Robert Kukla
2007-03-02Use the browse button for A-B instead of quickscreen button. Files are Jonathan Gordon
2007-03-02enable A-B mode on the X5. Uses the quickscreen button to set pointsJonathan Gordon
2007-03-01H100: Disable RTC support by default, for nowLinus Nielsen Feltzing
2007-03-01Hook up .cue file detection via a callback klugde on HWCODEC, to make cue she...Jens Arnold
2007-02-28Fix sim builds.Thom Johansen
2007-02-28Add wake on alarm support for Ipods. Rename HAVE_ALARM_MOD to HAVE_ALARM_RTC ...Thom Johansen
2007-02-28FS#6419 - driver for H1x0 series RTC Mod with runtime detectionRobert Kukla
2007-02-27Improved RoLo support for PortalPlayer - handles the COP correctlyDaniel Ankers
2007-02-27Correct the (C) infoDave Chapman
2007-02-26WM8711/8721/8731 have no tone controls, so enable the software tone controls ...Jens Arnold
2007-02-26Add software based bass/treble controls for targets which have no such functi...Thom Johansen
2007-02-25Move target specific parts of the H100 remote LCD driver to target tree.Jens Arnold
2007-02-25Remove unused code, make comments c-style, make one private function staticNils Wallménius