diff options
author | Dave Chapman <dave@dchapman.com> | 2008-10-12 16:46:01 +0000 |
---|---|---|
committer | Dave Chapman <dave@dchapman.com> | 2008-10-12 16:46:01 +0000 |
commit | da8bff107e8ed6bf63cc005bfa6c90b12c8b4dd5 (patch) | |
tree | 13c81d9578d8ba3cda2d7c9d20e2a67ac8bee0d3 /firmware/SOURCES | |
parent | 0f933f62101a8fe8bb841617217f7e866324820d (diff) |
Commit FS#9467 - initial work on port to Sansa Clip by Rafaël Carré and François Dinel. A few cosmetic changes were made by me prior to committing: 1) TAB policing in button-clip.c; 2) Add François Dinel to CREDITS; 3) Add François Dinel as (C) holder in button-target.h (it was previously blank); 4) Add Rockbox header to bootloader/sansa_as3525.c with Rafaël Carré as (C) holder; 5) Change target_id to 50 (next available number) in tools/configure and fixed indentation; 6) Change MODEL_NUMBER in config-clip.h to 50 (next available number); 7) Remove unused in/out macros from system-target.h
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18782 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/SOURCES')
-rw-r--r-- | firmware/SOURCES | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/firmware/SOURCES b/firmware/SOURCES index 5ea1b836b2..8d5d28eb5a 100644 --- a/firmware/SOURCES +++ b/firmware/SOURCES @@ -329,6 +329,14 @@ target/arm/i2c-telechips.c target/arm/pnx0101/system-pnx0101.c #endif +#if CONFIG_CPU == AS3525 +target/arm/as3525/system-as3525.c +#ifdef SANSA_CLIP +target/arm/as3525/clip/lcd-ssd1303.c +target/arm/as3525/clip/button-clip.c +#endif +#endif + #if defined(CPU_PP) #if CONFIG_CPU == PP5002 target/arm/system-pp5002.c |