index
:
rockbox.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
firmware
/
target
/
arm
/
s5l8700
/
ipodnano2g
Age
Commit message (
Expand
)
Author
2009-10-10
Squash a warning when FTL_READONLY is defined
Dave Chapman
2009-10-10
Fixed some mutex issues in the iPod Nano 2G NAND driver and FTL.
Michael Sparmann
2009-10-09
Core changes to allow storage drivers to do cleanup on shutdown, and iPod Nan...
Michael Sparmann
2009-10-09
Reduce iPod Nano 2G NAND timeouts to a sane value (20ms)
Michael Sparmann
2009-10-08
Implemented iPod Nano 2G power_off()
Michael Sparmann
2009-10-07
Make iPod Nano 2G FTL return -1 on write() call, if read-only, to prevent panic.
Michael Sparmann
2009-10-06
Implement lcd_blit_yuv() for the 2nd gen Nano, based on the implementation fo...
Dave Chapman
2009-10-05
Encoding fixes
Michael Sparmann
2009-10-05
Reworked iPod Nano 2G PMU code, added RTC and battery ADC.
Michael Sparmann
2009-10-05
iPod Nano 2G NAND/ECC driver and FTL improvements (still polling)
Michael Sparmann
2009-10-04
Implement lcd_update_rect()
Dave Chapman
2009-10-04
Another patch from FS#10633 by Michael Sparmann (with a couple of minor cosme...
Dave Chapman
2009-10-04
Read/write Nano2G FTL/NAND driver by Michael Sparmann (FS#10633).
Dave Chapman
2009-10-02
Unify the button driver for the Nano 2G with the driver for earlier clickwhee...
Dave Chapman
2009-09-17
Fix unreliable LCD updates on the "type 0" LCD. Plus add some comments and a...
Dave Chapman
2009-09-17
Add an app.lds and some stub functions for the Nano 2G - this isn't enough to...
Dave Chapman
2009-07-25
Correct the memory sizes (IRAM and DRAM) for the Nano2G.
Dave Chapman
2009-07-20
Nano2G Backlight driver improvements - the previous version didn't work relia...
Dave Chapman
2009-07-18
Nano2g button driver - currently only implementing the hold switch. Should h...
Dave Chapman
2009-07-18
Various Nano2g changes - enable the rest of crt0.S (including clock setup) an...
Dave Chapman
2009-07-17
Basic backlight driver for Nano 2G
Dave Chapman
2009-07-17
Improvments to Nano 2G LCD driver. This now works reliably on both LCD types.
Dave Chapman
2009-07-16
Add auto-detection of Nano 2G LCD type, and an initial attempt at lcd_update(...
Dave Chapman
2009-07-16
Working LCD driver for half the Nano2Gs. It now appears that there are two t...
Dave Chapman
2009-07-12
Basic changes to add nano 2g to the build system, based on the Meizu M3 port....
Dave Chapman