summaryrefslogtreecommitdiffstats
path: root/firmware
AgeCommit message (Expand)AuthorFilesLines
2010-03-31Clipv2/Clip+ : use CHG_IN adc channel, it seems to work better than BVDD and ...Rafaël Carré1-3/+5
2010-03-29Fix bootloader red, it doesn't have backlight handling.Thomas Martitz1-0/+4
2010-03-29fuzev2 FM doesn't work (yet), don't try to record from itRafaël Carré2-2/+2
2010-03-29Fuzev2: Preliminary button support. Scrollwheel does not work yet.Thomas Martitz1-2/+92
2010-03-29as3525v2: microphone recordingRafaël Carré1-0/+10
2010-03-29as3525v2 : recording (FM only, no microphone yet)Rafaël Carré5-68/+79
2010-03-29as3525v2: FM playback (only tested on Clip+)Rafaël Carré2-3/+21
2010-03-29as3525: CGU_USB has only 3 bits for the dividerRafaël Carré1-6/+6
2010-03-29as3525v2: factorize writing to ascodec PMURafaël Carré4-18/+18
2010-03-29as3543: name 0x1b & 0x1c registersRafaël Carré4-18/+22
2010-03-29Clipv2/Clip+ : turn off backlight in 0x1b registerRafaël Carré3-5/+7
2010-03-29Fuzev2: fix backlight brightnessRafaël Carré2-21/+11
2010-03-28Fuzev2: it seems we need to set bit 3 when selecting PMU subregisterRafaël Carré1-4/+4
2010-03-28Fuzev2: cleanup backlight code (still not working correctly)Rafaël Carré1-6/+8
2010-03-28Fuzev2: fix LCDRafaël Carré1-20/+20
2010-03-28Fuzev2: edit configRafaël Carré1-4/+1
2010-03-28Fuzev2: fix lcdRafaël Carré1-47/+2
2010-03-27Remove unnecessary (and incorrect) acks after stalling the control endpointFrank Gevaerts1-10/+0
2010-03-27Fuzev2: fix normal build: enable charging properly, disable FM, use as3525v2 cpuRafaël Carré2-5/+5
2010-03-27Fuzev2: µSD detect pin is A2 like Clip+, but the meaning is reversedRafaël Carré1-0/+6
2010-03-26sd-as3525v2.c Organize construction of MCI_COMMAND so it is more apparent w...Jack Halpin1-20/+22
2010-03-26Fuzev2: fix build, use suited bitmap toolRafaël Carré1-0/+4
2010-03-26Clip+: fix battery voltage reading when charging : use ADC_RTCSUP like e200v1Rafaël Carré1-0/+6
2010-03-26Use STORAGE_WANTS_ALIGN to make clear it's not a strict necessityRafaël Carré3-20/+15
2010-03-25Accept expressions in CACHE_OVERLAP() macroRafaël Carré1-1/+1
2010-03-25Make storage alignement use cache alignement macrosRafaël Carré5-18/+28
2010-03-25Commit a HID fix by gevaerts that prevent the HID driver to call usb_drv_send...Amaury Pouly1-0/+14
2010-03-25Fix usb-arc driver: the driver would prematurely mark a transfer as complete ...Amaury Pouly1-4/+17
2010-03-24sd-as3525v2.c Implement HS timings for those cards that are capable.bootloader_sansaclipv2_sansaclipplus_v1Jack Halpin1-2/+21
2010-03-24sd-as3525v2.c Don't reset controller on every pass through the transfer loop.Jack Halpin1-5/+8
2010-03-24sd-as3525v2.c Adjust comments for MCI_INT bits to show if they are related ...Jack Halpin1-18/+18
2010-03-23Packard Bell Vibe 500: remove the old bootloader code (actually a lack of cod...Szymon Dziok1-1/+1
2010-03-23SansaAMSv2: Give register CGU_BASE + 0x3C the name CGU_SDSLOT.Jack Halpin4-9/+19
2010-03-23No intentional warnings.Björn Stenberg1-4/+0
2010-03-23Make this properly dependend on the right defines instead of a blacklist.Tobias Diedrich1-1/+1
2010-03-23Limit AUDIO_IRQ handling to AS3525, since it doesn't work on the newer SoC in...Tobias Diedrich4-11/+48
2010-03-23fix previous revision by using correct definition of i2c prescalerRafaël Carré1-1/+1
2010-03-23as3525: do not read i2c2_cpsr* registers because the clock might be disabledRafaël Carré1-1/+1
2010-03-23fix r25297 : make ascodec-target.h empty when building simRafaël Carré1-0/+4
2010-03-23Implement software pwm to control c200v2 display brightness.Tobias Diedrich3-5/+161
2010-03-23Add handler for audio irq.Tobias Diedrich9-25/+208
2010-03-23Rewrite ascodec_as3514.c to use interrupts.Tobias Diedrich3-47/+314
2010-03-22sd-as3525v2: read cid & csd in the correct order, fix disk infoRafaël Carré1-4/+6
2010-03-22FS#11118: reduce the number of cached sector in FAT code because some are use...Amaury Pouly2-119/+99
2010-03-22sd-as3525v2.c We don't need to disable/enable MCI_CLKENA in send_cmd().Jack Halpin1-6/+0
2010-03-22sd-as3525v2.c Enable disk access icon.Jack Halpin1-0/+3
2010-03-22sd-as3525v2.c Use MCI_MASK instead of data_transfer flag to determine if da...Jack Halpin1-7/+4
2010-03-22sd-as3525v2.c Add macros to distinguish between a CMD error and a DATA error.Jack Halpin1-7/+18
2010-03-22sd-as3525v2 Remove post transfer wait for state call and move pre transfer w...Jack Halpin1-20/+14
2010-03-22sd-as3525v2.c Use SD_DESELECT_CARD instead of SD_SELECT_CARD to make the co...Jack Halpin1-2/+3