rockbox/firmware
Alan Korr c25510f944 Now memory-page and memory-misc compile fine (others are in stage-development)
Conventions :
* Public headers :
    memory.h,config.h,defines.h,inlines.h,types.h,functions.h

* Private headers :
    memory-page.h,memory-slab.h (here you can find
    prototypes functions or structures we want to share
    only between memory-page.c, memory-slab.c,
    memory-block.c, memory-misc.c).

* Public or private codes in :
    memory-page.c,memory-slab.c,memory-block.c,memory-misc.c


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@126 a1c6a512-1295-4272-9138-f99709370657
2002-04-17 15:00:28 +00:00
..
test Now memory-page and memory-misc compile fine (others are in stage-development) 2002-04-17 15:00:28 +00:00
app.lds First version 2002-03-28 15:09:10 +00:00
button.c ident properly 2002-04-16 13:40:42 +00:00
button.h Gary's code for reading the Recorder's keyboard. This can't yet be used in 2002-04-16 13:37:50 +00:00
chartables.c include config.h properly 2002-04-16 14:02:26 +00:00
CONFIG two different keypads 2002-04-16 13:32:21 +00:00
config-player.h added keypad defines 2002-04-16 13:34:35 +00:00
config-playerold.h added keypad defines 2002-04-16 13:34:35 +00:00
config-recorder.h added keypad defines 2002-04-16 13:34:35 +00:00
config.h new system to set which box and which features the box has 2002-04-11 11:22:48 +00:00
CONTRIBUTING First version 2002-04-11 14:32:29 +00:00
fat.c First version 2002-03-28 15:09:10 +00:00
fat.h First version 2002-03-28 15:09:10 +00:00
key.h First version 2002-03-28 15:09:10 +00:00
lcd.c include config.h properly 2002-04-16 14:02:26 +00:00
lcd.h moved a #endif to stop compiler warnings for uisim on Linux 2002-04-11 12:45:06 +00:00
led.c include config.h properly 2002-04-16 14:02:26 +00:00
led.h First version 2002-03-28 15:09:10 +00:00
Makefile simple "target selection" template added 2002-04-16 14:04:34 +00:00
rockbox-mode.el fixed comments 2002-04-12 13:58:55 +00:00
serial.c include config.h properly 2002-04-16 14:02:26 +00:00
serial.h First version 2002-03-28 15:09:10 +00:00
sh7034.h First version 2002-03-28 15:09:10 +00:00
start.s First version 2002-03-28 15:09:10 +00:00
system.c include config.h properly 2002-04-16 14:02:26 +00:00
system.h Added TRUE/FALSE, made it work with SIMULATOR 2002-04-11 12:38:38 +00:00
types.h proper #ifdef'ing around the file to prevent errors if multiply included 2002-04-17 13:40:13 +00:00