summaryrefslogtreecommitdiffstats
path: root/firmware/export
AgeCommit message (Expand)AuthorFilesLines
2009-06-29Move coldfire timer code in the target treeRafaël Carré1-4/+2
2009-06-29Move PNX0101 timer code in the target treeRafaël Carré1-3/+1
2009-06-28Create an udacodec interface (similar to ascodec and wmcoded) and adapt/imple...Bertrik Sikken2-2/+33
2009-06-28Add RTC driver for Seiko S35390A (used in the Meizu M3 and possibly other Mei...Bertrik Sikken1-2/+2
2009-06-27S5L8700: implement i2c driver (used for communicating with the RTC and the co...Bertrik Sikken1-0/+32
2009-06-27Meizu M3: implement logarithmic brightness curve (curve provided by markun) a...Bertrik Sikken1-2/+2
2009-06-24Onda VX747: fix DEFAULT_BRIGHTNESS_SETTINGMaurus Cuelenaere1-1/+1
2009-06-24Onda VX747: make backlight setting range from 1->16 instead of 0->15Maurus Cuelenaere1-2/+2
2009-06-24Use a logarithmic scale for the Onda VX747 backlight (thanks to Bertrik Sikken)Maurus Cuelenaere1-3/+3
2009-06-23Implement PWM backlight driver for the Meizus. Update Meizu M3 bootloader to ...Bertrik Sikken1-4/+3
2009-06-21Do not use lcd_blit_yuv() if MEMORYSIZE <= 2, since mpegplayer won't run anyw...Rafaël Carré1-0/+2
2009-06-20Make ATA poweroff an advanced build option for the Player.Jens Arnold1-4/+0
2009-06-20Enable charging on the Sansa Fuze (charging/discharging curves are still unca...Bertrik Sikken1-2/+2
2009-06-20* Commit a modified FS#10354 (thanks to Davide Quarta) - add support the VX74...Maurus Cuelenaere2-3/+11
2009-06-19Philips SA9200: Working touchpad and button lights! Also, improvements to the...Mark Arigo2-2/+12
2009-06-19Clean up the Synaptics touchpad driver.Mark Arigo1-5/+3
2009-06-18Confirm USB VID/PID of Samsung YH920Rafaël Carré1-1/+0
2009-06-18Ingenic Jz4740: enable IRAM (only core, without ibss)Maurus Cuelenaere1-2/+3
2009-06-18Sansa c200v2 : support more hardwareRafaël Carré1-7/+9
2009-06-17Sansa c200v2 : lcd & backlight support, using the c200v1 lcd driverRafaël Carré1-21/+15
2009-06-16Touchscreen targets: add calibration screen + rewrite calibration driver (FS#...Maurus Cuelenaere1-4/+10
2009-06-12Add iAudio M5 FM radio mod to the advanced build options. * Unify iAudio audi...Jens Arnold1-0/+10
2009-06-10Onda VX747: support FAT16Maurus Cuelenaere1-1/+4
2009-06-09Properly implement backlighting on Onda VX7x7 (using PWM).Maurus Cuelenaere1-8/+5
2009-06-09Alright, revert r21229 for now. Stupid me forgetting about the inclusion sequ...Thomas Martitz1-2/+2
2009-06-08Use the AMS_LOWMEM define to indicate memory size as the .lds files do in con...Thomas Martitz1-2/+2
2009-06-08FS#10048 : enable MMU and data cache on Sansa AMS to give a major speed upRafaël Carré1-4/+8
2009-06-08M:Robe 500: Mostly complete USB driver, supports BULK mode currently and gets...Karl Kurbjun3-1/+120
2009-06-06Replace 1UL in BIT_N with 1U to avoid turning it into a 64-bit operation on 6...Andrew Mahone1-1/+1
2009-06-06Fix undefined BIT_N on non-SH targets.Andrew Mahone1-2/+2
2009-06-06Add a system-wide BIT_N macro, implemented via an LUT on SH, and use it in th...Andrew Mahone1-0/+4
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