summaryrefslogtreecommitdiff
path: root/firmware/export/config-cowond2.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-cowond2.h')
-rw-r--r--firmware/export/config-cowond2.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/firmware/export/config-cowond2.h b/firmware/export/config-cowond2.h
index 78b963c58d..9363f67683 100644
--- a/firmware/export/config-cowond2.h
+++ b/firmware/export/config-cowond2.h
@@ -6,6 +6,9 @@
6/* For Rolo and boot loader */ 6/* For Rolo and boot loader */
7#define MODEL_NUMBER 24 7#define MODEL_NUMBER 24
8 8
9/* Produce a dual-boot bootloader.bin for mktccboot */
10#define TCCBOOT
11
9/* define this if you have recording possibility */ 12/* define this if you have recording possibility */
10//#define HAVE_RECORDING 13//#define HAVE_RECORDING
11 14
@@ -63,6 +66,9 @@
63/* Define this if you have a software controlled poweroff */ 66/* Define this if you have a software controlled poweroff */
64#define HAVE_SW_POWEROFF 67#define HAVE_SW_POWEROFF
65 68
69/* Reduce Tremor's ICODE usage */
70#define ICODE_ATTR_TREMOR_NOT_MDCT
71
66/* The number of bytes reserved for loadable codecs */ 72/* The number of bytes reserved for loadable codecs */
67#define CODEC_SIZE 0x80000 73#define CODEC_SIZE 0x80000
68 74