summaryrefslogtreecommitdiffstats
path: root/firmware/target
AgeCommit message (Expand)AuthorFilesLines
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
2010-05-18Fuzev1: calibrated charging curveRafaël Carré2-17/+84
2010-05-18Enable/disable second pll dynamically on usb plugin/remove.Tobias Diedrich2-8/+34
2010-05-18as3525 usb: build as3525v2 file based on CONFIG_USBOTG, and fix warningsRafaël Carré2-2/+5
2010-05-18HD200 - change how adc is scanned (inspired by amiconn)Marcin Bukat2-22/+21
2010-05-18Rename sdl lcd initialization to (remote_)lcd_init_device which enables remov...Thomas Martitz5-9/+6
2010-05-18as3525v2: add usb driver stub, enable usb phy&core initAmaury Pouly3-1/+353
2010-05-18Ok, this time I double-checked for warnings...Tobias Diedrich1-5/+2
2010-05-18And don't forget the return values...Tobias Diedrich1-0/+8
2010-05-18And of course the stubs still need to be there...Tobias Diedrich1-0/+84
2010-05-18Obviously this should not be built on AS353x...Tobias Diedrich1-0/+4
2010-05-18This change wasn't supposed to be in there yet.Tobias Diedrich1-3/+0
2010-05-18Not quite working yet, but almost.Tobias Diedrich2-157/+831
2010-05-17A bit further cleanup in system-sdl.c.Thomas Martitz1-3/+2
2010-05-17Fix another warning which strangely only occurs on cygwin.Thomas Martitz1-0/+1
2010-05-17Restore changes of r25809 that got lost in the target tree movement and fix s...Thomas Martitz2-3/+8
2010-05-17as3525: correctly detect usb status if we boot with USB pluggedRafaël Carré1-0/+6
2010-05-17as3514/as3543 fixesRafaël Carré7-92/+142
2010-05-17Fix FS#11280Thomas Martitz3-13/+73
2010-05-17Do s/SWAP_WORDS/ATA_SWAP_WORDS/ to prevent namespace clashes.Maurus Cuelenaere2-35/+35
2010-05-17HD200 - use optimised read&write routines from ata-as-coldfire.S and drop hd2...Marcin Bukat2-751/+0
2010-05-17Integrate byte swap of ata word into ata-as-coldfire.SMarcin Bukat1-6/+224
2010-05-17HD200 - decrease wait states for lcd when boostedMarcin Bukat1-1/+1
2010-05-17HD200 minor lcd asm routines adjustmentsMarcin Bukat1-5/+5
2010-05-16Clipv2/+ : ascodec register 0x25 is not related to backlightRafaël Carré2-4/+0
2010-05-16memset is in string.h, not memory.h.Thomas Martitz1-1/+1
2010-05-16as3525: don't use incomplete USB code when chargingRafaël Carré1-1/+1
2010-05-16as3525: make sure we don't use a negative number of sectorsRafaël Carré2-4/+14
2010-05-16Fix building on cygwin.Thomas Martitz1-0/+1
2010-05-16as3525v1 use an as3515 audio codec/PMU, not an as3517 as previously thoughtRafaël Carré1-3/+3
2010-05-15Correct button_read_device prototype for HAVE_BUTTON_DATA.Thomas Martitz1-0/+4
2010-05-15Fix last reds, database tool definitely needs rework.Thomas Martitz1-0/+2
2010-05-15- Move uisimulator/sdl/*.[ch] into the target tree, under firmware/target/hos...Thomas Martitz18-0/+4963
2010-05-15YUV Dither: r12 saving was removed but stacked parameter load offset wasn't c...Michael Sevakis2-2/+2
2010-05-15adc-as3514.c: cosmeticsRafaël Carré1-24/+24
2010-05-15fuzev2: leave at least 3ms between scrollwheel eventsRafaël Carré1-10/+13
2010-05-15fuzev2: fix buttonlight flashing on µSD access (2nd try)Rafaël Carré2-5/+2
2010-05-15Gigabeat S: There's no reason to pause the LCD DMA when changing the framebuf...Michael Sevakis1-2/+0
2010-05-15Hopefully finish off the red from r26051.Michael Sevakis1-1/+5