1. 400cd02 Meizu M6SP: initial LCD driver (compiles but is untested) by Bertrik Sikken · 16 years ago
  2. a482e6b Samsung YH925: Correct a typo in the battery calibration. by Thomas Martitz · 16 years ago
  3. 20b0dd2 A new implementation of logf, logfdisplay and logfdump. by Maurus Cuelenaere · 16 years ago
  4. 249392c Add a BTN_MASK for the VX777 (aka fix red) by Maurus Cuelenaere · 16 years ago
  5. 9f6d3a7 * Onda VX777: add support for its single physical button by Maurus Cuelenaere · 16 years ago
  6. 3f7f860 Enable dircache for targets with 8MB RAM too (AMS Sansas, modded Archoses). by Thomas Martitz · 16 years ago
  7. c9d0961 fix yellow by Nils Wallménius · 16 years ago
  8. 7b4d709 M:Robe 500: Add support for DMA based LCD updates when in Portrait mode. TestFPS measures 190 FPS with the DMA updates vs. 58 FPS for the non-DMA updates. by Karl Kurbjun · 16 years ago
  9. 6515d7f fix svn properties by Nils Wallménius · 16 years ago
  10. 304c622 fix more red by Nils Wallménius · 16 years ago
  11. 47608e0 fix red by Nils Wallménius · 16 years ago
  12. 4f87976 Slight cleanup in lcd.h: kill fixme and remove useless include, add some includes elsewhere and add a stub for sims instead of ifdef by Nils Wallménius · 16 years ago
  13. 1eeab43 Add const to usb_serial_send() buffer. by Frank Gevaerts · 16 years ago
  14. caf2011 Onda's: add touchscreen boot menu for targets without/not much physical buttons (VX777) by Maurus Cuelenaere · 16 years ago
  15. fed0731 h300 has a 16 bits display, not a 2 bits. by Rafaël Carré · 16 years ago
  16. 5929a8f iaudiox5 has a 16 bits display, not a 2 bits. by Rafaël Carré · 16 years ago
  17. 9eea8ab LCD_DEPTH == 2, vertical packing: specify if lcd framebuffer is in iram into the model specific config file by Rafaël Carré · 16 years ago
  18. ee9ece1 LCD_DEPTH == 2, horizontal packing: specify if lcd framebuffer is in iram into the model specific config file by Rafaël Carré · 16 years ago
  19. 5b1192f LCD_DEPTH == 2, vertical interleaved : specify if lcd framebuffer is in iram into the model specific config file by Rafaël Carré · 16 years ago
  20. 47b2b57 LCD_DEPTH == 1 : specify if lcd framebuffer is in iram into the model specific config file by Rafaël Carré · 16 years ago
  21. b035fee it is mildly useful to reset the viewport to the full screen for the panic screen.... by Jonathan Gordon · 16 years ago
  22. f451108 M:Robe 500: Increase the max icon size. by Karl Kurbjun · 16 years ago
  23. d7aa42d Onda VX747: don't enable software volume control in sims by Maurus Cuelenaere · 16 years ago
  24. e49ffb2 * Onda VX747/VX767: fix target_id & MODEL_NUMBER by Maurus Cuelenaere · 16 years ago
  25. bf9facc FAT timestamp handling improvements for non-RTC targets: by Jens Arnold · 16 years ago
  26. 6b12928 Samsung YP-S3: add backlight-target.h for the YP-S3 (contains target specific backlight and buttonlight declarations) by Bertrik Sikken · 16 years ago
  27. 6932fa3 Sansa Clip & m200v4 : calls backlight_hold_changed() when hold button is toggled by Rafaël Carré · 16 years ago
  28. 1474b93 Fix Yellow by Karl Kurbjun · 16 years ago
  29. 7ca4c73 Hopefully get all of the touchscreen drivers to act the same so release events get the appropriate data. by Karl Kurbjun · 16 years ago
  30. 65eaf60 mrobe100: power off HDD (courtesy of lowlight) ~2h extra playtime by Robert Kukla · 16 years ago
  31. e98c198 don't treat extremely quick transfers as errors by Frank Gevaerts · 16 years ago
  32. e04f95e LCD bitmap driver code consolidation from FS#4817: by Andrew Mahone · 16 years ago
  33. ce00e28 M:Robe 500: Forgot one. by Karl Kurbjun · 16 years ago
  34. 5ca8bf0 M:Robe 500: Put more interrupts in iram, reduce stack usage when ARM/DSP transfers happen. by Karl Kurbjun · 16 years ago
  35. f10a3c7 Limit usb_serial packets to 32 bytes. It's unclear why this is needed, but usb serial packets larger than 96 bytes seem to never be sent. by Frank Gevaerts · 16 years ago
  36. e783d0c TCC: Implement ECC error correction for sectors read from NAND. Tested on D2 (78x, MLC) and M200 (77x, SLC). by Rob Purchase · 16 years ago
  37. 4c5ae4b D2: Re-enable SD(HC) driver as there have been no further reports of damaged cards. by Rob Purchase · 16 years ago
  38. 27934e2 Fix a wrong memcpy in logf() introduced in r22253 by Rafaël Carré · 16 years ago
  39. 345920f Remove dead code by Alexander Levin · 16 years ago
  40. d353a7f Change the function name in strnatsort so that the code doesn't contradict itself by Alexander Levin · 16 years ago
  41. 4b7a2ba M:Robe 500: Put the irq stack and fiq stack in iram. Reduce memory for fiq stack since it is currently unused. by Karl Kurbjun · 16 years ago
  42. 771b35b M:Robe 500: Make endpoint requests more flexible. by Karl Kurbjun · 16 years ago
  43. cc4be72 Fix endpoint allocation by Frank Gevaerts · 16 years ago
  44. ceccec5 Move yearday_to_daymonth() to usb_storage.c. It's the only user, this function is pretty specific, and it seems to be the cleanest way to avoid ram usage increases for unrelated targets by Frank Gevaerts · 16 years ago
  45. 2dc5047 Consolidate day of week calculation by Frank Gevaerts · 16 years ago
  46. eadfa48 rework new time handling functions a bit to be more memory efficient by Frank Gevaerts · 16 years ago
  47. 61cf783 Fix "statement with no effect" warning by Frank Gevaerts · 16 years ago
  48. ed73a32 Add support for setting the clock using a special SCSI command. This is the same method that itunes uses, and there are host-side tools for it (e.g. libgpod) by Frank Gevaerts · 16 years ago
  49. 9a5174c Fix logf() multilines handling by Rafaël Carré · 16 years ago
  50. be6dd6d Sansa AMS: identify interrupts with no source set by Rafaël Carré · 16 years ago
  51. 6469926 FS#10506. Don't compile various crossfade only functions in pcmbuf.c on low memory targets (mainly AMS) to save memory. Some crossfade related items remain in the code, but they're not worth cluttering the code with ifdefs over. Also, introduce HAVE_CROSSFADE define for neatness. by Michael Giacomelli · 16 years ago
  52. 4210ff5 Remove the comment also, Thanks to Rafaël Carré for spotting. by Thomas Martitz · 16 years ago
  53. 653db60 Fix FS#10486 - "fuze screen not drawn correctly on backlight turn-on if playlist ends while the backlight is off" by adding a lcd_update() to lcd_enable() as other targets do. Remove the delay as it seems unneeded nowadays. by Thomas Martitz · 16 years ago
  54. 553f958 Fix yellows (the reds on mono are caused by this, again, stupid typo). by Thomas Martitz · 16 years ago
  55. 7dc1e22 panicf: Clear backdrop and print with black font on white background to prevent possible difficulties with reading it (especially on cabbiev2). Also start printing in the second row and column. by Thomas Martitz · 16 years ago
  56. e1a83b9 M:Robe 500: Get MPEGPlayer running at 320x240. Screen is zoomed so larger videos than 320x240 will only show center. by Karl Kurbjun · 16 years ago
  57. 5aeaa84 Samsung YP-S3: add beginning of a low-level NAND driver and update bootloader demo program to display the NAND ids. by Bertrik Sikken · 16 years ago
  58. 7aaa544 Fix ZVM by Karl Kurbjun · 16 years ago
  59. 5a2e19d M:Robe 500: Start Building at 640x480 by default. by Karl Kurbjun · 16 years ago
  60. 978f379 Apply FS#10447 - e200v2 lcd driver cleanup by Michael Chicoine by Bertrik Sikken · 16 years ago
  61. c8e3940 Samsung yp-s3: clean up the lcd and button driver (making things static, rename variables etc.) by Bertrik Sikken · 16 years ago
  62. 703773a Samsung YH925: Battery calibration for charging and dischharging. by Thomas Martitz · 16 years ago
  63. 0f50302 Samsung YH925: Support for battery monitoring and charging. Discharge curve not yet calibrated. by Thomas Martitz · 16 years ago
  64. a26ea3f Revert static-ing of iim_prod_rev, this function is never used so it causes a compiler warning. by Bertrik Sikken · 16 years ago
  65. d767883 Various files: make functions static if they're local or make sure there is a proper #include if not by Bertrik Sikken · 16 years ago
  66. 4632fc0 Samsung YP-S3: allow player to stay powered up without the USB cable plugged and implement power_off by Bertrik Sikken · 16 years ago
  67. 28fbb49 Fix for: by Thomas Martitz · 16 years ago
  68. 0dc5cc8 Samsung YP-S3: update bootloader demo app with test code for the wmcodec (volume control of fm radio) by Bertrik Sikken · 16 years ago
  69. 85ece84 Remove various ABS() definitions with a single one using typeof (if using gcc) to avoid multiple evaluations of the input expressions. Speex still uses its own as I didn't want to change this imported code too much. by Thomas Martitz · 16 years ago
  70. ee0ab03 Samsung YP-S3: update backlight brightness curve again (can't go all the way down to 1/256 brightness) and update yp-s3 bootloader demo. by Bertrik Sikken · 16 years ago
  71. 0131a38 Pluginlib: Add support for general buttons. Add menu and quit buttons to Reversi. MRobe 500: Modify touch handler to return the previous data always rather than 0 when there is no touch. by Karl Kurbjun · 16 years ago
  72. e9b061a Fix red: only use SW_VOLUME_MIN if HAVE_SW_VOLUME_CONTROL is defined by Maurus Cuelenaere · 16 years ago
  73. 3c7c791 * Move DSP_CALLBACK_* enum to sound.h by Maurus Cuelenaere · 16 years ago
  74. e454d88 Samsung YP-S3: update backlight brightness curve so backlight is still on at the minimum brightness setting by Bertrik Sikken · 16 years ago
  75. 1b2fe50 Meizu: update backlight brightness curve so backlight is still on at the minimum brightness setting by Bertrik Sikken · 16 years ago
  76. fc57014 Philips SA9200: initialize i2c, i2s, and as3514 as the OF does. Fixes clicks/pops heard when reading the adc. by Mark Arigo · 16 years ago
  77. 4e7517d Samsung YP-S3: implement button lights by Bertrik Sikken · 16 years ago
  78. 0f0bf7b Samsung YP-S3: implement headphones detection by Bertrik Sikken · 16 years ago
  79. ddd82d6 Ingenic Jz4740 timer driver: fix stupid mistake by Maurus Cuelenaere · 16 years ago
  80. f3298a4 M:Robe 500/M66591: Add support for full-speed USB transfers, and fix the UART interrupt clearing. by Karl Kurbjun · 16 years ago
  81. bcd510d Samsung YP-S3: implement button driver for the touch keys (and the hold/power switch) by Bertrik Sikken · 16 years ago
  82. 95d043b Meizu M3: check LCD_STATUS in the lcd driver instead of using delay loops by Bertrik Sikken · 16 years ago
  83. 2fb7384 Start of a Rockbox port to the Samsung YP-S3. by Bertrik Sikken · 16 years ago
  84. 38b0806 Onda VX7x7: fix error when compiling with USB_BOOT defined by Maurus Cuelenaere · 16 years ago
  85. d10f951 Fix FS#5230 - reinit the opto-i2c after disabling hold so the buttons work again by Jonathan Gordon · 16 years ago
  86. 30e3350 Meizu: fix mask for GPIO function selection used for fmradio by Bertrik Sikken · 16 years ago
  87. d0a132a Jz4740 timer driver: only init timer in timer_set() when start is true by Maurus Cuelenaere · 16 years ago
  88. e38f3ab Jz4740 PCM driver: do 32-bit or 16-bit burst sizes if 16-byte ones won't fit (improves PDBox) by Maurus Cuelenaere · 16 years ago
  89. 86ef57b Jz4740 PCM driver: check whether pcm_callback_for_more isn't NULL (fixes metronome) by Maurus Cuelenaere · 16 years ago
  90. c630963 Re-work D2 power off behaviour. by Rob Purchase · 16 years ago
  91. 275a300 initial commit of remote support for m:robe 100 courtesy of lowlight; simulator support including small fixes for the m:robe 500 by Robert Kukla · 16 years ago
  92. 682a991 Ingenic Jz4740 targets: turn backlight on when an exception occurs and EXTENDED_EXCEPTION_DESC is defined by Maurus Cuelenaere · 16 years ago
  93. 4ce26ff Onda VX747: don't fully init the LCD when not doing an USB_BOOT compile (fixes flashes when booting up) by Maurus Cuelenaere · 16 years ago
  94. fee24ee D2: Fix the POWER button check after an exception/panic. Make this power the player off, since we don't know how to force a reboot yet. by Rob Purchase · 16 years ago
  95. aa97ba1 Revert r22034 since the backlight handling functions are not consistently named between targets. by Rob Purchase · 16 years ago
  96. ccb52bd Make the panic and UIE handlers turn on the backlight (needed for various colour LCDs that are unreadable without it). UIE is only changed on ARM for now. by Rob Purchase · 16 years ago
  97. 332da92 Oops, too many files were committed in r22025, revert this one. The other changes committed as r22025 were initial button and audio drivers for the Nano2G - more work is needed on both, but they work. by Dave Chapman · 16 years ago
  98. 5b3f333 Correct the memory sizes (IRAM and DRAM) for the Nano2G. by Dave Chapman · 16 years ago
  99. f060b97 Remove USB storage defines from USB core by Maurus Cuelenaere · 16 years ago
  100. 07a6aac D2: Notify the backlight driver when the HOLD button is toggled. Fixes FS#10451. by Rob Purchase · 16 years ago