summaryrefslogtreecommitdiffstats
path: root/firmware/target/arm/samsung
AgeCommit message (Expand)AuthorFilesLines
2010-09-20*/app.lds: remove STUBOFFSETRafaël Carré1-8/+2
2010-08-08Various minor fixes for Samsung YH* targetsBertrik Sikken3-0/+3
2010-06-11FS#11335 by me: make ARM assembly functions thumb-friendlyRafaël Carré3-5/+5
2010-05-24fix YUV Dither for the other targets too, like in r26064.Szymon Dziok2-2/+2
2010-05-06Move c/h files implementing/defining standard library stuff into a new libc d...Thomas Martitz1-1/+1
2010-03-08Fix a bunch of boot.lds files so that they build with newer ld. The stack/bss...Thomas Martitz1-2/+2
2010-03-03Fix remaining reds. I forgot to change the app.lds of the other PP targets (i...Thomas Martitz1-3/+15
2010-01-03Fix tabsAndree Buschmann1-1/+1
2009-11-03Comment out LOGF_ENABLE defines everywhere, replace evil commentsJeffrey Goode1-1/+1
2009-10-20Convert lcd_activation callbacks to use the event system to allow for multipl...Thomas Martitz2-2/+2
2009-10-03Samsung YH920 : fix lcd_blit_mono displaying twice too wideRafaël Carré1-11/+15
2009-10-03Samsung YH920 LCDRafaël Carré2-41/+4
2009-10-03Bugfix: On vertically packed 2bpp LCDs a grey pixel block is only 4 pixels, s...Jens Arnold1-37/+18
2009-10-02Forgotten in r22876 : remove (void)arg;Rafaël Carré1-15/+0
2009-10-02Samsung YH920 : greylib support based on ipod/lcd-as-gray.SRafaël Carré2-7/+172
2009-09-08Samsung YH925: Reset the LCD orientation to what the OF expects before branch...Thomas Martitz1-0/+12
2009-09-05Fix display bug in the Samsung YH-920 on partial lcd updates.Mark Arigo1-1/+1
2009-09-01YH920 : enable battery reading (uncalibrated yet)Rafaël Carré1-2/+1
2009-09-01Enable sound on the Samsung YH-920Mark Arigo1-0/+5
2009-08-30Fix x_offset for YUV blitting.Thomas Martitz1-0/+2
2009-08-30Dreaded last minute changes at 4am :( Fix red.Thomas Martitz1-1/+1
2009-08-30Samsung YH925: Implement lcd flipping. Although it's a questionable feature, ...Thomas Martitz1-22/+33
2009-08-24Samsung YH925: Correct a typo in the battery calibration.Thomas Martitz1-1/+1
2009-08-19fix redNils Wallménius1-0/+2
2009-08-07Samsung YH925: Battery calibration for charging and dischharging.Thomas Martitz1-4/+4
2009-08-07Samsung YH925: Support for battery monitoring and charging. Discharge curve n...Thomas Martitz2-3/+2
2009-07-22Commit part of FS#9873 - Utilise buttons for playlistingThomas Martitz1-0/+7
2009-07-11ARM asm LCD and ATA driver functions: Don't save r12 as it is a scratch reg. ...Jens Arnold2-44/+43
2009-05-253 new ports: Samsung YH-820, YH-920, and YH-925. Mostly functional. Audio wor...Mark Arigo19-0/+3346