summaryrefslogtreecommitdiffstats
path: root/firmware
AgeCommit message (Expand)AuthorFilesLines
2009-11-22AMS Sansa: Remove a now redundant sd_wait_for_state() and adjust error codes...Jack Halpin1-11/+4
2009-11-22AMS Sansa: Make send_cmd() function a bit less complicated and save ~96 bytes.Jack Halpin1-30/+22
2009-11-21FS#10796 - Clip - prevent power switch activation when coming out of holdMichael Chicoine1-1/+12
2009-11-20Increase stack space for the Gigabeat S specific headphone thread to fix stac...Nils Wallménius1-1/+1
2009-11-20Fix warning on new gcc for checking value or truth of undefined _WIN32 and MIPS.Andrew Mahone1-1/+1
2009-11-16mpeg.h/c cleanupJeffrey Goode1-0/+7
2009-11-16Cleanup audio.h, related functionsJeffrey Goode1-33/+28
2009-11-15Change "r" back to "i" (i is for immediate, so no syntax error) and reclaim a...Thomas Martitz1-3/+3
2009-11-15use the EP_DIR() macro to go from USB_DIR_* to a 0 or 1 valueFrank Gevaerts1-2/+2
2009-11-15Don't use the same completion_event for both directions. This could cause pro...Frank Gevaerts1-3/+3
2009-11-15Fix a few possible problems discovered in -O0 / eabi experiments.Thomas Martitz3-5/+11
2009-11-14Fix dangling #endifAndrew Mahone1-1/+0
2009-11-14Set DRMODE_SOLID, uniform colors, and sysfont before clearing LCD to display ...Andrew Mahone5-5/+35
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 Sikken3-11/+33
2009-11-11pcm-s5l8700: add missing header file, remove out-of-date commentBertrik Sikken1-1/+1
2009-11-11Comstify a function pointer arrayNils Wallménius1-2/+2
2009-11-09Fix Free and Disk size display when SECTOR_SIZE!=512Frank Gevaerts1-2/+2
2009-11-09Fix mpegplayer on S5L870xMichael Sparmann1-11/+28
2009-11-09Removed unneeded includesJeffrey Goode1-1/+0
2009-11-09M:Robe 500 - Enable ASM optimized ATA interface improving disk access speed.Karl Kurbjun3-0/+16
2009-11-08Squash another bunch of iPod Nano 2G NAND bugs by moving the idle powerdown c...Michael Sparmann4-112/+129
2009-11-08FS#10338: Add "use morse input " entry to settings menuTeruaki Kawashima34-4/+101
2009-11-07M:Robe 500: Disable LED above screen and add a change for the 256 color blitterKarl Kurbjun1-3/+12
2009-11-07M:Robe 500 - Add some more debug information.Karl Kurbjun1-33/+130
2009-11-07sd.h: No functional changes to present code. Added some additional SD CMD's...Jack Halpin1-28/+50
2009-11-07Meizu M6SP: initial button driver (adapted from Meizu M3)Bertrik Sikken2-10/+79
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-07Fix RedKarl Kurbjun1-0/+1
2009-11-07Fix two width calculationsKarl Kurbjun2-4/+2
2009-11-07Add optional viewport clipping, can be enabled with HAVE_VIEWPORT_CLIP. A si...Karl Kurbjun8-166/+1092
2009-11-07Introduce new config header 'config-sim.h' that takes care of undefining thin...Nils Wallménius58-236/+87
2009-11-06Meizu M6SP: initialise and use SDRAMBertrik Sikken2-5/+66
2009-11-05Fix same bug as in r23531 in two more drivers (wrong masking of wday)Nils Wallménius2-2/+2
2009-11-05RTC read of ds1339 of ds3231 weekday Robert Kukla1-1/+1
2009-11-04Fix FS#10751 - Fuze freezes when using radio while chargingMichael Chicoine1-1/+10
2009-11-03Simplify uart_printf() a bit by using vuprintf(), that also makes removing a ...Thomas Martitz1-19/+15
2009-11-03Rename vfnprintf to vuprintf (u stands for user for the user callback and dat...Thomas Martitz3-3/+6
2009-11-03Fix a #elif without condion (is an error with newer gcc/cpp versions).Thomas Martitz1-1/+1
2009-11-03FS#9728: Battery current measuring on the Video iPodTorne Wuff2-3/+11
2009-11-03Cosmetic commit (removing empty line from end of file) to test build systemDave Chapman1-1/+0
2009-11-03Comment out LOGF_ENABLE defines everywhere, replace evil commentsJeffrey Goode19-19/+19
2009-11-03Improvements to mini2440 audio; change CPU freq to 406MHzBob Cousins6-21/+20
2009-11-03Sansa AMS PCM : cleanupRafaël Carré1-10/+8
2009-11-03Sansa AMS: fix system_exception_wait()Rafaël Carré1-0/+3
2009-11-02Hopefully fix the remaining iPod Nano 2G flash issues, by adding a tiny sleep...Michael Sparmann1-12/+13
2009-11-02Echoes logf output to the sim console when logf build is enabledJeffrey Goode1-0/+7
2009-11-02M:Robe 500/M66591 USB improvements: Interrupts now work, a bug in odd-length ...Karl Kurbjun5-79/+166
2009-11-01Sansa AMS : reduce size of interrupt source/isr mapping tableRafaël Carré1-1/+4