1. 357ffb3 Convert the whole codebase to UTF-8, except docs/COMMITTERS and tools/creative.c, which need checking. by Nicolas Pennequin · 16 years ago
  2. af395f4 Do core interrupt masking in a less general fashion and save some instructions to decrease size and speed things up a little bit. Small fix to a few places where interrupts would get enabled again where they shouldn't have been (context switching calls when disabled). by Michael Sevakis · 17 years ago
  3. 1d1d9a8 Switch to using millivolt for battery voltage and other internal voltages. * Fix debug voltage history display. * Some code cleanup. by Jens Arnold · 17 years ago
  4. f9b90e9 Now charcell displays require lcd_update() for updating the main lcd content like bitmap displays. by Jens Arnold · 18 years ago
  5. 9a6f419 CONFIG_CHARGING by Jonathan Gordon · 18 years ago
  6. 8d2711b Improved power management (FS#3001). Shutdown rockbox when the battery gets to a level where the device doesn't function properly. Calculate remaining charging time while charging (rather than remaining running time). Show "Low Battery" and "Battery Empty" warnings. Also fixes FS#4786. by Barry Wardell · 18 years ago
  7. 9e8fe0e General: changed local adc to voltage conversions in several places to use battery_voltage. Added battery_read_info function for unfiltered battery information. x5: removed adc_read as a distinct function. Removed adc tick task. adc_init is empty inline. Adjusted battery scale, voltage to level array and read 10 bits from the ADC for battery since 255 levels is not enough for true centivolt resolution. by Michael Sevakis · 18 years ago
  8. 0dd1f8e Work-in-progress rework of charging status reading & display: * Changed several charging related HAVE_* macros into one multi-value CONFIG_CHARGING. * Always use proper macros for charging states. * Battery symbol charging animation now starts from current level on all targets with charging. Two-colour animation kept for non-b&w targets. Round down fill level while charging as before, but round to nearest pixel value for discharging on all targets. * Charging anim fixed on player. * Some code cleanup. by Jens Arnold · 18 years ago
  9. 02cfd6a forgot to commit these improvements to the bootbox charging info, since quite a while by Jörg Hohensohn · 19 years ago
  10. 8831a0a Postfix for bootbox: charging screen reacts on ON press not release as well. by Jens Arnold · 19 years ago
  11. 7c7dd43 Fixed a long-standing bug in the charging screen. The charging screen froze when OFF was pressed. The intention was to powerdown, but this cannot work on archos, so the charging screen must not react on OFF. Made the charging screen react on the ON press instead of the release for better feedback. Bootbox uses SYS_POWEROFF for powering down. by Jens Arnold · 19 years ago
  12. 1a7f1f4 improvements suggested by Jens: prompt for USB in case of problems, handle power off button by Jörg Hohensohn · 19 years ago
  13. 7de0905 I though I removed this unnecessary line by Jörg Hohensohn · 19 years ago
  14. 6aa8525 fix for Ondio by Jörg Hohensohn · 19 years ago
  15. a0add0c Rolo problem fixed by Jörg Hohensohn · 19 years ago
  16. 9cfa47a "Bootbox" is a minimalistic rescue firmware for Archos models. Not working yet (Rolo problems). Created by configure script as bootloader. by Jörg Hohensohn · 19 years ago