From 5656f8245f63c5104085998c0865bac0aea95d44 Mon Sep 17 00:00:00 2001 From: Rafaël Carré Date: Fri, 28 Nov 2008 00:37:28 +0000 Subject: Sansa Clip: build plugins (FS#9578) Use unmodified C200 keymap when possible, variation of it when not Use Archos bitmaps when possible Current problems: - Pegbox plugin shows display corruption (corruption is different in the simulator) - Bubbles plugin misses 1 or 2 bottom lines, but if we gain back these lines it occupies a too small area of the screen - Splitted screen (yellow/blue) is a bit weird in most plugins git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19252 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config-clip.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'firmware') diff --git a/firmware/export/config-clip.h b/firmware/export/config-clip.h index d54d4f3488..0f4b93b4ae 100644 --- a/firmware/export/config-clip.h +++ b/firmware/export/config-clip.h @@ -95,14 +95,10 @@ #define HAVE_FAT16SUPPORT /* The number of bytes reserved for loadable codecs */ -#define CODEC_SIZE 0x100000 +#define CODEC_SIZE 0x80000 /* TODO : check if we can use IRAM */ /* The number of bytes reserved for loadable plugins */ -#if 0 /* The plugin buffer doesn't fit in the 2MB memory */ #define PLUGIN_BUFFER_SIZE 0x80000 -#else -#define PLUGIN_BUFFER_SIZE 0 -#endif #define AB_REPEAT_ENABLE 1 -- cgit v1.2.3