summaryrefslogtreecommitdiff
path: root/firmware
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
parentddaa878097a7d78d974badbd5a7845587c695392 (diff)
downloadrockbox-5656f8245f63c5104085998c0865bac0aea95d44.tar.gz
rockbox-5656f8245f63c5104085998c0865bac0aea95d44.zip
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')
-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 @@
95#define HAVE_FAT16SUPPORT 95#define HAVE_FAT16SUPPORT
96 96
97/* The number of bytes reserved for loadable codecs */ 97/* The number of bytes reserved for loadable codecs */
98#define CODEC_SIZE 0x100000 98#define CODEC_SIZE 0x80000 /* TODO : check if we can use IRAM */
99 99
100/* The number of bytes reserved for loadable plugins */ 100/* The number of bytes reserved for loadable plugins */
101#if 0 /* The plugin buffer doesn't fit in the 2MB memory */
102#define PLUGIN_BUFFER_SIZE 0x80000 101#define PLUGIN_BUFFER_SIZE 0x80000
103#else
104#define PLUGIN_BUFFER_SIZE 0
105#endif
106 102
107#define AB_REPEAT_ENABLE 1 103#define AB_REPEAT_ENABLE 1
108 104