summaryrefslogtreecommitdiffstats
path: root/firmware
AgeCommit message (Expand)AuthorFilesLines
2006-10-12Logf output on the serial port for h100 targetsLinus Nielsen Feltzing5-1/+56
2006-10-12Do not use our simple snprintf in simulator, becauseTomasz Malesinski1-0/+6
2006-10-12Add calibrated battery readings for H10.Barry Wardell1-8/+8
2006-10-12Minor simplification #2; replace unneeded variable filebufused with a macroSteve Bavin1-0/+1
2006-10-11Oops: Sansa and H10 need crt0 included in the bootloaderDaniel Ankers3-2/+107
2006-10-11Added dithering for 24 bit backdrops on 16 bit displays. FORMAT_DITHER should...Michael Sevakis1-0/+1
2006-10-10Messing with the peak calculation in pcm_playback.c for Coldfire ports.Michael Sevakis1-6/+107
2006-10-10Changes to make Sansa bootloader run. Thanks to Peter Praest.Daniel Ankers1-7/+2
2006-10-08UIE(), panicf(): Make reboot with ON react immediately on targets with real L...Jens Arnold2-12/+16
2006-10-08coldfire: set INTBASE and SPURVEC at startup, fixed typo in GPI0 int namePeter D'Hoye1-1/+5
2006-10-07Move iPod headphone detection into target tree (FS#6131 by Robert Keevil) and...Daniel Ankers4-12/+15
2006-10-05Fix simulator build errors for iPod 3g, 4g, mini and mini2g.Barry Wardell4-20/+20
2006-10-05Implement region setting for the fm tuner. The region setting affects deempha...Dominik Riebeling2-0/+12
2006-10-05No need to include pcf50605.c twice for ipods.Barry Wardell1-3/+0
2006-10-05Fix iPod bootloader build errors.Barry Wardell7-0/+14
2006-10-05Fix warnings in player builds.Barry Wardell1-0/+1
2006-10-05Move all iPod targets into the target tree. FS#5890Barry Wardell32-649/+1367
2006-10-05...and tidy upSteve Bavin1-1/+0
2006-10-05Oops; second bad commit. Three strikes and I'm out I guess.Steve Bavin1-0/+1
2006-10-05Add CPU boost tracker to see where boosts are coming fromSteve Bavin5-12/+82
2006-10-02Enable ATA poweroff option on H10 for a nice increase in battery life.Barry Wardell3-4/+12
2006-09-29Add support for H10 remote. Remote buttons have the same keymappings as their...Barry Wardell4-10/+59
2006-09-29the Gigabeat I2C driver needs the generic driverMarcoen Hirschberg1-0/+1
2006-09-29add the I2C driver for the GigabeatMarcoen Hirschberg2-0/+122
2006-09-29add the ADC driver for the GigabeatMarcoen Hirschberg2-0/+79
2006-09-28Apply Mike Sevakis' recent sleep/contrast fixes for the X5 LCD driver to the ...Barry Wardell2-7/+16
2006-09-27x5: Needed a couple tweaks to the contrast fix.Michael Sevakis1-1/+5
2006-09-26Remote play button was still being read out with remote hold key on.Michael Sevakis1-1/+4
2006-09-26Fixed FS#5800 - 'LCD-sleep awake bug' on x5. Contrast setting is now preserve...Michael Sevakis1-10/+20
2006-09-26This should get rid of H300 sim error.Michael Sevakis1-2/+2
2006-09-26Yup. H300 errors fixed.Michael Sevakis1-0/+2
2006-09-26Fixed remote contrast settings. Maybe'll get some build errors here.Michael Sevakis5-8/+19
2006-09-26Add wheel_status() function to the ipod "4g" button driver (i.e. all ipods ex...Dave Chapman7-4/+48
2006-09-26Fixed tlv320 mute problem at least for digital audio path. Analog bypass muti...Michael Sevakis1-7/+16
2006-09-26Patch #6067 from Robert Keevil - enable headphone detection for the remaining...Dave Chapman4-0/+13
2006-09-26Patch #4899 by Robert Keevil - Automatic pause on iPod when removing the head...Linus Nielsen Feltzing7-0/+45
2006-09-25Fix "Upside down" behaviour on H10. We need to flip horizontally as well as v...Barry Wardell2-1/+12
2006-09-25Enable LCD invert setting in the menu for all targets that support it. This a...Barry Wardell15-0/+45
2006-09-25Accepted FS#6023 - ADX codec (some kind of ADPCM).Rani Hod2-0/+3
2006-09-25Fix them all.Miika Pekkarinen3-5/+5
2006-09-25Fixed the line scrolling not always being smooth.Miika Pekkarinen4-6/+6
2006-09-23Add ADC to I/O ports debug menu on H10. Fix battery level reading empty when ...Barry Wardell4-20/+25
2006-09-23Fix profiling builds.Magnus Holmgren1-7/+7
2006-09-20Detect charger connected on H10. No need to sleep(HZ) when powering off.Barry Wardell7-71/+22
2006-09-20Forgot to remove a must_boost reference. Unboost after fsyncMichael Sevakis1-4/+2
2006-09-20Make sure CPU is boosted when writing recorded dataMichael Sevakis1-6/+2
2006-09-19Fixed a division by zero in mp3 metadata parser.Miika Pekkarinen1-1/+5
2006-09-17Include "config.h" to make sure priority stuff is properly included.Miika Pekkarinen1-0/+1
2006-09-17x5: No more remote LCD streaks when powering off with remote active. Will not...Michael Sevakis3-19/+29
2006-09-16Get rid of build warnings of x5Peter D'Hoye1-1/+1