- f4c5c6a Fix bootloaders, and the backlight-modded Ondio build. by Jens Arnold · 17 years ago
- ef12b3b Hardware controlled backlight brightness for iPod Video and Nano, retaining the software PWM fade in/ fade out. * Backlight handling cleanup, getting rid of one layer of 'lowlevelness'. * Use atomic GPIO bit manipulation for PP502x backlight handling. by Jens Arnold · 17 years ago
- 0d8111c Split radio i2c drivers into target tree where they belong. No changes to binaries produced. by Barry Wardell · 17 years ago
- 19d141a Fix USB detection on the Player. by Jens Arnold · 18 years ago
- 1672350 FS #7691 - improved USB detection on PP devices. This patch modifies the target-tree function usb_detect() on all targets from bool to int, returning USB_INSERTED or USB_EXTRACTED instead of true or false. This was done to enable the PP usb_detect() to check for USB_POWER (either a connection to a USB wall charger, or the user holding "charge mode" button) and return that as a third value. by Dave Chapman · 18 years ago
- 0fac492 First step of powermanagement rework: * Move target specific stuff into target tree, starting with battery voltage tables and voltage reading. (This revealed some incorrect percent_to_voltage_charging mappings). * Voltage reading on 1st gen ipods is now correct. * Clean up obsolete config #defines. by Jens Arnold · 18 years ago
- 8a17734 Moved archos power handling into target tree. * Tuner power handling cleaned up a bit. by Jens Arnold · 18 years ago
- 46b634f Fix typo. by Jens Arnold · 18 years ago
- 7a5d401 Moved SH1 ADC to target tree. by Jens Arnold · 18 years ago
- 36ba4b0 A bit of clarification of code origin. No code change. by Jens Arnold · 18 years ago
- 47bf6c5 Moved archos backlight code to target tree. Changed old mutlivalue CONFIG_BACKLIGHT to a simple HAVE_BACKLIGHT. by Jens Arnold · 18 years ago
- 4c151dc Oops, forgot to commit 2 new files... by Jens Arnold · 18 years ago
- 8636e69 Moved SH1 system code to target tree. * First shot at hwcompat cleanup. by Jens Arnold · 18 years ago
- d6e822c Get rid of some old archos debug cruft (USB polarity, PR polarity and ATA address are all derived from the hw mask, and master/slave isn't displayed on other targets either). * Get rid of all the USB*STYLE macros (except USB_IPODSTYLE). by Jens Arnold · 18 years ago
- fad79dc Moved archos USB handling to target tree. Minor simplification for coldfire (only one usb-target.h). by Jens Arnold · 18 years ago
- 61350bf Remove old reference code, better match Old-LCD init with datasheet, and a bit of optimisation. by Jens Arnold · 18 years ago
- 8f872e8 Set svn:keywords properly by Jens Arnold · 18 years ago
- 0430632 Added command macros for old LCD. Renamed some macros to better match the datasheets. by Jens Arnold · 18 years ago
- 54ea2e4 Charcell lcd driver: Preparations for switching to non-immediate LCD updates, using lcd_update() like on bitmap targets. * Added proper clipping. * Simplified simulator code. by Jens Arnold · 18 years ago
- ad4e3d6 First step of charcell LCD code rework: * Make it fully unicode aware so that adding non-ISO8859-1 scripts becomes possible (limited by the LCD capabilities of course). * Make the API more similar to the bitmap LCD code's API. * Moved hardware dependent parts to target tree. * Simplified code. * Jumpscroll temporarily non-functional. by Jens Arnold · 18 years ago
- cb1c9e4 Archos player: Introduce lcd_write_command_e (only one data byte) in the lcd driver, for cleaner C code. by Jens Arnold · 18 years ago
- 51223e5 Introduced LCD_FBHEIGHT in addition to the already existing LCD_FBWIDTH to ease framebuffer handling a bit. Added equivalent definitions for the remote LCD. by Jens Arnold · 18 years ago
- e2022a2 Removed executable flag by Linus Nielsen Feltzing · 18 years ago
- 5833f05 Forgot to remove the ata_address_detect() declaration. by Jens Arnold · 18 years ago
- 28fd4b7 Archos: Moved the ata_address_detect() code into ata_device_init(), removing the associated #ifdef and some public #defines. Saves a tiny bit of code as well. by Jens Arnold · 18 years ago
- 31ffd7b Completed target tree move of the ata driver code. Some code cleanup. by Jens Arnold · 18 years ago
- 0e6dd7e Moved archos button reading to target tree. * Cleanup of button.[ch]. * Deactivated serial remote code for recorder FM/V2 as there is no remote pin, saving ~500 bytes of code. by Jens Arnold · 18 years ago
- 6bdf3ee Split 1 bit LCD code and move appropriate parts to target tree. Only archos code is tested. by Jens Arnold · 18 years ago
- ad70a9b Moved archos LCD aseembler code to target tree. by Jens Arnold · 18 years ago
- 41997d3 Clean up crt0.S and move it to the target tree by Daniel Ankers · 19 years ago
- 5a0cb68 Moved some assembly optimizations to the target tree by Linus Nielsen Feltzing · 19 years ago