summaryrefslogtreecommitdiff
path: root/firmware
AgeCommit message (Expand)Author
2008-10-29Move kernel tick initialization and handling to the target tree for ones rema...Michael Sevakis
2008-10-29Save another 4 bytes without sacrificing performance by subroutine rearrangem...Jens Arnold
2008-10-29AS3525 is ARMv4, not ARMv5.Jens Arnold
2008-10-29FS#9511 - working lcd update (and lcd_update_rect() ) for the e200v2, working...Jonathan Gordon
2008-10-29fix lcd mirror and rotation problem on the e200v2. also remove a wierd whites...Jonathan Gordon
2008-10-29Oops, revert 18911 - this was added a couple of commits ago.Dave Chapman
2008-10-29e200v2 LCD - it helps to enable the DBOP clock.Dave Chapman
2008-10-29e200v2: implement the backlight handling (copy/paste from the c200v1/e200v1 c...Dave Chapman
2008-10-29e200v2 lcd: Add missing DBOP clock initializationRafaël Carré
2008-10-28Self-extractor for on-disk firmware image: UCL decompressor in SH1 assembler ...Jens Arnold
2008-10-28Make the e200v2 simulator compile - an easy job as the apps/ code is identica...Dave Chapman
2008-10-28Sansav2 : initializes SDRAMRafaël Carré
2008-10-27Fix red-- it should.Michael Sevakis
2008-10-27Strange little kernel optimization to ease targeting the timer tick and to li...Michael Sevakis
2008-10-26Fix line endings and set svn propertiesBertrik Sikken
2008-10-26FS#9503 - Sansa v2 audio/PMU communication driver (for the AS3525 SoC)Bertrik Sikken
2008-10-25A little more work on the e200v2 LCD driver (still untested - I don't own one...Dave Chapman
2008-10-25Remove some trailing whitespace - no functional changeDave Chapman
2008-10-25fill in button and backlight functions for m200 "v2"Dominik Wenger
2008-10-23Remove the event object in the kernel since it's rather extraneous at the mom...Michael Sevakis
2008-10-22iaudio7: simulatorVitja Makarov
2008-10-21Add c200 erase tools. The resulting .bin files can be run from e200toolFrank Gevaerts
2008-10-20add optional USB mass storage from ramdisk. This can be useful for developmentFrank Gevaerts
2008-10-20add Logik DAX USB idsFrank Gevaerts
2008-10-20Using polling instead of interrupts make TX work better, storage worked, but ...Vitja Makarov
2008-10-19add sansa m200v2 support to mkamsboot.Dominik Wenger
2008-10-19Oops, MI4_FORMAT shouldn't be here...Dave Chapman
2008-10-19Add e200v2 and m200v2 targets. Move the telechips lcd-ssd1815.c (currently u...Dave Chapman
2008-10-19The GPIO registers are 8-bit, so define them as such.Dave Chapman
2008-10-19Codec memory reorganizationNils Wallménius
2008-10-18code police : fix some multiply defined variablesFrank Gevaerts
2008-10-18Remove the audiohw_set_nsorder() function since it is not used, only implemen...Peter D'Hoye
2008-10-18Make the meizu m3 load from flash, so interrupts work. More work is needed to...Frank Gevaerts
2008-10-18Accept FS #9496 by Przemysław Hołubowski: disable deemphasis in WM8731. Thi...Peter D'Hoye
2008-10-16Merge the necessary changes for the new archos firmware flash images back to ...Jens Arnold
2008-10-16Accept FS#9480 - centralise and organise the events in the apps/ layer. Jonathan Gordon
2008-10-15Simplify preprocessor symbols a bit (FS#9457). Thanks to Alexander LevinFrank Gevaerts
2008-10-15Split id3.c/h into metadata.c/h and metadata/mp3.c. Updated all references. M...Björn Stenberg
2008-10-14Red build fix: Moved PCM #defines from pcm_record.h to pcm.h. Added necessary...Björn Stenberg
2008-10-14Moved pcm_record from firmware to apps. Cleaned up some. Now all code using s...Björn Stenberg
2008-10-14telechips usb: not ready for use but, something is working, needs improvement.Vitja Makarov
2008-10-13Hopefully fix the D2s 'cut and repeated LCD lines' bug (fix suggested by Fran...Rob Purchase
2008-10-12Fix a couple of factual inaccuracies in the M200 build.Rob Purchase
2008-10-12Rename the clip directory to sansa-clip to be consistent with the first (Port...Dave Chapman
2008-10-12make colours look rightFrank Gevaerts
2008-10-12Fix LCD timings on the older meizu M3 variant, so it works with a fast clock.Frank Gevaerts
2008-10-12Commit FS#9467 - initial work on port to Sansa Clip by Rafaël Carré and Fra...Dave Chapman
2008-10-12Bootloaders don't need special handling in sys_poweroff() for recording targets.Jens Arnold
2008-10-11remove dead code from firmware/target/arm/crt0.S, and conditionalise bits of itFrank Gevaerts
2008-10-11Move the S5L8700 (Meizu) crt0.S file up one level - it can be used as a gener...Dave Chapman