summaryrefslogtreecommitdiff
path: root/firmware/export/config-m200.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-m200.h')
-rw-r--r--firmware/export/config-m200.h15
1 files changed, 14 insertions, 1 deletions
diff --git a/firmware/export/config-m200.h b/firmware/export/config-m200.h
index f7ab78d87e..eeac509970 100644
--- a/firmware/export/config-m200.h
+++ b/firmware/export/config-m200.h
@@ -57,8 +57,11 @@
57/* Define this if you have a software controlled poweroff */ 57/* Define this if you have a software controlled poweroff */
58#define HAVE_SW_POWEROFF 58#define HAVE_SW_POWEROFF
59 59
60/* The number of bytes reserved for loadable codecs */
61#define CODEC_SIZE 0x20000
62
60/* The number of bytes reserved for loadable plugins */ 63/* The number of bytes reserved for loadable plugins */
61#define PLUGIN_BUFFER_SIZE 0x8000 64#define PLUGIN_BUFFER_SIZE 0x10000
62 65
63#define AB_REPEAT_ENABLE 1 66#define AB_REPEAT_ENABLE 1
64 67
@@ -118,4 +121,14 @@
118#define BOOTFILE "rockbox." BOOTFILE_EXT 121#define BOOTFILE "rockbox." BOOTFILE_EXT
119#define BOOTDIR "/" 122#define BOOTDIR "/"
120 123
124#define IBSS_ATTR_VOICE_STACK
125#define ICODE_ATTR_TREMOR_NOT_MDCT
126#define ICODE_ATTR_TREMOR_MDCT
127#define ICODE_ATTR_FLAC
128#define IBSS_ATTR_FLAC_DECODED0
129#define ICONST_ATTR_MPA_HUFFMAN
130#define IBSS_ATTR_MPC_SAMPLE_BUF
131#define ICODE_ATTR_ALAC
132#define IBSS_ATTR_SHORTEN_DECODED0
133
121#endif /* SIMULATOR */ 134#endif /* SIMULATOR */