summaryrefslogtreecommitdiff
path: root/apps/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins')
-rw-r--r--apps/plugins/SOURCES11
-rw-r--r--apps/plugins/battery_bench.c2
-rw-r--r--apps/plugins/doom/doom.make2
-rw-r--r--apps/plugins/plugin.lds4
4 files changed, 4 insertions, 15 deletions
diff --git a/apps/plugins/SOURCES b/apps/plugins/SOURCES
index 34940b4..da906e6 100644
--- a/apps/plugins/SOURCES
+++ b/apps/plugins/SOURCES
@@ -179,14 +179,3 @@ md5sum.c
#ifdef USB_ENABLE_HID
remote_control.c
#endif
-
-test_codec.c
-test_core_jpeg.c
-test_disk.c
-test_fps.c
-test_gfx.c
-test_mem_jpeg.c
-test_resize.c
-test_sampr.c
-test_scanrate.c
-test_viewports.c
diff --git a/apps/plugins/battery_bench.c b/apps/plugins/battery_bench.c
index 6eda335..e4e399f 100644
--- a/apps/plugins/battery_bench.c
+++ b/apps/plugins/battery_bench.c
@@ -30,7 +30,7 @@ PLUGIN_HEADER
#define EV_EXIT 1337
/* seems to work with 1300, but who knows... */
-#define THREAD_STACK_SIZE DEFAULT_STACK_SIZE + 0x1200
+#define THREAD_STACK_SIZE DEFAULT_STACK_SIZE + 0x200
#if CONFIG_KEYPAD == RECORDER_PAD
diff --git a/apps/plugins/doom/doom.make b/apps/plugins/doom/doom.make
index af302fa..bdc3223 100644
--- a/apps/plugins/doom/doom.make
+++ b/apps/plugins/doom/doom.make
@@ -10,7 +10,7 @@
DOOMSRCDIR := $(APPSDIR)/plugins/doom
DOOMBUILDDIR := $(BUILDDIR)/apps/plugins/doom
-#ROCKS += $(DOOMBUILDDIR)/doom.rock
+ROCKS += $(DOOMBUILDDIR)/doom.rock
DOOM_SRC := $(call preprocess, $(DOOMSRCDIR)/SOURCES)
DOOM_SRC += $(ROOTDIR)/firmware/common/sscanf.c
diff --git a/apps/plugins/plugin.lds b/apps/plugins/plugin.lds
index 436f8b4..fe38b64 100644
--- a/apps/plugins/plugin.lds
+++ b/apps/plugins/plugin.lds
@@ -142,8 +142,8 @@ OUTPUT_FORMAT(elf32-littlemips)
#elif CONFIG_CPU==S5L8700
#define DRAMORIG 0x08000000
-#define IRAMORIG (0x00000000 + (128*1024))
-#define IRAMSIZE (128*1024)
+#define IRAMORIG (0x00000000 + (64*1024))
+#define IRAMSIZE (64*1024)
#elif CONFIG_CPU==S5L8701
#define DRAMORIG 0x08000000