summaryrefslogtreecommitdiffstats
path: root/firmware/target
AgeCommit message (Expand)AuthorFilesLines
2007-03-21Fix blitting on Sansa so Mpegplayer works againDaniel Ankers1-1/+2
2007-03-20Oops, shouldn't have committed this just yet.Barry Wardell1-1/+1
2007-03-20Oops, the mi4 magic was being looked for in the wrong place when decrypting. ...Barry Wardell1-1/+1
2007-03-20More logf fixes. speex.c wants to format 64bit args so I didn't change that o...Michael Sevakis2-9/+10
2007-03-20Sansa LCD: Make the second framebuffer staticDaniel Ankers1-1/+1
2007-03-20Improved LCD driver for Sansa. Uses double-buffering to cure the flickering....Daniel Ankers1-10/+40
2007-03-19Rrrr. Editor shouldn't have left those tabs. Will check settings.Michael Sevakis1-6/+6
2007-03-19SWCODEC: Get rid of extra swap buffer and get back 512K of RAM or 100K if the...Michael Sevakis2-0/+94
2007-03-18Archos player: Introduce lcd_write_command_e (only one data byte) in the lcd ...Jens Arnold1-57/+103
2007-03-16Fix problem where power_off() on the H10 returns before the device is actuall...Barry Wardell1-0/+1
2007-03-15Fix problem where power_off() on the Sansa returns before the device is actua...Barry Wardell1-0/+2
2007-03-15Fixed backlight voltage for M5. Now the backlight is as bright as in the orig...Jens Arnold1-0/+4
2007-03-14x5/M5: Finally get rid of filter selection aberrations when switching to 88.2...Michael Sevakis1-3/+9
2007-03-13H100 Series: Fix FS#6810 - Distortion on Bass/Treble usage. Coldfire PCM need...Michael Sevakis1-3/+13
2007-03-13Improved ADC driver for AS3514 (used in PP5024 - ie. Sansa e200) based off da...Barry Wardell2-14/+32
2007-03-11Sound for Sansa E200 - based on work by myself, Rene Peinthor, Barry Wardell ...Daniel Ankers2-35/+38
2007-03-11Squeeze the serial number code down a few more bytes and call it a day. Will ...Michael Sevakis1-1/+1
2007-03-11Fix a late error that only let it read at default CPU frequency. Disable inte...Michael Sevakis1-31/+39
2007-03-11iAudio X5: Enable reading of DS2411 serial number. See it under System|Debug|...Michael Sevakis1-0/+206
2007-03-11Audio Init: Just can't stand that heirarchy. Add one level of abstraction. Mi...Michael Sevakis3-17/+18
2007-03-11Pop a stub in there for the e200 until playback is ready. Move it to the prop...Michael Sevakis1-0/+3
2007-03-11Reenable aynchronous audio init stage. Really just single stage with aynchron...Michael Sevakis3-18/+12
2007-03-07Coldfire targets: Shuffle IRQ levels around to have all interaction between l...Michael Sevakis11-36/+146
2007-03-05Add extra filtering to the X5 and M5 button drivers to prevent erratic button...Jens Arnold2-0/+18
2007-03-05More catching up on old work. Refine audio interface setup on Coldfire. Stop ...Michael Sevakis7-96/+118
2007-03-05Forget to commit this one deleted fileJens Arnold1-24/+0
2007-03-05Bring up the M5 port to a working stage: Extended numerous explicit checks fo...Jens Arnold20-3/+738
2007-03-04iRiver H100 series: Catching up on old work. Use a better way to keep playbac...Michael Sevakis1-24/+21
2007-03-04Dual core support for PP502x players (iPod G4 and later, iriver h10, Sansa - ...Daniel Ankers2-1/+19
2007-03-04Get rid of C99 style variable declaration. Also, add one more use of #define ...Barry Wardell1-1/+1
2007-03-04Added new iAudio M5 target, including some adjustments to make the bootloader...Jens Arnold1-1/+1
2007-03-03Some more replacing of inl/outl with register #define's (doesn't change end-r...Barry Wardell2-7/+6
2007-03-03Replace some inl/outl with register #define's instead. Also tidy up pp5020.h ...Barry Wardell6-18/+18
2007-03-02H300 bootloader: (Work in progress) Boot Rockbox on RTC alarm, add charging s...Linus Nielsen Feltzing1-1/+4
2007-02-28FS#6419 - driver for H1x0 series RTC Mod with runtime detectionRobert Kukla2-0/+364
2007-02-26disable LCD poweroff for now until problems with the remote control and headp...Marcoen Hirschberg1-1/+1
2007-02-25Well, it seems that caused problems for others but my magic bug correcting DA...Michael Sevakis1-0/+5
2007-02-25X5: Move the remote tick to target tree.Jens Arnold2-0/+51
2007-02-25Move target specific parts of the H100 remote LCD driver to target tree.Jens Arnold2-0/+654
2007-02-25Add CPU-model-specific init to newborn threads. Add default %macsr for each t...Michael Sevakis1-5/+2
2007-02-25Moved ipod LCD code to target tree.Jens Arnold3-0/+1169
2007-02-22Move the MPARK init to system_init()Linus Nielsen Feltzing3-3/+2
2007-02-22Correct LCD DMA init on the H300Linus Nielsen Feltzing1-0/+2
2007-02-21Get rid of some outl/inl in favour of #define.Barry Wardell2-11/+10
2007-02-20Introduced LCD_FBHEIGHT in addition to the already existing LCD_FBWIDTH to ea...Jens Arnold4-12/+12
2007-02-20Battery reading support for Sansa. Still needs calibration of voltage->percen...Barry Wardell2-83/+16
2007-02-19FS#6675: Add lcd_yuv_blit() for the Sansa. Thanks to Rene Peinthor. This make...Barry Wardell1-10/+106
2007-02-18Fix remaining CONFIG_TUNER checks.Jens Arnold4-8/+8
2007-02-18CONFIG_CHARGINGJonathan Gordon1-1/+1
2007-02-18Do the CONFIG_USBOTG define correctlyJonathan Gordon1-3/+3