diff options
Diffstat (limited to 'apps/plugins')
-rw-r--r-- | apps/plugins/SOURCES | 11 | ||||
-rw-r--r-- | apps/plugins/battery_bench.c | 2 | ||||
-rw-r--r-- | apps/plugins/doom/doom.make | 2 | ||||
-rw-r--r-- | apps/plugins/plugin.lds | 4 |
4 files changed, 4 insertions, 15 deletions
diff --git a/apps/plugins/SOURCES b/apps/plugins/SOURCES index 34940b4ee4..da906e6967 100644 --- a/apps/plugins/SOURCES +++ b/apps/plugins/SOURCES | |||
@@ -179,14 +179,3 @@ md5sum.c | |||
179 | #ifdef USB_ENABLE_HID | 179 | #ifdef USB_ENABLE_HID |
180 | remote_control.c | 180 | remote_control.c |
181 | #endif | 181 | #endif |
182 | |||
183 | test_codec.c | ||
184 | test_core_jpeg.c | ||
185 | test_disk.c | ||
186 | test_fps.c | ||
187 | test_gfx.c | ||
188 | test_mem_jpeg.c | ||
189 | test_resize.c | ||
190 | test_sampr.c | ||
191 | test_scanrate.c | ||
192 | test_viewports.c | ||
diff --git a/apps/plugins/battery_bench.c b/apps/plugins/battery_bench.c index 6eda335bc7..e4e399ff7b 100644 --- a/apps/plugins/battery_bench.c +++ b/apps/plugins/battery_bench.c | |||
@@ -30,7 +30,7 @@ PLUGIN_HEADER | |||
30 | #define EV_EXIT 1337 | 30 | #define EV_EXIT 1337 |
31 | 31 | ||
32 | /* seems to work with 1300, but who knows... */ | 32 | /* seems to work with 1300, but who knows... */ |
33 | #define THREAD_STACK_SIZE DEFAULT_STACK_SIZE + 0x1200 | 33 | #define THREAD_STACK_SIZE DEFAULT_STACK_SIZE + 0x200 |
34 | 34 | ||
35 | #if CONFIG_KEYPAD == RECORDER_PAD | 35 | #if CONFIG_KEYPAD == RECORDER_PAD |
36 | 36 | ||
diff --git a/apps/plugins/doom/doom.make b/apps/plugins/doom/doom.make index af302fa5bb..bdc32230eb 100644 --- a/apps/plugins/doom/doom.make +++ b/apps/plugins/doom/doom.make | |||
@@ -10,7 +10,7 @@ | |||
10 | DOOMSRCDIR := $(APPSDIR)/plugins/doom | 10 | DOOMSRCDIR := $(APPSDIR)/plugins/doom |
11 | DOOMBUILDDIR := $(BUILDDIR)/apps/plugins/doom | 11 | DOOMBUILDDIR := $(BUILDDIR)/apps/plugins/doom |
12 | 12 | ||
13 | #ROCKS += $(DOOMBUILDDIR)/doom.rock | 13 | ROCKS += $(DOOMBUILDDIR)/doom.rock |
14 | 14 | ||
15 | DOOM_SRC := $(call preprocess, $(DOOMSRCDIR)/SOURCES) | 15 | DOOM_SRC := $(call preprocess, $(DOOMSRCDIR)/SOURCES) |
16 | DOOM_SRC += $(ROOTDIR)/firmware/common/sscanf.c | 16 | DOOM_SRC += $(ROOTDIR)/firmware/common/sscanf.c |
diff --git a/apps/plugins/plugin.lds b/apps/plugins/plugin.lds index 436f8b4447..fe38b646d9 100644 --- a/apps/plugins/plugin.lds +++ b/apps/plugins/plugin.lds | |||
@@ -142,8 +142,8 @@ OUTPUT_FORMAT(elf32-littlemips) | |||
142 | 142 | ||
143 | #elif CONFIG_CPU==S5L8700 | 143 | #elif CONFIG_CPU==S5L8700 |
144 | #define DRAMORIG 0x08000000 | 144 | #define DRAMORIG 0x08000000 |
145 | #define IRAMORIG (0x00000000 + (128*1024)) | 145 | #define IRAMORIG (0x00000000 + (64*1024)) |
146 | #define IRAMSIZE (128*1024) | 146 | #define IRAMSIZE (64*1024) |
147 | 147 | ||
148 | #elif CONFIG_CPU==S5L8701 | 148 | #elif CONFIG_CPU==S5L8701 |
149 | #define DRAMORIG 0x08000000 | 149 | #define DRAMORIG 0x08000000 |