summaryrefslogtreecommitdiffstats
path: root/firmware
AgeCommit message (Expand)AuthorFilesLines
2005-11-19Correct typo that prevented Nano from buildingDave Chapman1-1/+1
2005-11-19Removed the separate #ifndef SIMULATOR defines.Miika Pekkarinen2-11/+9
2005-11-19User now receives a message if initial directory cache initializationMiika Pekkarinen1-1/+1
2005-11-19Fixed the simulator builds and added HAVE_REMOTE_LCD_TICKING define.Miika Pekkarinen3-0/+14
2005-11-19Added option to reduce (and almost prevent) the remote lcd tickingMiika Pekkarinen2-3/+16
2005-11-19Fix button problems - disable button_flip for the iPod and disable software p...Dave Chapman3-2/+7
2005-11-19iPod: Correct the button definitions.Dave Chapman1-8/+9
2005-11-19Add LCD_PIXELFORMAT config variable to distinguish between the two types of 1...Dave Chapman5-1/+18
2005-11-19H100: turn off remote backlight before cutting the powerLinus Nielsen Feltzing1-0/+4
2005-11-19Patch #1346455 by Jens Arnold - SDRAM init fixesLinus Nielsen Feltzing1-21/+19
2005-11-19H300: remote backlight on GPO33Linus Nielsen Feltzing2-3/+21
2005-11-18Fixed an empty directory problem with dircache when renaming files.Miika Pekkarinen1-7/+11
2005-11-18Moved the power_init() call to main(), removed unfinished inits for the H300Linus Nielsen Feltzing1-2/+0
2005-11-18H300: The FM tuner uses different port pinsLinus Nielsen Feltzing1-1/+2
2005-11-18H300: power_init() adjustmentsLinus Nielsen Feltzing1-2/+3
2005-11-18H300 has no ATA LEDLinus Nielsen Feltzing3-0/+6
2005-11-17Added dircache support to playlist. Now playlist filename pointers areMiika Pekkarinen2-0/+44
2005-11-1716bit LCD driver: Optimised native bitmap drawing.Jens Arnold1-8/+1
2005-11-17Minor cleaning of the iPod LCD driverDave Chapman1-51/+21
2005-11-17Moved some often-used parts of the LCD driver into IRAM.Jens Arnold2-2/+7
2005-11-16Always turn on the backlight in the H300 boot loaderLinus Nielsen Feltzing1-1/+8
2005-11-16Reverted erroneous commitLinus Nielsen Feltzing7-36/+10
2005-11-16Cleaned up bootloader linker control file and added the H300 targetLinus Nielsen Feltzing8-34/+51
2005-11-16Changed the LCD_COLOR pixel value format to packed RGB (unsigned int). Now al...Jens Arnold3-68/+55
2005-11-16H300 button driverLinus Nielsen Feltzing1-2/+98
2005-11-16Added adc_scan() prototype for H300Linus Nielsen Feltzing1-1/+1
2005-11-16H300: ADC driverLinus Nielsen Feltzing3-11/+28
2005-11-16Added single-byte read/write functions for the PCF50606 driverLinus Nielsen Feltzing2-9/+26
2005-11-16H300 has no S/PDIFLinus Nielsen Feltzing1-3/+0
2005-11-1616bit LCD driver: * The colour get/set functions now use the native ranges fo...Jens Arnold1-81/+99
2005-11-1516bit colour support (H300) for the win32 simulator.Jens Arnold4-17/+9
2005-11-15Shave off an instruction by use of conditionals.Thom Johansen1-4/+2
2005-11-15Small optimisation to the lcd_update_rect function - read the framebuffer dat...Dave Chapman1-9/+7
2005-11-15Ensure the 16-bit framebuffer is aligned on a 4-byte boundaryDave Chapman1-1/+1
2005-11-14completed the CONFIG_BACKLIGHT transitionDaniel Stenberg2-2/+2
2005-11-14H300 backlightLinus Nielsen Feltzing5-15/+24
2005-11-14Fixes for new 16-bit framebuffer typeDave Chapman1-1/+1
2005-11-14Fix compile error on iPod build - RGB_PACK resolves to a function on the iPod...Dave Chapman1-2/+5
2005-11-14Added pcf50606 initLinus Nielsen Feltzing1-0/+6
2005-11-14The 16-bit LCD driver is now 16-bit for realLinus Nielsen Feltzing1-266/+39
2005-11-14H300 LCD and PCF50606 driversLinus Nielsen Feltzing1-0/+6
2005-11-14New type for the LCD frame buffer dataLinus Nielsen Feltzing1-7/+13
2005-11-14First version of the H300 LCD driverLinus Nielsen Feltzing1-0/+219
2005-11-14H300: First lame attempt to a pcf50606 driverLinus Nielsen Feltzing2-0/+326
2005-11-14No .S files should be compiled in the simulator buildsLinus Nielsen Feltzing1-2/+2
2005-11-14No assembler LCD driver yet for H300Linus Nielsen Feltzing1-1/+1
2005-11-14H300: Correct LCD type and CODEC buffer sizeLinus Nielsen Feltzing1-2/+2
2005-11-14iPod: Add backlight functions for NanoDave Chapman1-0/+12
2005-11-13First attempt at iPod threading.Thom Johansen2-17/+29
2005-11-13iPod fixes. Stack starts at stackend. Munge stack with 0xdeadbeef.Thom Johansen1-3/+10