summaryrefslogtreecommitdiff
path: root/firmware/drivers (unfollow)
Commit message (Expand)Author
2005-11-19refactored radio status codeAnton Oleynikov
2005-11-19Correct typo that prevented Nano from buildingDave Chapman
2005-11-19Fixed the simulator builds and added HAVE_REMOTE_LCD_TICKING define.Miika Pekkarinen
2005-11-19Added option to reduce (and almost prevent) the remote lcd tickingMiika Pekkarinen
2005-11-19Fix button problems - disable button_flip for the iPod and disable software p...Dave Chapman
2005-11-19H300: remote backlight on GPO33Linus Nielsen Feltzing
2005-11-18H300: The FM tuner uses different port pinsLinus Nielsen Feltzing
2005-11-18H300: power_init() adjustmentsLinus Nielsen Feltzing
2005-11-18H300 has no ATA LEDLinus Nielsen Feltzing
2005-11-1716bit LCD driver: Optimised native bitmap drawing.Jens Arnold
2005-11-17Minor cleaning of the iPod LCD driverDave Chapman
2005-11-17Moved some often-used parts of the LCD driver into IRAM.Jens Arnold
2005-11-16Reverted erroneous commitLinus Nielsen Feltzing
2005-11-16Cleaned up bootloader linker control file and added the H300 targetLinus Nielsen Feltzing
2005-11-16Changed the LCD_COLOR pixel value format to packed RGB (unsigned int). Now al...Jens Arnold
2005-11-16H300 button driverLinus Nielsen Feltzing
2005-11-16H300: ADC driverLinus Nielsen Feltzing
2005-11-16Added single-byte read/write functions for the PCF50606 driverLinus Nielsen Feltzing
2005-11-1616bit LCD driver: * The colour get/set functions now use the native ranges fo...Jens Arnold
2005-11-1516bit colour support (H300) for the win32 simulator.Jens Arnold
2005-11-15Small optimisation to the lcd_update_rect function - read the framebuffer dat...Dave Chapman
2005-11-15Ensure the 16-bit framebuffer is aligned on a 4-byte boundaryDave Chapman
2005-11-14Fixes for new 16-bit framebuffer typeDave Chapman
2005-11-14Fix compile error on iPod build - RGB_PACK resolves to a function on the iPod...Dave Chapman
2005-11-14Added pcf50606 initLinus Nielsen Feltzing
2005-11-14The 16-bit LCD driver is now 16-bit for realLinus Nielsen Feltzing
2005-11-14First version of the H300 LCD driverLinus Nielsen Feltzing
2005-11-14H300: First lame attempt to a pcf50606 driverLinus Nielsen Feltzing
2005-11-14No assembler LCD driver yet for H300Linus Nielsen Feltzing
2005-11-12Use ICODE_ATTR instead of __attribute__ ((section(".icode")))Dave Chapman
2005-11-12iRiver: Initial support for wav-recording in recording menu. Supports mic/lin...Andy
2005-11-11iPod: Code cleanup - the bootloader now compiles with zero warningsDave Chapman
2005-11-10I meant that to be static.Thom Johansen
2005-11-10Moved all iPod specific code from lcd-16bit.c to lcd-ipod.c.Thom Johansen
2005-11-09H1x0: Put lcd_blit() intermediate buffers in IRAM instead of the current thre...Jens Arnold
2005-11-09Fix #define names.Thom Johansen
2005-11-09A couple of fixes for Nanos.Thom Johansen
2005-11-08Quick fix to make the h300 build workLinus Nielsen Feltzing
2005-11-08H1x0: Assembler optimised remote lcd driver routine, used for low CPU frequen...Jens Arnold
2005-11-08Remove #warning left over from debugging. Sorry about that.Dave Chapman
2005-11-08Fixed the bug in ata.c preventing files from being read correctly.Miika Pekkarinen
2005-11-07Removed unused ata_standby(), changed return type of ata_sleep() to void, rem...Jens Arnold
2005-11-07Initial commit of work-in-progress iPod portDave Chapman
2005-11-07Enable bidirectional text support for remote lcd.Jens Arnold
2005-11-06The const police strikes and hits itself.Jens Arnold
2005-11-06Set remote LCD invert state in a clean way.Jens Arnold
2005-10-19Two new sections for IRAM usage: .irodata (selectable with the ICONST_ATTR at...Jens Arnold
2005-10-13Fixed non-working treble & bass settings in radio mode.Jens Arnold
2005-10-06Cosmetic correction (doesn't affect compiled code) - use letohNN instead of h...Dave Chapman
2005-10-06Replace SWAB16 and SWAB32 with a comprehensive set of byte-swap macros - leto...Dave Chapman