summaryrefslogtreecommitdiffstats
path: root/firmware/export
AgeCommit message (Expand)AuthorFilesLines
2009-12-13Font improvements: Fix bug that caused some fonts to be rendered garbled on c...Nils Wallménius1-19/+2
2009-12-07make tpj1022 bootloader compile again Robert Kukla2-3/+3
2009-12-07Rename targets to be consistent in all places. (FS #10819). Take 2.Björn Stenberg60-60/+60
2009-12-01Add support for the ipod FM remote to the 4G, Color, 5G, nano 1G with RDSLaurent Gautier8-5/+121
2009-11-26Onda VX747: don't define HAVE_MULTIVOLUMEMaurus Cuelenaere1-1/+0
2009-11-26Move strip_volume() to filefuncs.c and set properties.Maurus Cuelenaere1-0/+31
2009-11-26Define HAVE_MULTI{VOLUME,DRIVE} (aka fix red) for Onda VX7x7Maurus Cuelenaere1-0/+2
2009-11-26Merge branch 'hotswap'Maurus Cuelenaere1-1/+9
2009-11-26Remove unused card_detect(), and make card_detect_target() static inline in e...Thomas Martitz2-4/+0
2009-11-25Mini2440: Cleanup SD driver a bit, undefine SD_DEBUG for faster transfers, im...Thomas Martitz1-3/+3
2009-11-25Add HAVE_HOTSWAP_STORAGE_AS_MAIN to detect changed binary after re-inserting ...Thomas Martitz1-0/+1
2009-11-25Add missing parentheses to S5L8701 USEC_TIMERMichael Sparmann1-1/+1
2009-11-25Enable wheel acceleration for iPod Nano 2GMichael Sparmann1-0/+3
2009-11-25Fix the S5L8701 µsec timerMichael Sparmann1-3/+3
2009-11-24Sansa AMS : fix recordingRafaël Carré3-2/+11
2009-11-16mpeg.h/c cleanupJeffrey Goode1-0/+7
2009-11-16Cleanup audio.h, related functionsJeffrey Goode1-33/+28
2009-11-12Fix HAVE_CROSSFADE definition in config to apply only to swcodec targetsJeffrey Goode1-5/+5
2009-11-11Meizu M3: configure and use SDRAMBertrik Sikken1-0/+3
2009-11-08FS#10338: Add "use morse input " entry to settings menuTeruaki Kawashima34-4/+101
2009-11-07sd.h: No functional changes to present code. Added some additional SD CMD's...Jack Halpin1-28/+50
2009-11-07Everything passed - disable viewport clipping.Karl Kurbjun1-2/+0
2009-11-07Just a test to make sure all targets build with viewport clipping enabled - w...Karl Kurbjun1-0/+2
2009-11-07Add optional viewport clipping, can be enabled with HAVE_VIEWPORT_CLIP. A si...Karl Kurbjun1-0/+3
2009-11-07Introduce new config header 'config-sim.h' that takes care of undefining thin...Nils Wallménius58-236/+87
2009-11-03Cosmetic commit (removing empty line from end of file) to test build systemDave Chapman1-1/+0
2009-11-03Improvements to mini2440 audio; change CPU freq to 406MHzBob Cousins1-5/+2
2009-11-02M:Robe 500/M66591 USB improvements: Interrupts now work, a bug in odd-length ...Karl Kurbjun2-1/+10
2009-11-01Improvements to mini2440/UDA1341 audioBob Cousins1-7/+28
2009-11-01Sansa AMS recording support (Microphone and FM)Rafaël Carré6-41/+26
2009-10-31Replace hard coded memory sizeBob Cousins1-2/+4
2009-10-31Remove unused #defines.Thomas Martitz7-23/+0
2009-10-31enable RTC for mini2440.Dominik Wenger1-2/+2
2009-10-31Remove svn:executable from firmwareMichael Chicoine4-0/+0
2009-10-28make the mini2440 simulator compile.Dominik Wenger1-8/+11
2009-10-27remove accidentally commited spaces.Dominik Wenger1-1/+1
2009-10-27Initial touchscreen support for mini2440. Based on D2 touchscreen driverDominik Wenger2-1/+6
2009-10-26Many more drivers for mini2440. Now the main binary compiles and runs.Dominik Wenger4-5/+149
2009-10-25Meizu M6 SP: make bootloader compile and run againBertrik Sikken1-0/+3
2009-10-25Meizu M6 SP: update lcd driver, it is now possible to display a rockbox logo ...Bertrik Sikken1-3/+3
2009-10-25Add define for SD_SET_CLR_CARD_DETECT 42 /* acmd42 */ to sd.h for use with ...Jack Halpin1-0/+1
2009-10-24Adjust the iPod Nano 2G CPU clock freq again, this time to an exact value. Al...Michael Sparmann2-5/+11
2009-10-23FS#10704 - Make a configuration option to disable USB HID Tomer Shalev1-0/+4
2009-10-22Working Bootloader for mini2440. Dominik Wenger2-0/+174
2009-10-21Fix yellowMichael Sparmann1-2/+3
2009-10-21Fix redMichael Sparmann1-0/+2
2009-10-21Add iPod Nano 2G µsec timer, and use it in the clickwheel driver.Michael Sparmann1-0/+2
2009-10-21iPod Nano 2G: "Fix" the latest PCM issues, channel swap and vinyl popping. Th...Michael Sparmann1-1/+3
2009-10-20Convert lcd_activation callbacks to use the event system to allow for multipl...Thomas Martitz2-3/+8
2009-10-20Correct wrong usage of event callbacks all over the place. It's not supposed ...Thomas Martitz2-6/+4