summaryrefslogtreecommitdiff
path: root/firmware/drivers (follow)
Commit message (Expand)AuthorAge
...
* refactored radio status codeAnton Oleynikov2005-11-19
* Correct typo that prevented Nano from buildingDave Chapman2005-11-19
* Fixed the simulator builds and added HAVE_REMOTE_LCD_TICKING define.Miika Pekkarinen2005-11-19
* Added option to reduce (and almost prevent) the remote lcd tickingMiika Pekkarinen2005-11-19
* Fix button problems - disable button_flip for the iPod and disable software p...Dave Chapman2005-11-19
* H300: remote backlight on GPO33Linus Nielsen Feltzing2005-11-19
* 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
* 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
* 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
* H300: ADC driverLinus Nielsen Feltzing2005-11-16
* Added single-byte read/write functions for the PCF50606 driverLinus 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
* 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
* 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
* First version of the H300 LCD driverLinus Nielsen Feltzing2005-11-14
* H300: First lame attempt to a pcf50606 driverLinus Nielsen Feltzing2005-11-14
* No assembler LCD driver yet for H300Linus Nielsen Feltzing2005-11-14
* Use ICODE_ATTR instead of __attribute__ ((section(".icode")))Dave Chapman2005-11-12
* iRiver: Initial support for wav-recording in recording menu. Supports mic/lin...Andy2005-11-12
* iPod: Code cleanup - the bootloader now compiles with zero warningsDave Chapman2005-11-11
* I meant that to be static.Thom Johansen2005-11-10
* Moved all iPod specific code from lcd-16bit.c to lcd-ipod.c.Thom Johansen2005-11-10
* H1x0: Put lcd_blit() intermediate buffers in IRAM instead of the current thre...Jens Arnold2005-11-09
* Fix #define names.Thom Johansen2005-11-09
* A couple of fixes for Nanos.Thom Johansen2005-11-09
* Quick fix to make the h300 build workLinus Nielsen Feltzing2005-11-08
* H1x0: Assembler optimised remote lcd driver routine, used for low CPU frequen...Jens Arnold2005-11-08
* Remove #warning left over from debugging. Sorry about that.Dave Chapman2005-11-08
* Fixed the bug in ata.c preventing files from being read correctly.Miika Pekkarinen2005-11-08
* Removed unused ata_standby(), changed return type of ata_sleep() to void, rem...Jens Arnold2005-11-07
* Initial commit of work-in-progress iPod portDave Chapman2005-11-07
* Enable bidirectional text support for remote lcd.Jens Arnold2005-11-07
* The const police strikes and hits itself.Jens Arnold2005-11-06
* Set remote LCD invert state in a clean way.Jens Arnold2005-11-06
* Two new sections for IRAM usage: .irodata (selectable with the ICONST_ATTR at...Jens Arnold2005-10-19
* Fixed non-working treble & bass settings in radio mode.Jens Arnold2005-10-13
* Cosmetic correction (doesn't affect compiled code) - use letohNN instead of h...Dave Chapman2005-10-06
* Replace SWAB16 and SWAB32 with a comprehensive set of byte-swap macros - leto...Dave Chapman2005-10-06