summaryrefslogtreecommitdiffstats
path: root/firmware
AgeCommit message (Expand)AuthorFilesLines
2007-02-26WM8711/8721/8731 have no tone controls, so enable the software tone controls ...Jens Arnold6-4/+17
2007-02-26disable LCD poweroff for now until problems with the remote control and headp...Marcoen Hirschberg1-1/+1
2007-02-26Add software based bass/treble controls for targets which have no such functi...Thom Johansen3-15/+43
2007-02-26Turns out I don't have a magic DAP. :( I didn't get the problem because I RoL...Michael Sevakis1-2/+0
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 Arnold3-59/+54
2007-02-25Move target specific parts of the H100 remote LCD driver to target tree.Jens Arnold5-621/+685
2007-02-25Add new target/arm/ipod/video/ directory to source tarballs.Dave Chapman1-0/+1
2007-02-25Add CPU-model-specific init to newborn threads. Add default %macsr for each t...Michael Sevakis2-5/+20
2007-02-25Fixed database export crashing with long tags. And failing without DB loaded ...Miika Pekkarinen1-1/+1
2007-02-25Remove unused code, make comments c-style, make one private function staticNils Wallménius2-15/+7
2007-02-25Moved ipod LCD code to target tree.Jens Arnold4-255/+286
2007-02-24Use the correct constant to avoid confusionPeter D'Hoye1-1/+1
2007-02-24Better short filename generation. Fixes FS#6648.Peter D'Hoye1-11/+50
2007-02-24SWCODEC: Dsp speed optimizations. Changes for more modularity. Removal of som...Michael Sevakis1-0/+1
2007-02-23Remap flash ROM to 0x20000000 on the ipods and H10s, and implement dbg_save_r...Dave Chapman12-0/+53
2007-02-23Remove unneeded zero checks from convert_gain() and get_replaygain_int(). The...Thom Johansen1-22/+12
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-22Keep the vectors when linking with --gc-sectionsLinus 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 Arnold12-36/+52
2007-02-20Battery reading support for Sansa. Still needs calibration of voltage->percen...Barry Wardell3-91/+22
2007-02-20FS#6674: HAVE_XXX souldn't be defined with a value.Barry Wardell23-61/+61
2007-02-20Prepare the bootloader command file for --gc-sectionsLinus Nielsen Feltzing1-12/+10
2007-02-19FS#6675: Add lcd_yuv_blit() for the Sansa. Thanks to Rene Peinthor. This make...Barry Wardell1-10/+106
2007-02-18Tiny size optimisation.Jens Arnold1-3/+2
2007-02-18Fix CONFIG_BACKLIGHT warnings.Jens Arnold6-16/+19
2007-02-18set I2C type properlyDaniel Stenberg1-0/+2
2007-02-18Fix LCD_PIXELFORMAT warnings.Jens Arnold5-0/+10
2007-02-18Fix remaining CONFIG_TUNER checks.Jens Arnold9-18/+18
2007-02-18CONFIG_CHARGINGJonathan Gordon8-21/+25
2007-02-18Do the CONFIG_LED defineJonathan Gordon5-9/+12
2007-02-18Do the CONFIG_USBOTG define correctlyJonathan Gordon2-3/+7
2007-02-18fix the player buildJonathan Gordon1-1/+1
2007-02-18really fix red builds this timeJonathan Gordon1-2/+2
2007-02-18Explicilty set CONFIG_ defines to 0 which are not used.. because doing Jonathan Gordon3-3/+9
2007-02-18CONFIG_USBOTG fixesJonathan Gordon2-4/+4
2007-02-18more CONFIG_LED fixesJonathan Gordon2-4/+5
2007-02-17Should be LCD_H10_20GB, not LCD_H10Barry Wardell1-1/+1
2007-02-17Fix most (all?) CONFIG_LED warnings.Magnus Holmgren2-4/+4
2007-02-17Keep delay loop from being optimized away.Magnus Holmgren1-1/+1
2007-02-17set I2C type properlyDaniel Stenberg3-0/+6
2007-02-17build with -Wundef to make sure we have spelled the defines right in #if linesDaniel Stenberg1-1/+1
2007-02-17another attemptDaniel Stenberg1-1/+1
2007-02-17repair the conditionDaniel Stenberg1-1/+2
2007-02-17avoid using #if on undefined symbols, in preparation for -WundefDaniel Stenberg4-3/+9
2007-02-17Correct spelling of CONFIG_CODEC, fixes FS#6668Linus Nielsen Feltzing1-1/+1
2007-02-17ARM targets: Making a few functions non-static allows us to get rid of -ffunc...Jens Arnold3-18/+28
2007-02-17FS#6651 - Improved id3 comment extraction.Miika Pekkarinen2-19/+34