summaryrefslogtreecommitdiffstats
path: root/firmware
AgeCommit message (Expand)AuthorFilesLines
2011-02-28brackets are important! fix the mouse being hidden in simsJonathan Gordon1-1/+1
2011-02-28Added dummy autoconf.h for fat test.Björn Stenberg1-0/+9
2011-02-28Made the fat test code compile again.Björn Stenberg5-41/+38
2011-02-28Hopefully get shutdown/exit handling on SDL/maemo right.Thomas Martitz5-41/+45
2011-02-28Pandora port: Exit rockbox by pressing the SELECT buttonThomas Jarosch1-0/+6
2011-02-27Fix typo in commentThomas Jarosch1-1/+1
2011-02-27RaaA: Add initial Pandora supportThomas Jarosch9-9/+109
2011-02-27Fix misspelled define that was commented out anywayMichael Sparmann1-1/+1
2011-02-27Fix yellowMichael Sparmann1-2/+5
2011-02-27iPod Classic CE-ATA Support (Part 4 of 4: S5L8702 ATA driver)Michael Sparmann10-264/+1702
2011-02-27iPod Classic CE-ATA Support (Part 3 of 4: Introduce STORAGE_NEEDS_ALIGN, whic...Michael Sparmann1-3/+20
2011-02-27iPod Classic CE-ATA Support (Part 2 of 4: Remove on-stack sector buffers, and...Michael Sparmann5-28/+141
2011-02-27iPod Classic CE-ATA Support (Part 1 of 4: Cacheline align some statically all...Michael Sparmann5-10/+12
2011-02-27Remove some unnecessary includesDave Chapman1-11/+0
2011-02-27Fix comment about LCD sizeThomas Jarosch1-3/+1
2011-02-27FS#11966 - use separate modelnames and config files for RaaA. This adds an A...Dave Chapman5-37/+312
2011-02-25RaaA: Create full config directory tree during initializationThomas Jarosch1-3/+14
2011-02-25Byteswap routines don't really need 'asm volatile', just 'asm' since it shoul...Michael Sevakis2-44/+44
2011-02-24RaaA: Enable plugins for application buildsThomas Jarosch1-0/+5
2011-02-24Use thumb-compatible byte swap routines when building with -mthumb.Michael Sevakis1-0/+31
2011-02-23Android:Thomas Martitz2-53/+54
2011-02-23Gigabeat S: Smoother bootup. Don't do full drive reset at boot since it's not...Michael Sevakis1-1/+1
2011-02-22Return valid tuner ID even when tuner is not detected properly. Fixes FS#11791Michael Chicoine1-1/+1
2011-02-20Calibrate iPod Classic battery gauge a bit betterMichael Sparmann1-2/+2
2011-02-19Android: Rewrite lcd subsystem to use the SurfaceView API.Thomas Martitz2-81/+61
2011-02-19N900: Prevent stuck up/down keys on systems with shared up/down cursor mappingThomas Jarosch1-1/+15
2011-02-19Cleanup preprocessor around corelock usage and move its definition outside #i...Thomas Martitz3-22/+25
2011-02-18Fix red caused by incorrect includes.Thomas Martitz1-1/+1
2011-02-18Fix yellows and checkwps.Thomas Martitz2-2/+2
2011-02-18Implement cooperative threads on hosted platforms using C code.Thomas Martitz11-24/+498
2011-02-15RaaA: app_rename() must also do ROCKBOX_DIR translation for the target pathThomas Jarosch1-4/+12
2011-02-15Fix the shutdown sequence for maemo, SDL and simulator buildsThomas Jarosch2-0/+11
2011-02-14All kernel objects in code shared amongs targets (core, plugins, codecs) shou...Michael Sevakis10-11/+11
2011-02-12Use target names instead of model numbers in #if statements - nowhere else us...Dave Chapman1-4/+2
2011-02-11Submit FS#11926, calibrate charge curve for e200v1. Thanks to Martin Ritter.Andree Buschmann1-2/+2
2011-02-10iPod Nano2g/Classic clickwheel: Configure GPIO pins as Hi-Z while hold switch...Michael Sparmann1-2/+2
2011-02-10audio_peek_track should copy the struct mp3entry instead of pointing directly...Michael Sevakis1-1/+1
2011-02-10Fix more red. Two had been hiding.Michael Sparmann1-2/+2
2011-02-10Fix redMichael Sparmann1-2/+2
2011-02-10iPod Nano 2G: Fix current leak through clickwheel GPIOs when clickwheel is po...Michael Sparmann1-1/+5
2011-02-10Fix red (remove accidentally committed debugging code)Michael Sparmann1-4/+0
2011-02-10iPod Classic: Do boosting the right way round ;-)Michael Sparmann1-148/+152
2011-02-10iPod Classic: Fix current leak through clickwheel GPIOs when clickwheel is po...Michael Sparmann1-0/+3
2011-02-09iPod Classic: Enable boosting by switching the CPU between 1x and 2x AHB clockMichael Sparmann6-16/+30
2011-02-09iPod Classic: This time really fix the hold switch. Read it out through the p...Michael Sparmann1-2/+13
2011-02-09Disable buffering codecs (and code generally) on RaaA.Thomas Martitz1-9/+11
2011-02-09Buffering should align itself and not rely on buffering_reset parameters when...Michael Sevakis1-0/+3
2011-02-08Correct typo in the Philipps SA9200 config file.Marianne Arnold1-1/+1
2011-02-08Initial maemo platform supportThomas Jarosch17-13/+861
2011-02-08M:Robe 500: Use bit modifiers more.Karl Kurbjun4-20/+28