- 4b3501f Code policed (removed tab chars, no C++ comments, line length); all register manipulation hex values match register width. No code change. by Jens Arnold · 20 years ago
- 059ada5 Make sure the time is updated before blocking in button_get() by Linus Nielsen Feltzing · 20 years ago
- a0d5bea The debug output now reports the correct mpeg layer by Linus Nielsen Feltzing · 20 years ago
- e745dc8 specify mode in mkdir by Daniel Stenberg · 20 years ago
- bb2bd14 No support questions as bug reports, please by Björn Stenberg · 20 years ago
- 0794ffb Updated Q76, dir buffer full by Linus Nielsen Feltzing · 20 years ago
- 303b4ab Button driver overhaul: (1) Unified the button driver functions as much as possible (2) Proper #defines for FM recorder button ADC channels (3) Got rid of old port B #defines only valid for recorder (4) button filtering for all models (5) RoLo with ON after panic should now work for FM/V2 by Jens Arnold · 20 years ago
- bbc5931 Properly initialize Port A button input pins (player coldstart) by Jens Arnold · 20 years ago
- a5a6fa9 Correctly display paused state by Jens Arnold · 20 years ago
- 8e43f77 Fixed register table by Jens Arnold · 20 years ago
- 569b998 Patch #1048937 by Jacob Erlbeck, Metronome tap speed entry by Linus Nielsen Feltzing · 20 years ago
- c30dcb8 Remote control working again by Jens Arnold · 20 years ago
- 56a6fdd Added important info for Ondio users by Jens Arnold · 20 years ago
- 154f343 Updated the release version to 2.3, plus some minor corrections. by Linus Nielsen Feltzing · 20 years ago
- c9d41b4 Make the simulator builds acknowledge the plugins variable set in the configure by Daniel Stenberg · 20 years ago
- 73d3b18 Adjusted version criteria for newplayer check according to latest findings by Jens Arnold · 20 years ago
- 6fa2570 checksum calculation was wrong (must be the sum of unscrambled), thanks Jens by Jörg Hohensohn · 20 years ago
- f05dec5 Retry initializing the harddisk with hard reset in case the first try fails. Fixes panic when starting flashed rockbox by leaving the archos charging screen with On. by Jens Arnold · 20 years ago
- 8737b37 No ROMBox for FM Recorder by Linus Nielsen Feltzing · 20 years ago
- d4e5397 Renamed has_new_lcd() to is_new_player(), and got rid of the alias by Jens Arnold · 20 years ago
- 011835d iRiver: attempt to set up the SDRAM correctly by Linus Nielsen Feltzing · 20 years ago
- 47e8773 An attempt to set the radio in a more defined state at boot by Linus Nielsen Feltzing · 20 years ago
- dbd11c9 The player also has MAS poweron reset, handle it. by Jens Arnold · 20 years ago
- 67b17e1 Show rockbox logo again after leaving the charging screen, to provide better visual feedback by Jens Arnold · 20 years ago
- 14c72f2 Code cleanup by Jens Arnold · 20 years ago
- 61753a8 Fixed a simulator warning, and disabled some unused code for targets without charging (Ondio) by Jens Arnold · 20 years ago
- 2996d17 Animated charging screen for player by Jens Arnold · 20 years ago
- b3e31b9 Fix: Properly apply the backlight settings for the charging screen by Jens Arnold · 20 years ago
- 3999bc0 Fixed a warning by Jens Arnold · 20 years ago
- 7ebb5d9 Moved player ATA power handling to the correct functions by Jens Arnold · 20 years ago
- bdba1d0 Include .ucl files for players by Jens Arnold · 20 years ago
- b7638be Fix: read the correct registers for player HD spindown by Jens Arnold · 20 years ago
- 4820177 Enable building flashed rockbox and rombox for players by Jens Arnold · 20 years ago
- cbf9da4 Added make clean by Jens Arnold · 20 years ago
- 09280d0 Player: initialize backlight control pin (for coldstart) by Jens Arnold · 20 years ago
- 2a89e7d New players: switch on the HD in ata_init() by Jens Arnold · 20 years ago
- b8b94f1 Adjustments for player bootloader: (1) Correct HD power pin polarity. (2) Only power on HD if not started by charger insertion. (3) Changed button read to use port C instead of ADC. This allows for 3 buttons as on the other platforms. by Jens Arnold · 20 years ago
- 0044a04 the -t test option now does no memory test, but enables 38400 baud on players by Jörg Hohensohn · 20 years ago
- 50d363f HD spindown for Players by Jörg Hohensohn · 20 years ago
- c519e63 Makefile and adjustments for compiling uart_boot under cygwin by Jens Arnold · 20 years ago
- 3023700 There will soon exist bitmapped players without RTC (iRiver) by Linus Nielsen Feltzing · 20 years ago
- e68ccbd Added iRiver button codes by Linus Nielsen Feltzing · 20 years ago
- e17938c Added ADC_UNREG_POWER for the iRiver, for compatibility by Linus Nielsen Feltzing · 20 years ago
- 359ef77 Bug fix: Unit for the 'Peak Release' setting was not displayed, and calling that setting caused a NULL pointer access by Jens Arnold · 20 years ago
- bb4872e We use the apps/recorder dir for the iriver build as well by Linus Nielsen Feltzing · 20 years ago
- 7c5f5f5 iRiver: SWAB16 and SWAB32 macros by Linus Nielsen Feltzing · 20 years ago
- 3ad0879 Correct polarity for the iRiver backlight pin by Linus Nielsen Feltzing · 20 years ago
- 003247e Added iRiver ADC tick task by Linus Nielsen Feltzing · 20 years ago
- 0decb00 Added iRiver button handling by Linus Nielsen Feltzing · 20 years ago
- 27d00ca Added iRiver ADC channel info by Linus Nielsen Feltzing · 20 years ago
- fea2472 Added iRiver button codes by Linus Nielsen Feltzing · 20 years ago
- 6acdfd7 Correct keyboard type by Linus Nielsen Feltzing · 20 years ago
- b98e74e Added IRIVER_H100_PAD by Linus Nielsen Feltzing · 20 years ago
- 1a479d6 Late-add the final silence clip to the queue. This ensures correct shutup() while that clip is playing. Swallowed clip beginnings should be finally gone now. Optimization of the queue pointer handling. by Jens Arnold · 20 years ago
- fee06d6 Bug fix: First dereference, then subscript, instead of vice versa. The old code never stored the correct header, and even caused NULL pointer accesses. by Jens Arnold · 20 years ago
- 24e6dff append the "silence" clip at the end of voice output, this avoids clicks and missing ends especially with low bitrates by Jörg Hohensohn · 20 years ago
- 605cf4c Fix: my previous adjustments broke access to external MMC on newer Ondio models (mask bit 2 == 1). Xor operator works bitwise, so both operators need to be logical values here by Jens Arnold · 20 years ago
- 2cf1a89 Ondio: adjustments for models with mask bit 2 == 0 (different MMC clock select circuitry) by Jens Arnold · 20 years ago
- 6554417 Only sort once by Björn Stenberg · 20 years ago
- 6b4e5f8 You can now leave the playlist viewer with OFF, and the hold-Play context menu works better now by Linus Nielsen Feltzing · 20 years ago
- 4bd3e61 The favorites plugin can now be a viewer as well by Linus Nielsen Feltzing · 20 years ago
- 3351905 Removed annoying debug output by Linus Nielsen Feltzing · 20 years ago
- 34145af Simplified ID3 tag handling, removing the nasty NULL pointer accesses. Correct handling of missing/corrupt tracks in playlists. by Linus Nielsen Feltzing · 20 years ago
- 8071de3 Added space to name prefix by Björn Stenberg · 20 years ago
- 9bcd2a9 Better feedback by Linus Nielsen Feltzing · 20 years ago
- f78524b Bug fix: Do only flush the sector buffer after writing head bytes if it really needs to be. The old code did flush always, causing the huge slowdown of fprintf() and other places writing byte-wise by Jens Arnold · 20 years ago
- 0b959cf iRiver: Now sets the LCD RESET pin correctly by Linus Nielsen Feltzing · 20 years ago
- 890558e The tools are to be built with the native compiler by Linus Nielsen Feltzing · 20 years ago
- 685aeb5 Handle invalid playlist entries properly in new_file(). This fixes bug report #1060759 by Linus Nielsen Feltzing · 20 years ago
- 7b95e60 Improved keyboard handling for Ondio, avoiding unintuitive key combos: (1) Uses 2 modes, picker and line edit, selectable by moving the cursor vertically. (2) Flips between pages on left/right wrap. No dedicated shift key. by Jens Arnold · 20 years ago
- aeedd7d Increased MMC init timeout (again), and sleep() between consecutive tries. by Jens Arnold · 20 years ago
- 31e2e01 Increased init timeout to account for some very slow (SD) cards by Jens Arnold · 20 years ago
- 1f6c480 Only voice the MMC remove prompt if voicing is enabled by Jens Arnold · 20 years ago
- 0ee36f8 Removed workaround for non-zeroed bss. Added a little optimization for pause mode by Jens Arnold · 20 years ago
- 4533d62 Prepend user to subject string by Björn Stenberg · 20 years ago
- 803c87d New weird syntax by Björn Stenberg · 20 years ago
- 83b8ede Const is allowed. by Björn Stenberg · 20 years ago
- 727d8d2 Use new info format by Björn Stenberg · 20 years ago
- d4c1fc6 Corrected hostname by Björn Stenberg · 20 years ago
- 383df5c Using new debian syncmail by Björn Stenberg · 20 years ago
- 1710e38 Fixed the player sim. There is no SH1 hardware in the simulator... by Jens Arnold · 20 years ago
- 2e290d6 Important step towards player flashing: LCD inits for both new LCD (confirmed working) and old LCD. by Jens Arnold · 20 years ago
- ca81ed2 Zero out plugin RAM before loading a plugin, to ensure a properly zeroed bss area. This matters because gcc puts zero-initialized data into bss by Jens Arnold · 20 years ago
- f497a56 Downtime due to maintenance by Björn Stenberg · 20 years ago
- 2024e19 Set style for 'html' too by Björn Stenberg · 20 years ago
- 00321de Correct polarity for NewPlayer HD power control. by Jens Arnold · 20 years ago
- e345679 Fixed iriver simulator build by Björn Stenberg · 20 years ago
- d15d155 Turn off the recording LED before reporting disk-full errors. Fixes bug report #1061647 by Linus Nielsen Feltzing · 20 years ago
- f540e5c Unique error codes by Jens Arnold · 20 years ago
- db14d8e New plugin: Oscilloscope, with the thought-to-be impossible horizontal aspect by Jens Arnold · 20 years ago
- 8ed5003 Ondio: Increased PLAY_PENDING thresholds for smooth playback of all bitrates right from the start by Jens Arnold · 20 years ago
- 6fde243 Player: Slightly shorter MAS poll interval fixes playback of 384 kbps 48 kHz layer 2 files. Others: Correct serial bitrate allows increasing the postpone_dma_tick delay a bit without disturbing playback of same files. by Jens Arnold · 20 years ago
- 1c9ab1b Reverted to the earlier modulo method for creating a range of random numbers, since the new method could generate too large numbers by Linus Nielsen Feltzing · 20 years ago
- 04c5ecb Wrong typing caused a very skewed random number distribution by Linus Nielsen Feltzing · 20 years ago
- 8366394 Set the MAS serial bitrate to 1 MBit/s as intended. Fixed comment on frequency. by Jens Arnold · 20 years ago
- 319d5f7 new_file() now correctly bails out if all files in the playlist are corrupt. This fixes bug report #1060753. by Linus Nielsen Feltzing · 20 years ago
- b109e93 Removed #include math.h by Linus Nielsen Feltzing · 20 years ago
- ade3387 Removed the depfile dependency for the .elf target, so all plugins aren't relinked every time a plugin source file changes by Linus Nielsen Feltzing · 20 years ago
- 08ef046 Changed windows installer info by Linus Nielsen Feltzing · 20 years ago
- 4963be2 Updated uninstallation instructions by Linus Nielsen Feltzing · 20 years ago