summaryrefslogtreecommitdiffstats
path: root/firmware/target
AgeCommit message (Expand)AuthorFilesLines
2010-06-17Make sure files which aren't windows-specific use \n line endings onlyRafaël Carré8-464/+464
2010-06-16Re-write the Telechips I2C delay routine in assembler to stop the compiler op...Rob Purchase1-3/+4
2010-06-16The mystery FM chip in some Sansa Clip+ players has been identified as a RDA5...Bertrik Sikken1-2/+2
2010-06-16FS#11402 by me : sd_enable for Sansa AMSv2Rafaël Carré1-2/+14
2010-06-15Support for mystery FM chip in some Sansa Clip+, FS #11403 by meBertrik Sikken1-0/+38
2010-06-15SDL target: remove mouse polling and replace it with an event-based mechanism...Maurus Cuelenaere1-35/+31
2010-06-15HD200 - use line transfers in lcd_grey_data. This gives ~25% speedup.Marcin Bukat1-7/+77
2010-06-14cowond2: make sure the i2c delay loop code is actually generated by the eabi ...Amaury Pouly1-1/+3
2010-06-14HD200 - make USB bridge handling more correctMarcin Bukat1-13/+5
2010-06-13cowond2: make the code consistent with the comments and really clear the bitsRafaël Carré1-2/+2
2010-06-12__div0: give the address of the instruction calling division to UIERafaël Carré1-3/+4
2010-06-12ARM: __div0() takes no argumentRafaël Carré1-2/+0
2010-06-12Sansa AMS: call the exception handler with the correct address when the excep...Rafaël Carré1-1/+6
2010-06-12usb-as3535v2: add more defines, reorganize/simplify things, add code for inte...Amaury Pouly2-162/+431
2010-06-11Port greylib blitting optimisation to MPIO HD200. ISR speedup is ~10%; furthe...Jens Arnold1-40/+31
2010-06-11Remove an unneccessary long call from the S5L8700 PCM FIQ handlerMichael Sparmann1-3/+1
2010-06-11Configure Gigabeat S with EABI compiler by default. Implement the INIT sectio...Michael Sevakis13-39/+45
2010-06-11pcm as3525v1: revert 26761 to use faster ASM codeRafaël Carré1-1/+14
2010-06-11s5l8700 PCM: Always call dma_callback. (fix r26253 remnants)Michael Sevakis1-1/+1
2010-06-11ata-creative-zvm: make sure return value is definedRafaël Carré1-3/+3
2010-06-11HD200 - clean up usb related functionsMarcin Bukat1-10/+6
2010-06-11HD200 - power_init() rework based on latest power consumption measurementsMarcin Bukat1-24/+41
2010-06-11HD200 - small cleanup in button_init_device()Marcin Bukat1-3/+3
2010-06-11pcm-pp: revert r26756Rafaël Carré1-5/+0
2010-06-11as3525v1: drop the asm version of mono2stereoRafaël Carré1-14/+1
2010-06-11FS#11335 by me: make ARM assembly functions thumb-friendlyRafaël Carré20-38/+54
2010-06-11arm/memset: don't use ldm to load pc when it has been stored with strRafaël Carré2-2/+2
2010-06-10Clean unused stuff out of thread.h and config.h and reorganize thread-pp.c to...Michael Sevakis1-263/+263
2010-06-09meizu m6sl: load code from IRAM, not FLASH (it eases debugging)Rafaël Carré1-1/+1
2010-06-08arm/crt0.S: s58l* don't use this file, no need for 'DFUC' stringRafaël Carré1-14/+8
2010-06-08make meizu-m6sl bootloader buildRafaël Carré2-0/+103
2010-06-08HD200 - fix lcd power save command (not used currently)Marcin Bukat1-2/+8
2010-06-07Fix byte order for Mini G2, and fix comments.Jens Arnold1-14/+14
2010-06-07as3525v1: fix r26444 which broke mic recordingRafaël Carré1-7/+17
2010-06-06Use atomic GPIO manipulation where appropriate.Jens Arnold1-7/+7
2010-06-06sd-as3525v2: check the (supposedly) card data line for business when writingRafaël Carré1-0/+6
2010-06-06Remove card_enable_monitoring() and use a mutex instead. The card_enable_moni...Frank Gevaerts6-75/+17
2010-06-06USB charging support for iPods.Torne Wuff1-0/+62
2010-06-06Fix most reds, I have no idea what's wrong with the gigabeats (yet).Thomas Martitz1-1/+33
2010-06-06Move target-simulating specific keymaps out of button-sdl.c into a file perThomas Martitz1-1659/+11
2010-06-05remane hotswap.* to sdmmc.*. The contents have nothing at all to do with hots...Frank Gevaerts7-7/+7
2010-06-05Mini2440: Fix simulator. It's touchscreen so there's button clashes when tryi...Thomas Martitz1-34/+1
2010-06-05Move delay a bit in dbop_read_input for ams sansa targets using the DBOP port...Bertrik Sikken1-2/+3
2010-06-05Implement backlight brightness for iPod G4 greyscale and iPod Color/Photo.Jens Arnold2-10/+30
2010-06-05New USB charging system, part 1 - API rework and user-visible setting updateTorne Wuff3-23/+11
2010-06-04Port greylib blitting optimisation to clipv2 and Clip+. Actual speedup can't ...Jens Arnold2-60/+30
2010-06-04Port greylib blitting optimisation to clipv1.Jens Arnold1-29/+17
2010-06-03Using void instead of unsigned char fixes the strict-aliasing warnings with -...Tobias Diedrich1-5/+5
2010-06-03sd-as3525v1: do not disable peripheral clocks in sd_enable()Rafaël Carré1-22/+7
2010-06-02Fix PP5002 builds. Somehow an #else went missing along the line.Michael Sevakis1-0/+1