1. 4adf929 Philips tuner supported by Jörg Hohensohn · 20 years ago
  2. 954e588 bugfix for OndioFM tuner power by Jörg Hohensohn · 20 years ago
  3. 91f9350 moved and renamed fmradio_set/get_status to power.c, where it now additionally serves well for tuner power enable on OndioFM by Jörg Hohensohn · 20 years ago
  4. 8f8fbac Philips tuner prepared, new middle layer to abstract which tuner is used by Jörg Hohensohn · 20 years ago
  5. 566eae2 Logarithmic scroll speed setting: speed doubles every 3 steps. by Jens Arnold · 20 years ago
  6. fb0739b cleaned out parts of bpb which we don't use by Jörg Hohensohn · 20 years ago
  7. 0fc34c7 Disabled charger detection and ide_power_enable() for Ondio; some cleanup by Jens Arnold · 20 years ago
  8. 0b3ea1b Now the FM, V2 and Ondio players use the new SYS_POWEROFF event. Now you can safely turn off the player by holding OFF. by Linus Nielsen Feltzing · 20 years ago
  9. 5789ee9 MMC hotswap handling in USB mode by Jens Arnold · 20 years ago
  10. f5bdf69 First part of MMC hotswap handling; removed unnecessary MMC thread by Jens Arnold · 20 years ago
  11. 0660105 Fixed busy timeout handling; better comments by Jens Arnold · 20 years ago
  12. a450e34 Major MMC driver rework: DMA for sector transfers (except for single sector writes), bitswap while DMA transfer is running, optimized SCI handling (back-to-back transfer for polled writes), yield()s once per sector transfer. Speed is now close to the theoretical maximum by Jens Arnold · 20 years ago
  13. 8eedc94 Fixed warning when compiling with PREFER_C_WRITING by Jens Arnold · 20 years ago
  14. 5cf1c97 Button flip enabled on Ondio by Jens Arnold · 20 years ago
  15. d681087 Correct CPU type handling by Linus Nielsen Feltzing · 20 years ago
  16. 6f9a7eb Enhanced MMC handling: Driver cleanup, timeout calculation fixed, allowed voltage check, maintain disk activity info (fixes immediate shutdown at end of playback). MMC debug menu item populated. by Jens Arnold · 20 years ago
  17. b60b29f Compile ata_mmc.c for targets with mmc, ata.c for all others. by Björn Stenberg · 20 years ago
  18. 540b19d panic on write behind partition, too by Jörg Hohensohn · 20 years ago
  19. a15386b (Re-)added the delayed write feature to avoid wearing the flash unnecessarily by Jens Arnold · 20 years ago
  20. 3681308 MMC: 10 % faster reading and 15 % faster writing by Jens Arnold · 20 years ago
  21. a2b5681 Removed disabled code. by Jens Arnold · 20 years ago
  22. dc6caf9 Implemented multiple block reading and writing. Significant speedup. by Jens Arnold · 20 years ago
  23. fc9aada Some cleanup, and a quick fix to make battery status reading and idle poweroff work by Jens Arnold · 20 years ago
  24. 212f18f Fix: card initialization on card_select() by Jens Arnold · 20 years ago
  25. c4b326c Ondio PACR inits for cold start by Jörg Hohensohn · 20 years ago
  26. e29e91e We must sleep 2 ticks to be really sure that all A/D channels have been converted at least once before returning from adc_init() by Linus Nielsen Feltzing · 20 years ago
  27. 7d8598f Writing to mmc does work now, but not always correct yet. It caused a corrupt file system once, so beware by Jens Arnold · 20 years ago
  28. eaa1f73 Added MAS3539F support (Ondio SP) by Jens Arnold · 20 years ago
  29. 6cb7991 Small fix for the card init by Jens Arnold · 20 years ago
  30. de6f799 MMC driver is now write enabled, and should no longer lock up. Still preliminary and rather slow, polling everywhere. by Jens Arnold · 20 years ago
  31. 593cc00 a hell of a commit: changed several HAVE_xx configuration flags into multiple choice values (keypad, tuner, CPU, h/w codec) by Jörg Hohensohn · 20 years ago
  32. 90cbd3b First working MMC driver (very preliminary, and read-only), and some adaptions of the debug menu by Jens Arnold · 20 years ago
  33. af33f25 Ensure vaild readings when adc_init() returns by Jens Arnold · 20 years ago
  34. 23f2a59 Added debouncing to the Ondio button driver. by Jens Arnold · 20 years ago
  35. 7f7afe4 FAT16 support for the Ondio by Jörg Hohensohn · 20 years ago
  36. a30c1ca Fixed yellow build by Henrik Backe · 20 years ago
  37. 5f8ffa0 An attempt to filter the button reading by Linus Nielsen Feltzing · 20 years ago
  38. 5dfc1d0 Removed the obsolete adcreg[] table by Linus Nielsen Feltzing · 20 years ago
  39. ddb6333 New A/D conversion strategy, now updates all channels every tick by Linus Nielsen Feltzing · 20 years ago
  40. 56cbda3 Chip selects for internal & external card were reversed by Jens Arnold · 20 years ago
  41. 2d875f8 Disabled all code for the serial remote on Ondio, since the serial port is needed for MMC access. by Jens Arnold · 20 years ago
  42. 57945b1 Removed the Neo code. Nobody is interested in it. by Björn Stenberg · 20 years ago
  43. 6c33c51 Redesigned the button handling. The code now uses symbolic function defines instead of checking for specific buttons. This makes it easier to add support for new devices with different button layouts. by Björn Stenberg · 20 years ago
  44. 65bf851 Added preliminary support for Iriver H100 by Björn Stenberg · 20 years ago
  45. 4bdbcd6 Removed test code that shouldn't have been committed. by Björn Stenberg · 20 years ago
  46. 8b69504 Moved LCD_WIDHT/HEIGHT from lcd driver to config file. by Björn Stenberg · 20 years ago
  47. 73792b4 Ondio levels adjusted, use ADC channel names by Jörg Hohensohn · 20 years ago
  48. 3f7c508 Ondio USB mode works with both internal and external MMC by Jörg Hohensohn · 20 years ago
  49. eb8fef7 Ondio USB mode works, but only with external MMC by Jörg Hohensohn · 20 years ago
  50. c4e8bed some fixes for Ondio USB passthrough (but still doesn't work yet) by Jörg Hohensohn · 20 years ago
  51. 00be746 prepared Ondio USB passthrough (but doesn't work yet) by Jörg Hohensohn · 20 years ago
  52. 57ea92c prepared an empty MMC driver by Jörg Hohensohn · 20 years ago
  53. 3f0e641 avoid unused variable warning if no LED by Jörg Hohensohn · 20 years ago
  54. c45d54b no double negation, define present features, not absent by Jörg Hohensohn · 20 years ago
  55. 9bb6488 Ondio has no LED (no RLOD possible ;-) by Jörg Hohensohn · 20 years ago
  56. cde9844 minor oops by Jörg Hohensohn · 20 years ago
  57. 24c7c04 adjustment for the Ondio: button driver has an Odio part, for now it has a Player layout. Some fixes in the app code were necessary to remove dependencies of LCD, keypad, this wasn't independent everywhere. by Jörg Hohensohn · 20 years ago
  58. 6c1afd7 adjustment for the Ondio: I2C clock is on a different pin by Jörg Hohensohn · 20 years ago
  59. d5c293a the very first adjustment for the Ondio: fix the screen orientation by Jörg Hohensohn · 20 years ago
  60. 8d54253 button_clear_queue() now works as expected by Linus Nielsen Feltzing · 20 years ago
  61. b492027 Fixed new font format: necessity of offset table generation, output of fonts without one by Jens Arnold · 20 years ago
  62. f8a5802 Fixed pointer types & struct font by Jens Arnold · 20 years ago
  63. 5d36aaf New font format (already rotated) saves code, space and time. On the downside this new format is incompatible, so get the new fonts, too. by Jörg Hohensohn · 20 years ago
  64. e0e0140 Bug fix: renaming a directory could cause a name clash. New feature: rename() can now move files/directories as well. by Linus Nielsen Feltzing · 20 years ago
  65. 0ceaa5e Const policed pointer arguments to functions, part 2 by Jens Arnold · 21 years ago
  66. c76c568 Const policed pointer arguments to functions, part 1 by Jens Arnold · 21 years ago
  67. 9478cc6 More const policeing step 4 by Jens Arnold · 21 years ago
  68. 2b0694c More const policeing step 3 by Jens Arnold · 21 years ago
  69. 1413f0c Fixed player builds by Jens Arnold · 21 years ago
  70. abe77a1 More const policeing step 1 by Jens Arnold · 21 years ago
  71. 6b8d020 Now doesn't generate extraneous key-down events when releasing one key in a combo by Linus Nielsen Feltzing · 21 years ago
  72. 0185ee7 Removed nasty lvalue cast by Linus Nielsen Feltzing · 21 years ago
  73. a754dd8 Added raw button reading functionality by Linus Nielsen Feltzing · 21 years ago
  74. 80ebaab Extra LCD updates for the player LCD simulation by Linus Nielsen Feltzing · 21 years ago
  75. 638dd67 Const'ed the logo, the bitmaps and the credits (optimization for running from ROM) by Jens Arnold · 21 years ago
  76. 4d49a6b Added bookmark icon for the Player/Studio by Linus Nielsen Feltzing · 21 years ago
  77. b1af93c Disable the backlight before powering off the Player/Studio by Linus Nielsen Feltzing · 21 years ago
  78. 06621c0 Removed lvalue cast, which generates warnings on newer gcc versions by Linus Nielsen Feltzing · 21 years ago
  79. 7c931a1 Simplified the recorder scrolling code a little by Linus Nielsen Feltzing · 21 years ago
  80. b405919 Enabled assembler optimized disk reading and writing (approx. 2 times as fast) by Jens Arnold · 21 years ago
  81. a8dab4c New screen dump feature for recorders by Linus Nielsen Feltzing · 21 years ago
  82. fafd209 Patch #881887 by Gerald Vanbaren. The red LED is now ON when recording and blinking when waiting to record (and when paused). by Linus Nielsen Feltzing · 21 years ago
  83. e61f6fa Added reset_poweroff_timer(), which can be used to prevent idle poweroff. This is also available in the plugin API. by Linus Nielsen Feltzing · 21 years ago
  84. 43d351a remove C++/C99 comment by Daniel Stenberg · 21 years ago
  85. 44e76cf Disabled automatic disk spindown (by the drive). Updated comments regarding timing by Jens Arnold · 21 years ago
  86. f77acfb Fixed a warning by Jens Arnold · 21 years ago
  87. 6157caa TABs again... by Jens Arnold · 21 years ago
  88. 36764c5 Fixed lcd_putsxyofs() for the new lcd_bitmap() by Jens Arnold · 21 years ago
  89. 6dc88dc Some TAB characters slipped in... by Jens Arnold · 21 years ago
  90. 2d446fe Fixed lcd_bitmap() to use the bitmap format generated by bmp2rb correctly. Now it works for height > 8. Adapted font transposing & changed some other places to take advantage of that. bounce.c was (apart from fonts) the only routine that used the old format correctly. by Jens Arnold · 21 years ago
  91. 195d716 Corrected the charset for old lcd of players after an incorrect change before. by Kjell Ericson · 21 years ago
  92. e48cc2a Fully assembler optimized lcd driver (another 10% real-world speedup on recorder), replaces lcd.c by Jens Arnold · 21 years ago
  93. e000e24 Faster LCD transfer routines (+35% for the player, +8% for the recorder) by Jens Arnold · 21 years ago
  94. 1aa9cda Fixed player sim warning by Jens Arnold · 21 years ago
  95. 38e8a11 Unified usage of lcd transfer code by Jens Arnold · 21 years ago
  96. bc9397d New function: rmdir(). Also some changes in the fat code, to track the parent directory in opendir(), to be able to delete directories by Linus Nielsen Feltzing · 21 years ago
  97. 51a738e Added some missing character substitutions, prompted by Eric Lassauge. by Björn Stenberg · 21 years ago
  98. ef1698e Added cluster size to the disk debug screen by Linus Nielsen Feltzing · 21 years ago
  99. 9c52b24 patch #922836 by Jens: way faster disk writing, in assembler. The code is in, but yet disabled by #define PREFER_C_WRITING unless it's proven safe for all disks. by Jörg Hohensohn · 21 years ago
  100. 8918fd8 No need to turn on the backlight for remote button presses. by Björn Stenberg · 21 years ago