- 2a3e162 Limit more variables to file scope by Thomas Jarosch · 10 years ago
- fdd4aef Make thirty functions static to reduce binary size by Thomas Jarosch · 10 years ago
- 9a3400a Fix some more straggling stuff by Michael Sevakis · 10 years ago
- 95e23de Make fixepoint.c as a shared library (libfixedpoint.a). by Michael Sevakis · 12 years ago
- ca9111e Add KEEP() around vectors in linker scripts. by Boris Gjenero · 13 years ago
- 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
- 6223ad2 Fix format string by Thomas Jarosch · 13 years ago
- 87409a2 Move memset6() declaration to string-extra.h, kills a warning compiling for android since it ships a memory.h. by Thomas Martitz · 14 years ago
- 5d236b2 Generate C file / header for svn version string by Rafaël Carré · 14 years ago
- 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
- a091d20 Added 'keywords' and 'eol-style' properties. by Björn Stenberg · 16 years ago
- 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
- 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
- 8db3450 Update the README, and add a warning. by Jens Arnold · 16 years ago
- 601afcb Minimon is loaded to 0x0ffff000 by uart_boot, so it needs to be linked to that address as well, or it won't work. Also add that hint to the README, fix a warning, and fix the disassembly base address (was wrong either way). by Jens Arnold · 16 years ago
- e13e318 Use the asm optimised UCL decompressor for the flash bootloader as well. Verified working on Player, Recorder v1, Ondio SP and Ondio FM. by Jens Arnold · 16 years ago
- 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
- 0fdee7a Clean up bootbox main file. by Jens Arnold · 16 years ago
- 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
- 2acc0ac Updated our source code header to explicitly mention that we are GPL v2 or by Daniel Stenberg · 16 years ago
- 357ffb3 Convert the whole codebase to UTF-8, except docs/COMMITTERS and tools/creative.c, which need checking. by Nicolas Pennequin · 16 years ago
- 08cabe9 kill the release script and build tarball from *everything* in SVN... by Daniel Stenberg · 17 years ago
- 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
- bef8e8c Fix Red by Karl Kurbjun · 17 years ago
- d8e6b43 Include some more stuff in the tarballs. by Jonas Häggqvist · 17 years ago
- 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
- f9b90e9 Now charcell displays require lcd_update() for updating the main lcd content like bitmap displays. by Jens Arnold · 18 years ago
- 9a6f419 CONFIG_CHARGING by Jonathan Gordon · 18 years ago
- 860e387 Bootbox now needs target includes. by Jens Arnold · 18 years ago
- 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
- 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
- f40f0de Adapted more Makefiles to the more efficient info printing. by Jens Arnold · 18 years ago
- 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
- 6643b0d Use cvs uclpack for bootbox. by Jens Arnold · 19 years ago
- dc9e201 Support for a colon-separated path in APPEXTRA by Linus Nielsen Feltzing · 19 years ago
- 977aa61 we have to use the new ROMbox link address here, too by Jörg Hohensohn · 19 years ago
- 02cfd6a forgot to commit these improvements to the bootbox charging info, since quite a while by Jörg Hohensohn · 19 years ago
- 204814f Clean .ucl by Jens Arnold · 19 years ago
- 5d9f67d Added missing dependencies. by Jens Arnold · 19 years ago
- 8831a0a Postfix for bootbox: charging screen reacts on ON press not release as well. by Jens Arnold · 19 years ago
- 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
- 1a7f1f4 improvements suggested by Jens: prompt for USB in case of problems, handle power off button by Jörg Hohensohn · 19 years ago
- 7de0905 I though I removed this unnecessary line by Jörg Hohensohn · 19 years ago
- 6aa8525 fix for Ondio by Jörg Hohensohn · 19 years ago
- a0add0c Rolo problem fixed by Jörg Hohensohn · 19 years ago
- 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
- 431be7f now can compose images with ROMbox, too by Jörg Hohensohn · 20 years ago
- 78acda2 Player: Correctly probe the ability of the box to control HD power. This is not determined by the ROM version. by Jens Arnold · 20 years ago
- 6173ef4 Removed dupe by Jens Arnold · 20 years ago
- 4b3501f Code policed (removed tab chars, no C++ comments, line length); all register manipulation hex values match register width. No code change. by Jens Arnold · 20 years ago
- 6fa2570 checksum calculation was wrong (must be the sum of unscrambled), thanks Jens by Jörg Hohensohn · 20 years ago
- b7638be Fix: read the correct registers for player HD spindown by Jens Arnold · 20 years ago
- cbf9da4 Added make clean by Jens Arnold · 20 years ago
- b8b94f1 Adjustments for player bootloader: (1) Correct HD power pin polarity. (2) Only power on HD if not started by charger insertion. (3) Changed button read to use port C instead of ADC. This allows for 3 buttons as on the other platforms. by Jens Arnold · 20 years ago
- 0044a04 the -t test option now does no memory test, but enables 38400 baud on players by Jörg Hohensohn · 20 years ago
- 50d363f HD spindown for Players by Jörg Hohensohn · 20 years ago
- c519e63 Makefile and adjustments for compiling uart_boot under cygwin by Jens Arnold · 20 years ago
- 4e42310 Ondio support for flash boot loader (yes, I have flashed my Ondio) by Jörg Hohensohn · 20 years ago
- 3b6cc1c option to hold power, for FM+V2 by Jörg Hohensohn · 21 years ago
- 4429816 No more spinning disk while charging flashed FM+V2 (you need the new bootloader to utilize it). ToDo: remove now false voltage reading from charging screen. by Jörg Hohensohn · 21 years ago
- a64e84e index file for source tarball by Jörg Hohensohn · 21 years ago
- 6a4e4c8 source code for all my flash stuff, now finally in cvs by Jörg Hohensohn · 21 years ago
- 5164180 Initial revision by Björn Stenberg · 21 years ago