summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
authorRafaël Carré <rafael.carre@gmail.com>2008-11-28 00:37:28 +0000
committerRafaël Carré <rafael.carre@gmail.com>2008-11-28 00:37:28 +0000
commit5656f8245f63c5104085998c0865bac0aea95d44 (patch)
tree2fa4c2cd1dac341dafb88ec5f9990775c97ae49a /firmware/export
parentddaa878097a7d78d974badbd5a7845587c695392 (diff)
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
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/config-clip.h6
1 files changed, 1 insertions, 5 deletions
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