summaryrefslogtreecommitdiffstats
path: root/firmware
AgeCommit message (Expand)AuthorFilesLines
2010-05-22as3525v2: RTC alarmRafaël Carré6-4/+131
2010-05-22fuzev1: don't enable RTC in the bootloaderRafaël Carré1-1/+2
2010-05-21as3525v2: enable AFE (AUDIO Front End) interruptsRafaël Carré1-54/+16
2010-05-21ata: do some threading-related corrections (some sync related where it matter...Michael Sevakis2-22/+23
2010-05-21avoid overflow in puts_scroll().Teruaki Kawashima2-5/+10
2010-05-21kernel: the header says queue_peek should always be compiled in but the sourc...Amaury Pouly1-1/+1
2010-05-21dircache:Amaury Pouly1-16/+7
2010-05-21Clip+: add charging curveRafaël Carré4-9/+56
2010-05-21Fix typos in commentMichael Chicoine1-2/+2
2010-05-21usb-as3525v2: fix typo in a comment.Amaury Pouly1-1/+1
2010-05-21FS#10913: fix file browser not updated on microsd insertion/removal. This is ...Amaury Pouly1-0/+15
2010-05-20Clipv1: charging curveRafaël Carré2-5/+12
2010-05-20Clipv1: cosmeticsRafaël Carré1-5/+5
2010-05-20Clipv1: move buttonlight functions to headerRafaël Carré3-40/+15
2010-05-20Increaase default ipod 3g contrast, to a value between the last two.Torne Wuff1-1/+1
2010-05-20Clipv2: charging curve + voltage limitsRafaël Carré2-3/+11
2010-05-20usb-as3525v2:Amaury Pouly2-30/+147
2010-05-20disk/file: Do not use & on arraysRafaël Carré2-4/+3
2010-05-20fuzev2: charging curve and voltage limitsRafaël Carré2-3/+12
2010-05-20fix commentsMarcin Bukat1-2/+2
2010-05-20HD200 - increase sligtly wait states for lcd. This removes clicks in playback...Marcin Bukat1-2/+2
2010-05-20HD200 - fix button readings afrer PLL settings changeMarcin Bukat2-7/+7
2010-05-20HD200 - fix PLL settings. This fixes looong standing bug heavily affecting pe...Marcin Bukat1-4/+6
2010-05-19Gigabeat S: Use longer battery filter; lag is not a problem with voltage for ...Michael Sevakis2-1/+3
2010-05-19sd-as3525v2: masked interrupts and block size won't change, and DMA won't be ...Rafaël Carré1-17/+9
2010-05-19as3525: hide our UNCACHED_ADDR from usb_storage.cRafaël Carré5-24/+15
2010-05-19revert part of r26176 to avoid large static allocationRafaël Carré2-3/+12
2010-05-19as3525: don't use IRAM for usb, and avoid usb storage using uncached addresse...Rafaël Carré3-18/+5
2010-05-19Revert r26060. A better fix was found. The acceleration should be fixed once ...Thomas Martitz2-14/+11
2010-05-19as3514.c: clean upRafaël Carré2-72/+101
2010-05-19Handshake still grinds to a halt at some point, but it works better now.Tobias Diedrich1-52/+45
2010-05-19fix previous commitRafaël Carré1-3/+3
2010-05-19better preprocessor conditions for enabling GPIOA interruptRafaël Carré1-5/+7
2010-05-19sd-as3525: wait 100µs before disabling SD clocksRafaël Carré1-0/+4
2010-05-19as3525v2: fix end of charge detectionRafaël Carré1-1/+8
2010-05-19sd-as3525: avoid division when calculating current bank, we only deal with 1 ...Rafaël Carré1-5/+7
2010-05-19as3525: reorder vectored interruptsRafaël Carré1-8/+10
2010-05-19sd-as3525: give timeout in HZ units, not in ticksRafaël Carré1-3/+1
2010-05-19HD200 - lm339 response time is at best 300 ns so adcclk can not be too highMarcin Bukat1-0/+9
2010-05-19as3525v2: add partial usb init codeAmaury Pouly2-12/+282
2010-05-19Gigabeat S: Wrong thing messing with IPU_CONF. No fiddling is needed just yet.Michael Sevakis1-2/+0
2010-05-18Gigabeat S: Implement LCD contrast, invert and flip modes. Enhance LCD power ...Michael Sevakis5-55/+308
2010-05-18as3525v2: show adc channels in the debug menuRafaël Carré1-11/+41
2010-05-18Fuzev1: calibrated charging curveRafaël Carré2-17/+84
2010-05-18Clip+: reboot on USB insertRafaël Carré1-2/+2
2010-05-18don't let logf() and DEBUGF() be empty statementsRafaël Carré2-3/+3
2010-05-18Enable/disable second pll dynamically on usb plugin/remove.Tobias Diedrich3-8/+41
2010-05-18Build overlay plugins for all targets with PLUGIN_BUFFER <= 0x10000 bytesRafaël Carré2-2/+2
2010-05-18as3525 usb: build as3525v2 file based on CONFIG_USBOTG, and fix warningsRafaël Carré5-7/+9
2010-05-18plugins: changes for targets with small plugin buffer (Clipv1)Rafaël Carré1-1/+1