mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 12:45:26 -05:00
Make Clip+ bootloader build
Now making the Fuzev2 bootloader build should be pretty easy
TODO:
- write button driver (FlynDice found all buttons already)
- find button light
- decide if lcd-ssd1303.c must be modified for Clip+ using SSP or forked
- check if backlight code works (I copied Clipv2 code)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24520 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
a9ab407f84
commit
12af2926e5
13 changed files with 421 additions and 12 deletions
|
|
@ -6,7 +6,7 @@ OUTPUT_FORMAT(elf32-littlearm)
|
|||
OUTPUT_ARCH(arm)
|
||||
STARTUP(target/arm/crt0.o)
|
||||
|
||||
#ifdef SANSA_CLIPV2
|
||||
#if CONFIG_CPU == AS3525v2
|
||||
#define RAMORIG 0x0 /* DRAM */
|
||||
#define RAMSIZE (MEM*0x100000)
|
||||
#else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue