summaryrefslogtreecommitdiffstats
path: root/firmware
AgeCommit message (Expand)AuthorFilesLines
2009-10-09M:Robe 500: Enable Vertical stride for main build.Karl Kurbjun1-0/+6
2009-10-09Fix a bug in a bidirectional text scrolling; s->offset doesn't need to be set...Mohamed Tarek1-1/+0
2009-10-09Handle text scrolling in RTL.Mohamed Tarek1-4/+5
2009-10-08Implemented iPod Nano 2G power_off()Michael Sparmann4-21/+77
2009-10-08Remove an unused #defineRob Purchase1-3/+1
2009-10-08D2: Use a common function for reading ADC values from the PMURob Purchase5-31/+54
2009-10-07Sansa AMS SD: relax requirement for APP_CMD response, some uSD cards seem to ...Rafaël Carré1-2/+1
2009-10-07Make iPod Nano 2G FTL return -1 on write() call, if read-only, to prevent panic.Michael Sparmann1-1/+1
2009-10-07Make the database tool buildable from configure.Frank Gevaerts3-6/+2
2009-10-06fix checkwps breakage caused by r229900Nils Wallménius1-2/+1
2009-10-06Implement lcd_blit_yuv() for the 2nd gen Nano, based on the implementation fo...Dave Chapman1-22/+150
2009-10-06Once again fix building of the database tool that gets broke over and overNils Wallménius1-3/+1
2009-10-06Moved RTL handling in lcd driver deeper, from puts_style_offset() to putsxyofs()Tomer Shalev1-2/+8
2009-10-06Use macro to test viewport's RTL flagTomer Shalev2-2/+4
2009-10-05Encoding fixesMichael Sparmann2-74/+74
2009-10-05Implement RTL as a viewport's bit-fieldTomer Shalev2-10/+4
2009-10-05Reworked iPod Nano 2G PMU code, added RTC and battery ADC.Michael Sparmann8-27/+213
2009-10-05Fix red: Invert buttons in RTL modeTomer Shalev2-38/+5
2009-10-05Invert buttons in RTL modeTomer Shalev2-5/+38
2009-10-05Fix the user timer on iPod Nano 2GMichael Sparmann3-14/+31
2009-10-05iPod Nano 2G NAND/ECC driver and FTL improvements (still polling)Michael Sparmann2-51/+176
2009-10-05Make iPod Nano 2G audio workMichael Sparmann2-16/+26
2009-10-05Reduce impact of lost interrupts on S5L8700 I2CMichael Sparmann1-7/+7
2009-10-05Fix a #ifdef typo and the reds hidden by itMichael Sparmann1-11/+10
2009-10-05Fix red - bootloaders don't link language supportTomer Shalev1-0/+7
2009-10-05RTL support in menusTomer Shalev1-1/+7
2009-10-05Add USB HID mouse support for H10Tomer Shalev2-0/+2
2009-10-05Simulator buttons: Remove a hack and make brickmania work the same as on target.Karl Kurbjun1-4/+0
2009-10-05Fix RedKarl Kurbjun1-0/+2
2009-10-05Button Driver: Add button_status support with data - allows for reading the /...Karl Kurbjun2-0/+13
2009-10-04Have codepage name show in a commentTomer Shalev1-5/+23
2009-10-04Implement lcd_update_rect()Dave Chapman1-6/+47
2009-10-04Another patch from FS#10633 by Michael Sparmann (with a couple of minor cosme...Dave Chapman2-1/+29
2009-10-04Another part of FS#10633 by Michael Sparmann - correct cache/protection unit ...Dave Chapman1-9/+78
2009-10-04Read/write Nano2G FTL/NAND driver by Michael Sparmann (FS#10633).Dave Chapman7-9/+2288
2009-10-04Fix yellowTomer Shalev1-1/+0
2009-10-04CONFIG_NAND is not a bitfieldDave Chapman1-1/+1
2009-10-04Correct the IRAM definitions for the S5L8700/8701 and add definitions for plu...Dave Chapman1-1/+5
2009-10-04Prefix the USB controller registers with USB_ to avoid name clashes with plug...Dave Chapman1-33/+33
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-02Final changes to get a Nano 2G main build compiling.Dave Chapman3-13/+52
2009-10-02Unify the button driver for the Nano 2G with the driver for earlier clickwhee...Dave Chapman3-99/+80
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é3-7/+173
2009-10-02Patch #2 from FS#10633 (Nano 2G developments) by Michael Sparmann - Some hard...Dave Chapman2-74/+160
2009-10-02Patch #1 from FS#10633 (Nano 2G developments) by Michael Sparmann - Allows ta...Dave Chapman2-1/+5
2009-10-01get rid of one hardcoded 512. SECTOR_SIZE is still there. It should probably ...Frank Gevaerts1-1/+1
2009-10-01FS#10226 - isp1583.c code cosmeticsTomer Shalev1-65/+71