From da8bff107e8ed6bf63cc005bfa6c90b12c8b4dd5 Mon Sep 17 00:00:00 2001 From: Dave Chapman Date: Sun, 12 Oct 2008 16:46:01 +0000 Subject: =?UTF-8?q?Commit=20FS#9467=20-=20initial=20work=20on=20port=20to?= =?UTF-8?q?=20Sansa=20Clip=20by=20Rafa=C3=ABl=20Carr=C3=A9=20and=20Fran?= =?UTF-8?q?=C3=A7ois=20Dinel.=20=20A=20few=20cosmetic=20changes=20were=20m?= =?UTF-8?q?ade=20by=20me=20prior=20to=20committing:=201)=20TAB=20policing?= =?UTF-8?q?=20in=20button-clip.c;=202)=20Add=20Fran=C3=A7ois=20Dinel=20to?= =?UTF-8?q?=20CREDITS;=203)=20Add=20Fran=C3=A7ois=20Dinel=20as=20(C)=20hol?= =?UTF-8?q?der=20in=20button-target.h=20(it=20was=20previously=20blank);?= =?UTF-8?q?=204)=20Add=20Rockbox=20header=20to=20bootloader/sansa=5Fas3525?= =?UTF-8?q?.c=20with=20Rafa=C3=ABl=20Carr=C3=A9=20as=20(C)=20holder;=205)?= =?UTF-8?q?=20Change=20target=5Fid=20to=2050=20(next=20available=20number)?= =?UTF-8?q?=20in=20tools/configure=20and=20fixed=20indentation;=206)=20Cha?= =?UTF-8?q?nge=20MODEL=5FNUMBER=20in=20config-clip.h=20to=2050=20(next=20a?= =?UTF-8?q?vailable=20number);=207)=20Remove=20unused=20in/out=20macros=20?= =?UTF-8?q?from=20system-target.h?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18782 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/cpu.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'firmware/export/cpu.h') diff --git a/firmware/export/cpu.h b/firmware/export/cpu.h index 86efd31..75ac252 100644 --- a/firmware/export/cpu.h +++ b/firmware/export/cpu.h @@ -62,3 +62,6 @@ #if CONFIG_CPU == JZ4732 #include "jz4740.h" #endif +#if CONFIG_CPU == AS3525 +#include "as3525.h" +#endif -- cgit v1.1