summaryrefslogtreecommitdiffstats
path: root/firmware/target
AgeCommit message (Expand)AuthorFilesLines
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
2007-02-18really fix red builds this timeJonathan Gordon1-2/+2
2007-02-18CONFIG_USBOTG fixesJonathan Gordon2-4/+4
2007-02-17Keep delay loop from being optimized away.Magnus Holmgren1-1/+1
2007-02-17build with -Wundef to make sure we have spelled the defines right in #if linesDaniel Stenberg1-1/+1
2007-02-17ARM targets: Making a few functions non-static allows us to get rid of -ffunc...Jens Arnold1-6/+6
2007-02-17Move dr_controller_setup() to usb_init_device() and add a call to dr_controll...Dave Chapman1-1/+6
2007-02-16No functional changes, just reorganising code:Barry Wardell1-87/+16
2007-02-12Gigabeat Cradle USB SupportKarl Kurbjun1-11/+11
2007-02-08Fix the delay loops. Without scaling the CPU is always at 300MHz.Marcoen Hirschberg2-4/+4
2007-02-05Optimise EQ coef calculation routines for both speed and size. Move now unnee...Thom Johansen1-2/+2
2007-02-05New PLL calculations to make sure that PLLDIV != 0. This seems to solve the p...Linus Nielsen Feltzing1-12/+13
2007-02-04Fix USB detection on ipods and other portalplayer targets - Rockbox now corre...Dave Chapman2-116/+99
2007-02-04Work around a bug in the Sansa flash driverDaniel Ankers1-21/+8
2007-02-03Backlight support for Sansa, including brightness. Thanks to Rene Barry Wardell2-0/+17
2007-02-02Corrected the comments regarding USB chargingLinus Nielsen Feltzing1-2/+6
2007-02-01Increase disk thread stack on the Sansa in line with the changes in r12093. ...Daniel Ankers1-1/+1
2007-02-01FS#4770 - Add USB charging for the H300 seriesSteve Bavin1-0/+26
2007-01-31Power off on the Sansa more in line with how the OF does it (just change the ...Barry Wardell1-1/+4
2007-01-31Add power off for the Sansa. Thanks to Antonius Hellmann for figuring out how...Barry Wardell1-0/+2
2007-01-27Oops - fix PortalPlayer buildsDaniel Ankers1-6/+1
2007-01-27More PortalPlayer I2C unification workDaniel Ankers1-5/+1