File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ static const uint32_t MEMORY_SIZE = 64 * 1024 * 1024;
37
37
38
38
static uint8_t * const DECOMPRESSED_ASSETS_START_ADDRESS = MEMORY_BEGIN ;
39
39
#if defined(EEZ_PLATFORM_STM32 )
40
- static const uint32_t DECOMPRESSED_ASSETS_SIZE = (3 * 512 - 20 ) * 1024 ;
40
+ static const uint32_t DECOMPRESSED_ASSETS_SIZE = (3 * 512 - 32 ) * 1024 ;
41
41
#endif
42
42
#if defined(EEZ_PLATFORM_SIMULATOR )
43
43
static const uint32_t DECOMPRESSED_ASSETS_SIZE = 8 * 1024 * 1024 ;
@@ -55,7 +55,7 @@ static const uint32_t FILE_VIEW_BUFFER_SIZE = 3 * 512 * 1024;
55
55
#endif
56
56
57
57
static uint8_t * const EXTERNAL_ASSETS_BUFFER = FILE_VIEW_BUFFER + FILE_VIEW_BUFFER_SIZE ;
58
- static const uint32_t EXTERNAL_ASSETS_BUFFER_SIZE = 1024 * 1024 ;
58
+ static const uint32_t EXTERNAL_ASSETS_BUFFER_SIZE = 768 * 1024 ;
59
59
60
60
static uint8_t * const MP_BUFFER = EXTERNAL_ASSETS_BUFFER + EXTERNAL_ASSETS_BUFFER_SIZE ;
61
61
static const uint32_t MP_BUFFER_SIZE = 512 * 1024 ;
You can’t perform that action at this time.
0 commit comments