summaryrefslogtreecommitdiffstats
path: root/firmware/export
AgeCommit message (Expand)AuthorFilesLines
2009-09-04Fix typos in the commentAlexander Levin1-2/+2
2009-09-04Const police raid\!Nils Wallménius1-4/+4
2009-09-04Explain the stride and fix the player.Karl Kurbjun1-19/+62
2009-09-04Fix STRIDE macro for multiscreen and add stride support for picture lib.Karl Kurbjun1-2/+14
2009-09-01D2: Enable ARM cache coherency functions (eg. during codec load), which shoul...Rob Purchase1-0/+5
2009-09-01Fixed checkwps build warnings. Updated checkwps makefile to be closer to main.Björn Stenberg1-0/+4
2009-08-31Speed up the Fuze's LCD by a factor of ~2.1 (lcd_update()) by using 32bit tra...Thomas Martitz1-1/+4
2009-08-30Fix Onda VX777 boot extensionMaurus Cuelenaere1-0/+2
2009-08-30Samsung YH925: Implement lcd flipping. Although it's a questionable feature, ...Thomas Martitz1-1/+1
2009-08-29Add stride defines to support vertical stridesKarl Kurbjun2-0/+11
2009-08-21A new implementation of logf, logfdisplay and logfdump.Maurus Cuelenaere1-7/+2
2009-08-20Enable dircache for targets with 8MB RAM too (AMS Sansas, modded Archoses).Thomas Martitz1-1/+1
2009-08-20M:Robe 500: Add support for DMA based LCD updates when in Portrait mode. Tes...Karl Kurbjun1-0/+18
2009-08-19Slight cleanup in lcd.h: kill fixme and remove useless include, add some incl...Nils Wallménius2-14/+1
2009-08-18h300 has a 16 bits display, not a 2 bits.Rafaël Carré1-2/+0
2009-08-18iaudiox5 has a 16 bits display, not a 2 bits.Rafaël Carré1-3/+0
2009-08-18LCD_DEPTH == 2, vertical packing: specify if lcd framebuffer is in iram into ...Rafaël Carré6-0/+13
2009-08-18LCD_DEPTH == 2, horizontal packing: specify if lcd framebuffer is in iram int...Rafaël Carré5-0/+10
2009-08-18LCD_DEPTH == 2, vertical interleaved : specify if lcd framebuffer is in iram ...Rafaël Carré3-0/+7
2009-08-18LCD_DEPTH == 1 : specify if lcd framebuffer is in iram into the model specifi...Rafaël Carré6-2/+10
2009-08-18M:Robe 500: Increase the max icon size.Karl Kurbjun1-0/+3
2009-08-17Onda VX747: don't enable software volume control in simsMaurus Cuelenaere1-0/+2
2009-08-16* Onda VX747/VX767: fix target_id & MODEL_NUMBERMaurus Cuelenaere1-1/+1
2009-08-12TCC: Implement ECC error correction for sectors read from NAND. Tested on D2 ...Rob Purchase2-55/+47
2009-08-12D2: Re-enable SD(HC) driver as there have been no further reports of damaged ...Rob Purchase1-1/+1
2009-08-11FS#10506. Don't compile various crossfade only functions in pcmbuf.c on low ...Michael Giacomelli1-0/+5
2009-08-09M:Robe 500: Start Building at 640x480 by default.Karl Kurbjun1-3/+13
2009-08-07Samsung YH925: Support for battery monitoring and charging. Discharge curve n...Thomas Martitz1-3/+3
2009-08-01 * Move DSP_CALLBACK_* enum to sound.hMaurus Cuelenaere2-0/+21
2009-08-01Samsung YP-S3: implement button lightsBertrik Sikken1-0/+6
2009-07-29Start of a Rockbox port to the Samsung YP-S3.Bertrik Sikken2-0/+186
2009-07-29Onda VX7x7: fix error when compiling with USB_BOOT definedMaurus Cuelenaere1-0/+5
2009-07-26Re-work D2 power off behaviour.Rob Purchase1-1/+1
2009-07-26initial commit of remote support for m:robe 100 courtesy of lowlight; simulat...Robert Kukla1-1/+23
2009-07-22Disable the D2 SD driver for the time being since there are reports of damage...Rob Purchase1-1/+1
2009-07-19D2: Enable tagcache databaseRob Purchase1-1/+1
2009-07-19fix ifdef (HAVE_HOTSWAP, not HOTSWAP)Frank Gevaerts1-1/+1
2009-07-19D2: A working read/write SD(HC) driver, based on the PP equivalent. See Cowon...Rob Purchase2-1/+45
2009-07-18adapt c200v2 and view defines to the new drive/volume handling schemeFrank Gevaerts2-2/+4
2009-07-18Fix Onda VX747(+)/VX777 simulator buildMaurus Cuelenaere1-8/+6
2009-07-18Various Nano2g changes - enable the rest of crt0.S (including clock setup) an...Dave Chapman1-0/+2
2009-07-17fix ata-nand-s5l8700 compilation properly this timeFrank Gevaerts1-0/+1
2009-07-17remove obsolete nand_spinup_time() declarationFrank Gevaerts1-1/+0
2009-07-17Commit FS#9545, storage cleanup and multi-driver supportFrank Gevaerts18-186/+254
2009-07-17make ELIO_TPJ1022 bootloader compile againRobert Kukla1-1/+8
2009-07-17Add information gleaned from disassembling the main firmware image. Detect lc...Robert Keevil1-0/+11
2009-07-17Revert r21912 : "Storage API : remove undeeded target-specific functions"Rafaël Carré4-9/+18
2009-07-17Onda VX747: add dual-boot capability + make it possible to permanently 'stick...Maurus Cuelenaere1-0/+5
2009-07-17M:Robe 500: Fix simulator build and include some small changes for the 640x48...Karl Kurbjun1-13/+20
2009-07-17M:Robe 500: Start of interrupt support.Karl Kurbjun1-5/+4