summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* And the bitmap to go with rockblox - Thanks again to Gary Allen - RedZZRSteve Gotthardt2007-01-05
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11919 a1c6a512-1295-4272-9138-f99709370657
* Gigabeat gets rockblox ! Thanks to the RedZZR Gary Allen.Steve Gotthardt2007-01-05
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11918 a1c6a512-1295-4272-9138-f99709370657
* Include keys for entering Morse mode in vkeyboard for H10 and use the ↵Nils Wallménius2007-01-05
| | | | | | correct buttontable for H10 and X5 git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11917 a1c6a512-1295-4272-9138-f99709370657
* Implement pcm_set_frequency in the sim. Update Doom plugin to have sound in ↵Dan Everton2007-01-05
| | | | | | the simulator. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11916 a1c6a512-1295-4272-9138-f99709370657
* The i2c driver did not conform with i2c spec and was missing the restart. ↵Steve Gotthardt2007-01-05
| | | | | | Some of the commands worked, but not every time. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11915 a1c6a512-1295-4272-9138-f99709370657
* Switch DMA wait loop to idle CPUGreg White2007-01-05
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11914 a1c6a512-1295-4272-9138-f99709370657
* Add Volume Up/Down buttons to keymap for WPSGreg White2007-01-04
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11913 a1c6a512-1295-4272-9138-f99709370657
* Add (initial) installation instructions for the Gigabeat bootloader.Dominik Riebeling2007-01-04
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11912 a1c6a512-1295-4272-9138-f99709370657
* Enable Morse mode for virtual keyboard on h10 players and make it possible ↵Nils Wallménius2007-01-04
| | | | | | to enter line edit while in Morse mode. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11911 a1c6a512-1295-4272-9138-f99709370657
* Fix simulator buildGreg White2007-01-04
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11910 a1c6a512-1295-4272-9138-f99709370657
* CreatedGreg White2007-01-04
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11909 a1c6a512-1295-4272-9138-f99709370657
* Move invalidate_icache macro to function in GB target tree, GB onlyGreg White2007-01-04
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11908 a1c6a512-1295-4272-9138-f99709370657
* Add option to toggle LCD popwer off, gigabeat onlyGreg White2007-01-04
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11907 a1c6a512-1295-4272-9138-f99709370657
* Use DMA for Blit to screen/clearGreg White2007-01-04
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11906 a1c6a512-1295-4272-9138-f99709370657
* Flush DMA buffers for DMAGreg White2007-01-04
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11905 a1c6a512-1295-4272-9138-f99709370657
* ATA reads now use DMAGreg White2007-01-04
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11904 a1c6a512-1295-4272-9138-f99709370657
* Move system specific rebootGreg White2007-01-04
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11903 a1c6a512-1295-4272-9138-f99709370657
* Add cache controlGreg White2007-01-04
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11902 a1c6a512-1295-4272-9138-f99709370657
* Add clean_dcacheGreg White2007-01-04
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11901 a1c6a512-1295-4272-9138-f99709370657
* CreatedGreg White2007-01-04
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11900 a1c6a512-1295-4272-9138-f99709370657
* Implementing backlight fade for the Gigabeat. Note that fading is the normal ↵Steve Gotthardt2007-01-04
| | | | | | behaviour. Settings for LCD off and fade settings will be coming. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11899 a1c6a512-1295-4272-9138-f99709370657
* Added HAVE_BACKLIGHT_SET_FADING because the Gigabeat backlight works that way.Steve Gotthardt2007-01-04
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11898 a1c6a512-1295-4272-9138-f99709370657
* Added minimal changes to allow Gigabeat and other ports with settable ↵Steve Gotthardt2007-01-04
| | | | | | backlights to fade. Use define: HAVE_BACKLIGHT_SET_FADING (as opposed to the PWM). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11897 a1c6a512-1295-4272-9138-f99709370657
* Optimized the timing for the delay and changed the startup delay.Steve Gotthardt2007-01-04
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11896 a1c6a512-1295-4272-9138-f99709370657
* Moved the HAVE_USB_POWER into the !Simulator section so that the simulator ↵Steve Gotthardt2007-01-04
| | | | | | build would work. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11895 a1c6a512-1295-4272-9138-f99709370657
* Changed the delay loop to run faster and more accurate. Made the internal ↵Steve Gotthardt2007-01-04
| | | | | | functions 'static'. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11894 a1c6a512-1295-4272-9138-f99709370657
* CreatedGreg White2007-01-04
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11893 a1c6a512-1295-4272-9138-f99709370657
* Improved Sansa keymappings for Pacbox, Solitaire and Star. From FS#6466 by ↵Daniel Ankers2007-01-03
| | | | | | Piotr Jafiszow git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11892 a1c6a512-1295-4272-9138-f99709370657
* Add separate CREDITS file for the manual containing all people who ↵Dominik Riebeling2007-01-03
| | | | | | contributed a noticeable amount to it. Should be complete as of now. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11891 a1c6a512-1295-4272-9138-f99709370657
* Sansa e200 image made by Piotr Jafiszow, with the final touches from ↵Martin Arver2007-01-03
| | | | | | Marianne Arnold. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11890 a1c6a512-1295-4272-9138-f99709370657
* Added test_sampr playback samplerate testing plugin. Should show a list of ↵Michael Sevakis2007-01-03
| | | | | | rates defined for the HW_SAMPR_CAPS in the config file. Currently plays sine, triangle, sawtooth and square waves at 441Hz at the default samplerate of 44.1Khz. Changing rates will raise or lower the pitch. Add test_sampr.c to apps/plugins/SOURCES to build. Tested only on ColdFire targets so far. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11889 a1c6a512-1295-4272-9138-f99709370657
* Whoops. That file shouldn't have been changed.Michael DiFebbo2007-01-02
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11888 a1c6a512-1295-4272-9138-f99709370657
* Added a note to the ipod installation instructions explaining that Rockbox ↵Michael DiFebbo2007-01-02
| | | | | | requires the ipod to be formatted in the FAT32 file system, not HFS+. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11887 a1c6a512-1295-4272-9138-f99709370657
* Some more tweaks to the ipod installation:Dominik Riebeling2007-01-02
| | | | | | | | | | | - introduce \download for easier linking to the download server - fix some empty lines - add a link on how to identify mini 1g/2g (FS#6372) - change the ipodpatcher links from wiki to download server - add first version of the file header to the preamble that should get added to all LaTeX sources later git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11886 a1c6a512-1295-4272-9138-f99709370657
* Fix broken build for Rockbox Manual for Ipod Mini.Michael DiFebbo2007-01-02
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11885 a1c6a512-1295-4272-9138-f99709370657
* iPod USB code has already been moved to the target tree so it's not used ↵Barry Wardell2007-01-02
| | | | | | here any more. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11884 a1c6a512-1295-4272-9138-f99709370657
* Fix audio for Coldfire targets - the EMAC was being initialised in the main ↵Dave Chapman2007-01-02
| | | | | | thread, not the audio thread. Also fix some comments and kill the video thread if the audio thread can not be created. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11883 a1c6a512-1295-4272-9138-f99709370657
* Patch #5416 by Malcolm Tyrrell - Mazezam, a puzzle game. Move sliding blocks ↵Zakk Roberts2007-01-02
| | | | | | horizontally to reach the exit of each level. Should work on all bitmap-LCD targets. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11882 a1c6a512-1295-4272-9138-f99709370657
* Patch #5916 by Mat Holton - some Spacerocks improvements. Larger ship and ↵Zakk Roberts2007-01-01
| | | | | | asteroids, fixed collision detection bug, ship thruster effect and improved explosion effect. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11881 a1c6a512-1295-4272-9138-f99709370657
* Add a dummy pcm_set_frequency() function for the sim. Can someone who knows ↵Dave Chapman2007-01-01
| | | | | | SDL implement it? git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11880 a1c6a512-1295-4272-9138-f99709370657
* Export pcm_* functions in plugin API in sim.Dave Chapman2007-01-01
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11879 a1c6a512-1295-4272-9138-f99709370657
* Whoops...Zakk Roberts2007-01-01
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11878 a1c6a512-1295-4272-9138-f99709370657
* Initial implementation of audio support (44.1KHz only, mp2 or mp3, ↵Dave Chapman2007-01-01
| | | | | | mono/stereo, any bitrate) and .mpg file (MPEG program stream) parsing for mpegplayer - .m2v files are no longer supported. .mpg parser based on patch #6366 from Mathieu Favreaux. Currently limited to only playing files smaller than the available buffer RAM (it will play longer files, but never refills the buffer when it runs empty). There is also no a/v sync implemented, and still no seeking support. Coldfire (iriver H3x0 and iaudio X5) users can use the optimisations provided in patch #5995 to increase the framerate, and PortalPlayer (ipods and iriver H10) users will want to use kernel_on_cop_6.diff from FS#5755 which enables mpegplayer to run the video thread on the second CPU core - video on the second core with audio on the first core runs at the same speed as the old mpegplayer did with no audio. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11877 a1c6a512-1295-4272-9138-f99709370657
* Fully-configurable fireworks display plugin, written by me. Supported on all ↵Zakk Roberts2007-01-01
| | | | | | bitmap LCD targets except Recorder/Ondio (currently runs way too slow on those). Have fun, and happy new year! :) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11876 a1c6a512-1295-4272-9138-f99709370657
* Split the enable_fiq(fiq_handler) function into separate ↵Dave Chapman2007-01-01
| | | | | | set_fiq_handler(fiq_handler) and enable_fiq(void) functions. This allows temporary disabling of the FIQ without knowing which fiq handler is in use. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11875 a1c6a512-1295-4272-9138-f99709370657
* Another modified-build simplification: Just uncomment the #define for an ATA ↵Jens Arnold2006-12-31
| | | | | | power-off enabled player build. Read the warning though, and test before flashing such a build for the first time. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11874 a1c6a512-1295-4272-9138-f99709370657
* fix for the inline asm in CLIP on the gigabeat by Steve Gotthard (fs#6488). ↵Marcoen Hirschberg2006-12-31
| | | | | | Turns out that gcc rearranged the ASM block without volatile git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11873 a1c6a512-1295-4272-9138-f99709370657
* Increase the bits for backlight brightness for the gigabeat. Settings will ↵Marcoen Hirschberg2006-12-31
| | | | | | be reset so save them first. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11872 a1c6a512-1295-4272-9138-f99709370657
* make hold reset the settings on the gigabeatMarcoen Hirschberg2006-12-31
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11871 a1c6a512-1295-4272-9138-f99709370657
* fix previous commit and use just .textMarcoen Hirschberg2006-12-31
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11870 a1c6a512-1295-4272-9138-f99709370657