1. 9a3400a Fix some more straggling stuff by Michael Sevakis · 10 years ago
  2. 95e23de Make fixepoint.c as a shared library (libfixedpoint.a). by Michael Sevakis · 11 years ago
  3. d51e598 FS#12412 : Delete old buffer allocation code which has been replaced by core_alloc, and move buffer setup code to core_alloc.c by Boris Gjenero · 13 years ago
  4. 5d236b2 Generate C file / header for svn version string by Rafaël Carré · 14 years ago
  5. 3157e13 Simplify powermgmt thread loops so it calls functions turn (no more power_thread_sleep). Do other target-friendly simplifications, generic battery switch handling and split sim-specific code. Whoever can, please verify charging on the Archos Recorder (due to change in the charger duty cycle code). by Michael Sevakis · 16 years ago
  6. a091d20 Added 'keywords' and 'eol-style' properties. by Björn Stenberg · 16 years ago
  7. c6b3d38 New makefile solution: A single invocation of 'make' to build the entire tree. Fully controlled dependencies give faster and more correct recompiles. by Björn Stenberg · 16 years ago
  8. 2f8a008 Apply FS#9500. This adds a storage_*() abstraction to replace ata_*(). To do that, it also introduces sd_*, nand_*, and mmc_*. by Frank Gevaerts · 16 years ago
  9. ca99f8e Archos flash loader: compile with -Os and make all internal functions static to save space. main() and _main() must not be static or they wouldn't end up in IRAM for execution. * Also make some bootbox functions static, and drop the useless return value from charging_screen(). by Jens Arnold · 16 years ago
  10. 0fdee7a Clean up bootbox main file. by Jens Arnold · 16 years ago
  11. b1e16d2 Repair charging screen on archos. usb_detect() doesn't return a boolean since 2007-09-04. Fixed same problem in the m:robe 500 bootloader and in bootbox. by Jens Arnold · 16 years ago
  12. 2acc0ac Updated our source code header to explicitly mention that we are GPL v2 or by Daniel Stenberg · 16 years ago
  13. 357ffb3 Convert the whole codebase to UTF-8, except docs/COMMITTERS and tools/creative.c, which need checking. by Nicolas Pennequin · 16 years ago
  14. 08cabe9 kill the release script and build tarball from *everything* in SVN... by Daniel Stenberg · 17 years ago
  15. 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
  16. bef8e8c Fix Red by Karl Kurbjun · 17 years ago
  17. 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
  18. f9b90e9 Now charcell displays require lcd_update() for updating the main lcd content like bitmap displays. by Jens Arnold · 18 years ago
  19. 9a6f419 CONFIG_CHARGING by Jonathan Gordon · 18 years ago
  20. 860e387 Bootbox now needs target includes. by Jens Arnold · 18 years ago
  21. 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
  22. 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
  23. f40f0de Adapted more Makefiles to the more efficient info printing. by Jens Arnold · 18 years ago
  24. 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
  25. 6643b0d Use cvs uclpack for bootbox. by Jens Arnold · 19 years ago
  26. dc9e201 Support for a colon-separated path in APPEXTRA by Linus Nielsen Feltzing · 19 years ago
  27. 02cfd6a forgot to commit these improvements to the bootbox charging info, since quite a while by Jörg Hohensohn · 19 years ago
  28. 204814f Clean .ucl by Jens Arnold · 19 years ago
  29. 5d9f67d Added missing dependencies. by Jens Arnold · 19 years ago
  30. 8831a0a Postfix for bootbox: charging screen reacts on ON press not release as well. by Jens Arnold · 19 years ago
  31. 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
  32. 1a7f1f4 improvements suggested by Jens: prompt for USB in case of problems, handle power off button by Jörg Hohensohn · 19 years ago
  33. 7de0905 I though I removed this unnecessary line by Jörg Hohensohn · 19 years ago
  34. 6aa8525 fix for Ondio by Jörg Hohensohn · 19 years ago
  35. a0add0c Rolo problem fixed by Jörg Hohensohn · 19 years ago
  36. 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