summaryrefslogtreecommitdiff
path: root/firmware/target
AgeCommit message (Expand)Author
2009-08-12M:Robe 500: Put the irq stack and fiq stack in iram. Reduce memory for fiq s...Karl Kurbjun
2009-08-11Fix endpoint allocationFrank Gevaerts
2009-08-11Sansa AMS: identify interrupts with no source setRafaël Carré
2009-08-10Remove the comment also, Thanks to Rafaël Carré for spotting.Thomas Martitz
2009-08-10Fix FS#10486 - "fuze screen not drawn correctly on backlight turn-on if playl...Thomas Martitz
2009-08-10M:Robe 500: Get MPEGPlayer running at 320x240. Screen is zoomed so larger vi...Karl Kurbjun
2009-08-09Samsung YP-S3: add beginning of a low-level NAND driver and update bootloader...Bertrik Sikken
2009-08-09Fix ZVMKarl Kurbjun
2009-08-09M:Robe 500: Start Building at 640x480 by default.Karl Kurbjun
2009-08-08Apply FS#10447 - e200v2 lcd driver cleanup by Michael ChicoineBertrik Sikken
2009-08-08Samsung yp-s3: clean up the lcd and button driver (making things static, rena...Bertrik Sikken
2009-08-07Samsung YH925: Battery calibration for charging and dischharging.Thomas Martitz
2009-08-07Samsung YH925: Support for battery monitoring and charging. Discharge curve n...Thomas Martitz
2009-08-06Revert static-ing of iim_prod_rev, this function is never used so it causes a...Bertrik Sikken
2009-08-06Various files: make functions static if they're local or make sure there is a...Bertrik Sikken
2009-08-05Samsung YP-S3: allow player to stay powered up without the USB cable plugged ...Bertrik Sikken
2009-08-02Samsung YP-S3: update backlight brightness curve again (can't go all the way ...Bertrik Sikken
2009-08-02Pluginlib: Add support for general buttons. Add menu and quit buttons to Rev...Karl Kurbjun
2009-08-01Fix red: only use SW_VOLUME_MIN if HAVE_SW_VOLUME_CONTROL is definedMaurus Cuelenaere
2009-08-01 * Move DSP_CALLBACK_* enum to sound.hMaurus Cuelenaere
2009-08-01Samsung YP-S3: update backlight brightness curve so backlight is still on at ...Bertrik Sikken
2009-08-01Meizu: update backlight brightness curve so backlight is still on at the mini...Bertrik Sikken
2009-08-01Philips SA9200: initialize i2c, i2s, and as3514 as the OF does. Fixes clicks/...Mark Arigo
2009-08-01Samsung YP-S3: implement button lightsBertrik Sikken
2009-08-01Samsung YP-S3: implement headphones detectionBertrik Sikken
2009-08-01Ingenic Jz4740 timer driver: fix stupid mistakeMaurus Cuelenaere
2009-08-01M:Robe 500/M66591: Add support for full-speed USB transfers, and fix the UART...Karl Kurbjun
2009-08-01Samsung YP-S3: implement button driver for the touch keys (and the hold/power...Bertrik Sikken
2009-07-30Meizu M3: check LCD_STATUS in the lcd driver instead of using delay loopsBertrik Sikken
2009-07-29Start of a Rockbox port to the Samsung YP-S3.Bertrik Sikken
2009-07-29Fix FS#5230 - reinit the opto-i2c after disabling hold so the buttons work againJonathan Gordon
2009-07-27Meizu: fix mask for GPIO function selection used for fmradioBertrik Sikken
2009-07-27Jz4740 timer driver: only init timer in timer_set() when start is trueMaurus Cuelenaere
2009-07-27Jz4740 PCM driver: do 32-bit or 16-bit burst sizes if 16-byte ones won't fit ...Maurus Cuelenaere
2009-07-27Jz4740 PCM driver: check whether pcm_callback_for_more isn't NULL (fixes metr...Maurus Cuelenaere
2009-07-26Re-work D2 power off behaviour.Rob Purchase
2009-07-26initial commit of remote support for m:robe 100 courtesy of lowlight; simulat...Robert Kukla
2009-07-26Ingenic Jz4740 targets: turn backlight on when an exception occurs and EXTEND...Maurus Cuelenaere
2009-07-26Onda VX747: don't fully init the LCD when not doing an USB_BOOT compile (fixe...Maurus Cuelenaere
2009-07-25D2: Fix the POWER button check after an exception/panic. Make this power the ...Rob Purchase
2009-07-25Revert r22034 since the backlight handling functions are not consistently nam...Rob Purchase
2009-07-25Make the panic and UIE handlers turn on the backlight (needed for various col...Rob Purchase
2009-07-25Oops, too many files were committed in r22025, revert this one. The other ch...Dave Chapman
2009-07-25Correct the memory sizes (IRAM and DRAM) for the Nano2G.Dave Chapman
2009-07-22D2: Notify the backlight driver when the HOLD button is toggled. Fixes FS#10451.Rob Purchase
2009-07-22Commit part of FS#9873 - Utilise buttons for playlistingThomas Martitz
2009-07-20Nano2G Backlight driver improvements - the previous version didn't work relia...Dave Chapman
2009-07-20sd_first_drive is only used when HAVE_HOTSWAP is defined, so add appropriate ...Frank Gevaerts
2009-07-20Make sd_present() and mmc_present() look only at the actual presence of a car...Frank Gevaerts
2009-07-20take first_drive into account when handling hotswap. This is not important as...Frank Gevaerts