summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/config/android.h3
-rw-r--r--firmware/export/config/nokian8xx.h3
-rw-r--r--firmware/export/config/nokian900.h3
-rw-r--r--firmware/export/config/pandora.h3
-rw-r--r--firmware/export/config/sdlapp.h3
5 files changed, 15 insertions, 0 deletions
diff --git a/firmware/export/config/android.h b/firmware/export/config/android.h
index a2fe09247e..c9ae8ba191 100644
--- a/firmware/export/config/android.h
+++ b/firmware/export/config/android.h
@@ -59,6 +59,9 @@
59/* define this if you have RTC RAM available for settings */ 59/* define this if you have RTC RAM available for settings */
60//#define HAVE_RTC_RAM 60//#define HAVE_RTC_RAM
61 61
62/* define this if you have a real-time clock */
63#define CONFIG_RTC APPLICATION
64
62/* The number of bytes reserved for loadable codecs */ 65/* The number of bytes reserved for loadable codecs */
63#define CODEC_SIZE 0x100000 66#define CODEC_SIZE 0x100000
64 67
diff --git a/firmware/export/config/nokian8xx.h b/firmware/export/config/nokian8xx.h
index 0d95a8a7c2..f11fa87021 100644
--- a/firmware/export/config/nokian8xx.h
+++ b/firmware/export/config/nokian8xx.h
@@ -49,6 +49,9 @@
49/* define this if you have RTC RAM available for settings */ 49/* define this if you have RTC RAM available for settings */
50//#define HAVE_RTC_RAM 50//#define HAVE_RTC_RAM
51 51
52/* define this if you have a real-time clock */
53#define CONFIG_RTC APPLICATION
54
52/* The number of bytes reserved for loadable codecs */ 55/* The number of bytes reserved for loadable codecs */
53#define CODEC_SIZE 0x100000 56#define CODEC_SIZE 0x100000
54 57
diff --git a/firmware/export/config/nokian900.h b/firmware/export/config/nokian900.h
index 5cd41d50d0..a36aebf8db 100644
--- a/firmware/export/config/nokian900.h
+++ b/firmware/export/config/nokian900.h
@@ -49,6 +49,9 @@
49/* define this if you have RTC RAM available for settings */ 49/* define this if you have RTC RAM available for settings */
50//#define HAVE_RTC_RAM 50//#define HAVE_RTC_RAM
51 51
52/* define this if you have a real-time clock */
53#define CONFIG_RTC APPLICATION
54
52/* The number of bytes reserved for loadable codecs */ 55/* The number of bytes reserved for loadable codecs */
53#define CODEC_SIZE 0x100000 56#define CODEC_SIZE 0x100000
54 57
diff --git a/firmware/export/config/pandora.h b/firmware/export/config/pandora.h
index 9835b26db5..a740208ac0 100644
--- a/firmware/export/config/pandora.h
+++ b/firmware/export/config/pandora.h
@@ -49,6 +49,9 @@
49/* define this if you have RTC RAM available for settings */ 49/* define this if you have RTC RAM available for settings */
50//#define HAVE_RTC_RAM 50//#define HAVE_RTC_RAM
51 51
52/* define this if you have a real-time clock */
53#define CONFIG_RTC APPLICATION
54
52/* The number of bytes reserved for loadable codecs */ 55/* The number of bytes reserved for loadable codecs */
53#define CODEC_SIZE 0x100000 56#define CODEC_SIZE 0x100000
54 57
diff --git a/firmware/export/config/sdlapp.h b/firmware/export/config/sdlapp.h
index c02a188c4a..a55b7e3be3 100644
--- a/firmware/export/config/sdlapp.h
+++ b/firmware/export/config/sdlapp.h
@@ -57,6 +57,9 @@
57/* define this if you have RTC RAM available for settings */ 57/* define this if you have RTC RAM available for settings */
58//#define HAVE_RTC_RAM 58//#define HAVE_RTC_RAM
59 59
60/* define this if you have a real-time clock */
61#define CONFIG_RTC APPLICATION
62
60/* The number of bytes reserved for loadable codecs */ 63/* The number of bytes reserved for loadable codecs */
61#define CODEC_SIZE 0x100000 64#define CODEC_SIZE 0x100000
62 65