summaryrefslogtreecommitdiffstats
path: root/firmware
AgeCommit message (Expand)AuthorFilesLines
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
2007-02-17Move dr_controller_setup() to usb_init_device() and add a call to dr_controll...Dave Chapman1-1/+6
2007-02-16Fix 3g buildsBarry Wardell1-0/+3
2007-02-16No functional changes, just reorganising code:Barry Wardell5-200/+217
2007-02-16Fix errors I hope.Michael Sevakis1-1/+1
2007-02-16SWCODEC Recording: Improve buffer handling by 1) Lowering watermark for flush...Michael Sevakis1-246/+405
2007-02-15Shave a few bytes off the binary size, especially on hwcodec targetsLinus Nielsen Feltzing3-33/+51
2007-02-14Start using the new endian conversion system outside tagcache also to simplif...Miika Pekkarinen1-2/+10
2007-02-14Cuesheet support by Jonathan Gordon and me (FS #6460).Nicolas Pennequin1-0/+3
2007-02-14Use the correct swap functions for live conversion, and fix 64 bit sims.Jens Arnold1-5/+6
2007-02-14Adding SPC codec (FS #6542)Adam Gashlin2-0/+4
2007-02-13Make database endianess independent.Miika Pekkarinen3-0/+211
2007-02-12Gigabeat Cradle USB SupportKarl Kurbjun1-11/+11
2007-02-11FS #6646 from Ben Keroack - move the recently added AFMT_SPEEX to the end of ...Dave Chapman1-1/+4
2007-02-10FS#6638 - Album artist and comment patch for WPS and tagcache. ExportMiika Pekkarinen2-0/+17
2007-02-10Minor whitespace and formatting fixes.Dan Everton1-3/+3
2007-02-10SWCODEC Encoders: Better declarations of chunk flags. Mark constants as unsig...Michael Sevakis1-8/+8
2007-02-09Remove accidental inclusion of album art patch fragment.Dan Everton1-11/+0
2007-02-09Add Speex playback support. Patch from FS #5607 thanks to Frederik Vestre.Dan Everton2-1/+16
2007-02-08Fix the delay loops. Without scaling the CPU is always at 300MHz.Marcoen Hirschberg2-4/+4