summaryrefslogtreecommitdiff
path: root/firmware (follow)
Commit message (Expand)AuthorAge
...
* Add LCD_PIXELFORMAT config variable to distinguish between the two types of 1...Dave Chapman2005-11-19
* H100: turn off remote backlight before cutting the powerLinus Nielsen Feltzing2005-11-19
* Patch #1346455 by Jens Arnold - SDRAM init fixesLinus Nielsen Feltzing2005-11-19
* H300: remote backlight on GPO33Linus Nielsen Feltzing2005-11-19
* Fixed an empty directory problem with dircache when renaming files.Miika Pekkarinen2005-11-18
* Moved the power_init() call to main(), removed unfinished inits for the H300Linus Nielsen Feltzing2005-11-18
* H300: The FM tuner uses different port pinsLinus Nielsen Feltzing2005-11-18
* H300: power_init() adjustmentsLinus Nielsen Feltzing2005-11-18
* H300 has no ATA LEDLinus Nielsen Feltzing2005-11-18
* Added dircache support to playlist. Now playlist filename pointers areMiika Pekkarinen2005-11-17
* 16bit LCD driver: Optimised native bitmap drawing.Jens Arnold2005-11-17
* Minor cleaning of the iPod LCD driverDave Chapman2005-11-17
* Moved some often-used parts of the LCD driver into IRAM.Jens Arnold2005-11-17
* Always turn on the backlight in the H300 boot loaderLinus Nielsen Feltzing2005-11-16
* Reverted erroneous commitLinus Nielsen Feltzing2005-11-16
* Cleaned up bootloader linker control file and added the H300 targetLinus Nielsen Feltzing2005-11-16
* Changed the LCD_COLOR pixel value format to packed RGB (unsigned int). Now al...Jens Arnold2005-11-16
* H300 button driverLinus Nielsen Feltzing2005-11-16
* Added adc_scan() prototype for H300Linus Nielsen Feltzing2005-11-16
* H300: ADC driverLinus Nielsen Feltzing2005-11-16
* Added single-byte read/write functions for the PCF50606 driverLinus Nielsen Feltzing2005-11-16
* H300 has no S/PDIFLinus Nielsen Feltzing2005-11-16
* 16bit LCD driver: * The colour get/set functions now use the native ranges fo...Jens Arnold2005-11-16
* 16bit colour support (H300) for the win32 simulator.Jens Arnold2005-11-15
* Shave off an instruction by use of conditionals.Thom Johansen2005-11-15
* Small optimisation to the lcd_update_rect function - read the framebuffer dat...Dave Chapman2005-11-15
* Ensure the 16-bit framebuffer is aligned on a 4-byte boundaryDave Chapman2005-11-15
* completed the CONFIG_BACKLIGHT transitionDaniel Stenberg2005-11-14
* H300 backlightLinus Nielsen Feltzing2005-11-14
* Fixes for new 16-bit framebuffer typeDave Chapman2005-11-14
* Fix compile error on iPod build - RGB_PACK resolves to a function on the iPod...Dave Chapman2005-11-14
* Added pcf50606 initLinus Nielsen Feltzing2005-11-14
* The 16-bit LCD driver is now 16-bit for realLinus Nielsen Feltzing2005-11-14
* H300 LCD and PCF50606 driversLinus Nielsen Feltzing2005-11-14
* New type for the LCD frame buffer dataLinus Nielsen Feltzing2005-11-14
* First version of the H300 LCD driverLinus Nielsen Feltzing2005-11-14
* H300: First lame attempt to a pcf50606 driverLinus Nielsen Feltzing2005-11-14
* No .S files should be compiled in the simulator buildsLinus Nielsen Feltzing2005-11-14
* No assembler LCD driver yet for H300Linus Nielsen Feltzing2005-11-14
* H300: Correct LCD type and CODEC buffer sizeLinus Nielsen Feltzing2005-11-14
* iPod: Add backlight functions for NanoDave Chapman2005-11-14
* First attempt at iPod threading.Thom Johansen2005-11-13
* iPod fixes. Stack starts at stackend. Munge stack with 0xdeadbeef.Thom Johansen2005-11-13
* Implement (unreliable) button detection using code from ipodlinux bootloader ...Dave Chapman2005-11-13
* Allow S/PDIF as recording source in the archos simsLinus Nielsen Feltzing2005-11-13
* removed set audio status method - will be using different approachAnton Oleynikov2005-11-13
* Force -mlong-calls for iPod builds. This issue still needs investigating as ...Dave Chapman2005-11-13
* new function to set audio status (to be used later)Anton Oleynikov2005-11-13
* Add LCD_LIGHTGRAY and LCD_DARKGRAY macros and correctly use LCD_LIGHTGRAY in ...Dave Chapman2005-11-13
* iPod: Remove duplicate placeholder #ifdefDave Chapman2005-11-13