summaryrefslogtreecommitdiffstats
path: root/firmware/target
AgeCommit message (Expand)AuthorFilesLines
2010-05-26Gigabeat S: Turn off hardware effects (tone and 3d) when doing digital loopba...Michael Sevakis1-0/+10
2010-05-25as3525v1: relax a bit requirements in the SD driverRafaël Carré1-38/+41
2010-05-25as3525v2: do not deselect all cards after a SD transferRafaël Carré1-5/+0
2010-05-25as3525: find_first_set_bit() isn't built in bootloadersRafaël Carré1-1/+1
2010-05-25sdl: call SDL_Quit() before exiting when receiving the SDL_QUIT event. It is ...Amaury Pouly1-0/+1
2010-05-24as3525: Fix an oops in converting the recording API to a newer form.Michael Sevakis1-6/+7
2010-05-24Vibe 500: fix the scrolling through the lists by implementing BUTTON_REPEAT f...Szymon Dziok1-2/+20
2010-05-24fix YUV Dither for the other targets too, like in r26064.Szymon Dziok6-6/+6
2010-05-24as3525: don't destroy status when calculating IRQ number in UIRQ()Rafaël Carré1-3/+1
2010-05-24as3525: be sure all interrupts are disabled when recordingRafaël Carré1-0/+1
2010-05-24Really cleanup remaining r26253 yellow (hopefully).Michael Sevakis1-3/+4
2010-05-24Cleanup r26253 red and yellow.Michael Sevakis3-4/+4
2010-05-24Make PCM->driver interface about as simple as it will get. Registered callbac...Michael Sevakis12-332/+132
2010-05-24as3525*: sd_wait_for_state() is only used for waiting to SD_TRAN stateRafaël Carré2-12/+12
2010-05-24as3525: show unmasked interrupts on unhandled IRQRafaël Carré1-1/+8
2010-05-22as3525v2: RTC alarmRafaël Carré1-0/+8
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 Sevakis1-1/+1
2010-05-21Clip+: add charging curveRafaël Carré3-8/+55
2010-05-21usb-as3525v2: fix typo in a comment.Amaury Pouly1-1/+1
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é2-39/+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-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é1-2/+11
2010-05-19as3525: don't use IRAM for usb, and avoid usb storage using uncached addresse...Rafaël Carré1-15/+2
2010-05-19Revert r26060. A better fix was found. The acceleration should be fixed once ...Thomas Martitz1-13/+10
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 Sevakis3-23/+169
2010-05-18as3525v2: show adc channels in the debug menuRafaël Carré1-11/+41