rockbox/firmware
Linus Nielsen Feltzing 638184f1a2 Added LCD contrast setting
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1710 a1c6a512-1295-4272-9138-f99709370657
2002-08-13 11:10:11 +00:00
..
common First version of loadable fonts patch by Alex Gitelman 2002-08-11 09:17:47 +00:00
drivers Added LCD contrast setting 2002-08-13 11:10:11 +00:00
fonts Forgot to add the new files 2002-08-11 09:22:40 +00:00
include New vastly improved random algorithm: Mersenne Twister 2002-07-17 23:07:45 +00:00
malloc realloc takes a void * as first argument 2002-05-27 07:25:30 +00:00
test Storing the latest fat32 test code 2002-08-08 20:32:09 +00:00
ajf.c Forgot to add the new files 2002-08-11 09:22:40 +00:00
ajf.h Forgot to add the new files 2002-08-11 09:22:40 +00:00
API Added lcd_update_rect(), for updating only a part of the LCD. This was 2002-08-09 12:20:54 +00:00
app.lds The internal RAM copy accidentally ended up in the wrong place 2002-08-01 08:58:17 +00:00
backlight.c backlight_init() no longer clears the ST bit 2002-08-06 08:13:42 +00:00
backlight.h Moved settings.c/h to apps/ 2002-06-27 00:20:00 +00:00
chartables.c several charset fixes for the proportional font 2002-06-24 07:37:58 +00:00
CONFIG documented HAVE_NEW_CHARCELL_LCD 2002-04-25 15:22:58 +00:00
config-player.h Now uses HAVE_MASxxxxx macros instead of RECORDER 2002-07-29 09:34:44 +00:00
config-playerold.h Now uses HAVE_MASxxxxx macros instead of RECORDER 2002-07-29 09:34:44 +00:00
config-recorder.h Added battery charger code for the recorder and battery voltage statistics keeping for all platforms. 2002-08-06 10:50:50 +00:00
config.h moved sounds settings to settings.h, config.h is only for including the 2002-06-19 14:58:35 +00:00
CONTRIBUTING Updated conventions 2002-08-12 08:23:03 +00:00
COPYING First version 2002-06-17 13:54:03 +00:00
CREDITS Mats Lidell joins the list 2002-08-12 22:19:22 +00:00
crt0.S Copies code to internal ram at startup 2002-08-01 08:12:48 +00:00
debug.c Settings are now saved in RTC RAM on Recorder (Heikki Hannikainen). 2002-07-15 11:02:12 +00:00
debug.h Settings are now saved in RTC RAM on Recorder (Heikki Hannikainen). 2002-07-15 11:02:12 +00:00
FILES Added include files to tarball 2002-06-17 13:18:30 +00:00
gdb.lds No allows code and data in internal RAM 2002-08-01 08:12:17 +00:00
id3.c Now continues searching for good frames if a bad one is found. Patch by Hardeep Sidhu 2002-07-22 16:05:46 +00:00
id3.h More buffer size fixes 2002-07-15 23:05:44 +00:00
kernel.c sleep() and queue_wait() moved to internal RAM 2002-08-01 08:14:01 +00:00
kernel.h Added queue_broadcast() 2002-06-29 21:19:55 +00:00
Makefile First version of loadable fonts patch by Alex Gitelman 2002-08-11 09:17:47 +00:00
mpeg.c First version of loadable fonts patch by Alex Gitelman 2002-08-11 09:17:47 +00:00
mpeg.h Changed #ifdef from ARCHOS_RECORDER to HAVE_* 2002-08-08 20:44:25 +00:00
panic.c First version of loadable fonts patch by Alex Gitelman 2002-08-11 09:17:47 +00:00
panic.h Changed debug to DEBUGF and panic to panicf. 2002-05-02 14:05:51 +00:00
player.lds Moved the .bss section to after the .stack section 2002-08-01 09:07:19 +00:00
powermgmt.c Tune charging algorithm: use more voltage samples (4 per minute) and discard 2002-08-12 12:19:25 +00:00
powermgmt.h Tune charging algorithm: use more voltage samples (4 per minute) and discard 2002-08-12 12:19:25 +00:00
README Some clarifications 2002-07-26 14:40:06 +00:00
rockbox-mode.el Added bool font coloring 2002-05-13 13:15:38 +00:00
system.c system_reboot() read only the first byte of the reset vector 2002-06-26 22:39:22 +00:00
system.h Changed frequency for Recorder 2002-06-07 10:29:14 +00:00
thread.c Moved switch_thread() and the thread context data to internal RAM 2002-08-01 08:14:56 +00:00
thread.h Added stack overflow check 2002-07-15 22:21:18 +00:00
unicode.c Forgot to add the new files 2002-08-11 09:22:40 +00:00
unicode.h Forgot to add the new files 2002-08-11 09:22:40 +00:00
usb.c Finally working USB mode again 2002-07-24 17:09:50 +00:00
usb.h Added usb_display_info() 2002-06-30 14:11:28 +00:00

               __________               __   ___.
     Open      \______   \ ____   ____ |  | _\_ |__   _______  ___
     Source     |       _//  _ \_/ ___\|  |/ /| __ \ /  _ \  \/  /
     Jukebox    |    |   (  <_> )  \___|    < | \_\ (  <_> > <  <
     Firmware   |____|_  /\____/ \___  >__|_ \|___  /\____/__/\_ \
                       \/            \/     \/    \/            \/

Build your own archos.mod.

1. Check out 'firmware', 'apps' and 'tools' from CVS (or possibly from a
   downloaded archive). You may possibly want 'uisimulator' too (for trying
   out things on host before making target tests).

2. Build the tools by running 'make' in the tools/ directory.

3. Create your own build directory, preferably in the same directory as the
   firmware/ and apps/ directories. This is where all generated files will be
   put.

4. In your build directory, run the 'tools/configure' script and enter what
   target you want to build for and if you want a debug version or not. It'll
   prompt you. The debug version is for making a gdb version out of it. It is
   only useful if you run gdb towards your target Archos.

5. Make sure you have sh-elf-gcc and siblings in the PATH.

6. *ploink*. Now you have got a Makefile generated for you. Run 'make' and
   soon the necessary pieces from the firmware and the apps directories have
   been compiled and linked.

7. Copy the archos.mod file to your archos, reboot it and *smile*.

Whenever the tools/configure script gets updated, you can make your makefile
updated too by running 'tools/configure update'

If you want to build for more than one target, just create a new build
directory and create a setup for another target combination in there.

Questions anyone? Take them to the mailing list. We'll be happy to help you
out!