summaryrefslogtreecommitdiffstats
path: root/firmware
AgeCommit message (Expand)AuthorFilesLines
2008-10-31Sansa Clip simulatorRafaël Carré3-18/+13
2008-10-31Sansav2 SD : minor modificationsRafaël Carré1-2/+2
2008-10-31Oops, fix red - only include ascodec-target.h when HAVE_AS3514 is definedDave Chapman1-0/+4
2008-10-31Abstract the PortalPlayer AS3514 handling with an "ascodec" API - inspired by...Dave Chapman14-59/+192
2008-10-30Sansav2 bootloader: explicitely link everything into IRAMRafaël Carré1-6/+20
2008-10-29Embryo of a SD driver for Sansav2Rafaël Carré3-0/+465
2008-10-29use ARCHOS_ONDIO* defines when checking for ondioFrank Gevaerts1-1/+1
2008-10-29correct HAVE_MULTIVOLUME vs HAVE_HOTSWAP usageFrank Gevaerts1-4/+4
2008-10-29Adding non-existing files in SOURCES no longer causes strange sysfont.h error...Björn Stenberg1-3/+1
2008-10-29Move kernel tick initialization and handling to the target tree for ones rema...Michael Sevakis6-144/+237
2008-10-29Save another 4 bytes without sacrificing performance by subroutine rearrangem...Jens Arnold1-11/+9
2008-10-29AS3525 is ARMv4, not ARMv5.Jens Arnold1-2/+2
2008-10-29FS#9511 - working lcd update (and lcd_update_rect() ) for the e200v2, working...Jonathan Gordon2-14/+9
2008-10-29fix lcd mirror and rotation problem on the e200v2. also remove a wierd whites...Jonathan Gordon1-3/+3
2008-10-29Oops, revert 18911 - this was added a couple of commits ago.Dave Chapman1-2/+0
2008-10-29e200v2 LCD - it helps to enable the DBOP clock.Dave Chapman1-0/+2
2008-10-29e200v2: implement the backlight handling (copy/paste from the c200v1/e200v1 c...Dave Chapman5-14/+85
2008-10-29e200v2 lcd: Add missing DBOP clock initializationRafaël Carré1-1/+1
2008-10-28Self-extractor for on-disk firmware image: UCL decompressor in SH1 assembler ...Jens Arnold3-72/+164
2008-10-28Make the e200v2 simulator compile - an easy job as the apps/ code is identica...Dave Chapman1-4/+6
2008-10-28Sansav2 : initializes SDRAMRafaël Carré2-1/+110
2008-10-27Fix red-- it should.Michael Sevakis1-12/+16
2008-10-27Strange little kernel optimization to ease targeting the timer tick and to li...Michael Sevakis8-126/+37
2008-10-26Fix line endings and set svn propertiesBertrik Sikken2-67/+67
2008-10-26FS#9503 - Sansa v2 audio/PMU communication driver (for the AS3525 SoC)Bertrik Sikken3-0/+162
2008-10-25A little more work on the e200v2 LCD driver (still untested - I don't own one...Dave Chapman1-53/+99
2008-10-25Remove some trailing whitespace - no functional changeDave Chapman1-4/+4
2008-10-25fill in button and backlight functions for m200 "v2"Dominik Wenger3-6/+60
2008-10-23Remove the event object in the kernel since it's rather extraneous at the mom...Michael Sevakis3-136/+0
2008-10-22iaudio7: simulatorVitja Makarov1-8/+8
2008-10-21Add c200 erase tools. The resulting .bin files can be run from e200toolFrank Gevaerts1-0/+4
2008-10-20add optional USB mass storage from ramdisk. This can be useful for developmentFrank Gevaerts1-0/+38
2008-10-20add Logik DAX USB idsFrank Gevaerts1-0/+8
2008-10-20Using polling instead of interrupts make TX work better, storage worked, but ...Vitja Makarov1-29/+48
2008-10-19add sansa m200v2 support to mkamsboot.Dominik Wenger1-0/+1
2008-10-19Oops, MI4_FORMAT shouldn't be here...Dave Chapman2-2/+0
2008-10-19Add e200v2 and m200v2 targets. Move the telechips lcd-ssd1815.c (currently u...Dave Chapman19-47/+1374
2008-10-19The GPIO registers are 8-bit, so define them as such.Dave Chapman1-8/+8
2008-10-19Codec memory reorganizationNils Wallménius39-39/+39
2008-10-18code police : fix some multiply defined variablesFrank Gevaerts1-1/+1
2008-10-18Remove the audiohw_set_nsorder() function since it is not used, only implemen...Peter D'Hoye8-37/+0
2008-10-18Make the meizu m3 load from flash, so interrupts work. More work is needed to...Frank Gevaerts5-38/+388
2008-10-18Accept FS #9496 by Przemysław Hołubowski: disable deemphasis in WM8731. Thi...Peter D'Hoye1-1/+1
2008-10-16Merge the necessary changes for the new archos firmware flash images back to ...Jens Arnold1-2/+1
2008-10-16Accept FS#9480 - centralise and organise the events in the apps/ layer. Jonathan Gordon1-11/+4
2008-10-15Simplify preprocessor symbols a bit (FS#9457). Thanks to Alexander LevinFrank Gevaerts1-6/+10
2008-10-15Split id3.c/h into metadata.c/h and metadata/mp3.c. Updated all references. M...Björn Stenberg3-866/+0
2008-10-14Red build fix: Moved PCM #defines from pcm_record.h to pcm.h. Added necessary...Björn Stenberg2-0/+25
2008-10-14Moved pcm_record from firmware to apps. Cleaned up some. Now all code using s...Björn Stenberg12-2209/+28
2008-10-14telechips usb: not ready for use but, something is working, needs improvement.Vitja Makarov3-5/+742