summaryrefslogtreecommitdiffstats
path: root/firmware/export
AgeCommit message (Expand)AuthorFilesLines
2009-06-01Fix reds & yellowMaurus Cuelenaere1-0/+8
2009-06-01Onda VX747: try at implementing FM tuner supportMaurus Cuelenaere1-0/+8
2009-06-01Samsung YH*: Enable RTC on all, enable lcd contrast on 925.Thomas Martitz3-17/+13
2009-06-01c100: Get a regular build compiling. Very little functionality.Marc Guay1-18/+19
2009-05-31Fix typo. Not sure how it will affect targets with that CPU though...Magnus Holmgren1-1/+1
2009-05-29Remove an old safety making sure that people re-ran configure after the h120/...Frank Gevaerts1-4/+0
2009-05-29Make 'Backlight mod' an Advanced build option for the Ondios (largely inspire...Marianne Arnold2-6/+0
2009-05-27Set up the c100 for dual-booting.Marc Guay1-0/+4
2009-05-26Fix yellowMaurus Cuelenaere1-0/+2
2009-05-26Fix audio on Onda VX747Maurus Cuelenaere3-9/+3
2009-05-25Samsung YH*: enable bmp scaler and core jpeg supportThomas Martitz3-0/+18
2009-05-253 new ports: Samsung YH-820, YH-920, and YH-925. Mostly functional. Audio wor...Mark Arigo8-1/+806
2009-05-25* read_bmp_*(): add FORMAT_RETURN_SIZEMaurus Cuelenaere1-0/+1
2009-05-23don't disable usb storage by accidentFrank Gevaerts1-0/+1
2009-05-23swap bootloader and non-bootloader cases around to avoid an ugly #ifndefFrank Gevaerts1-12/+11
2009-05-23Fix wrong #ifdefsFrank Gevaerts1-2/+2
2009-05-23Reorganise USB stack defines. Now config.h decides which class drivers get en...Frank Gevaerts4-14/+43
2009-05-22Sansa AMS : remove misleading commentRafaël Carré1-1/+1
2009-05-21Move private #defines from i2c-pp.h to i2c-pp.cBertrik Sikken1-11/+0
2009-05-21Remove some unused declarationsBertrik Sikken2-2/+0
2009-05-21Sansa AMS: move OF size declaration in model specific configRafaël Carré5-0/+15
2009-05-20Sansa AMS: Centralise mapping of RAM and IRAM in as3525.h via #defines. This ...Thomas Martitz1-0/+18
2009-05-17Get interrupt endpoints fully working on Ingenic Jz4740 targetsMaurus Cuelenaere1-0/+4
2009-05-17Fix duplicate #includesBertrik Sikken1-3/+1
2009-05-16Add working USB HID driver, by Tomer Shalev (part of his GSoC work).Frank Gevaerts3-3/+14
2009-05-13Remove the HAVE_RADIO_REGION from the platform config since it's already defi...Alexander Levin1-1/+0
2009-05-06MIPS: don't save gp register when switching threadsMaurus Cuelenaere1-4/+4
2009-05-04Make JPEG and BMP scaler optional with HAVE_JPEG and HAVE_BMP_SCALING, both d...Andrew Mahone33-0/+198
2009-05-04M:Robe 500: Add backlight cleanups and fix power management so that dangerous...Karl Kurbjun1-2/+2
2009-05-02M:Robe 500 - Fix some of the Keymaps, touchscreen improvements to decrease in...Karl Kurbjun2-10/+15
2009-04-29Fix reds. libuisimulator.a apparently needs to be linked twice (aka quick fix...Thomas Martitz1-5/+4
2009-04-29Simulate lcd_enable and lcd_sleep in the simulator. Therefore, turn backlight...Thomas Martitz3-14/+15
2009-04-28M:Robe 500: Rearrage TSC2100 reads to make touchscreen more reliable, add hac...Karl Kurbjun2-7/+16
2009-04-26Enable FM radio on the sansa c200v2 (untested).Bertrik Sikken1-2/+2
2009-04-26Remove the calls to backlight_lcd_sleep_countdown from target specific code a...Thomas Martitz1-4/+1
2009-04-25Restructure backlight timeout management a bit by factoring out the get_curre...Thomas Martitz1-0/+1
2009-04-25Fix red.Thomas Martitz1-0/+11
2009-04-25Rename _buttonlight_timeout and use a function call instead of extern'ing but...Thomas Martitz1-1/+1
2009-04-21Add second buffer for YUV blitting, progressbar and FPS display in mpegplayer...Karl Kurbjun1-2/+4
2009-04-20Onda VX747: fix touchscreen issues when switching from bootloader to 'normal'...Maurus Cuelenaere1-0/+2
2009-04-20beginings of a working touchscreen interface for the WPS. 2 new tags:Jonathan Gordon1-0/+2
2009-04-19Add preliminary HID driver. It doesn't do anything yet, but that should chang...Frank Gevaerts2-0/+2
2009-04-19reorganise usb_core.c a bit, to make the code more readable and more maintain...Frank Gevaerts2-4/+22
2009-04-18USB related Cosmetics, whitespace and readability fixes (FS#10147 by Tomer Sh...Frank Gevaerts1-2/+1
2009-04-18Fix some whitespace issues (including tabs that slipped in somehow) (FS#10144...Frank Gevaerts1-2/+2
2009-04-18Onda VX747:Maurus Cuelenaere2-24/+79
2009-04-18Sync from recent linux source (FS#10142, by Tomer Shalev)Frank Gevaerts1-183/+209
2009-04-17Fix by Rafaël Carré. Puts core functions into IRAM on AMS targets with <2M...Michael Giacomelli1-2/+3
2009-04-13Update battery capacities of the sansa clip and sansa fuze.Bertrik Sikken2-6/+6
2009-04-11Fix the scrollbar boundary checking to prevent the player from freezing on sc...Karl Kurbjun1-1/+1