helping 8chanF7

This commit is contained in:
rusefi 2023-06-29 18:08:51 -04:00
parent 7bd97bea13
commit 2404d2cb01
1 changed files with 4 additions and 0 deletions

View File

@ -296,7 +296,9 @@
#define EFI_CONSOLE_USB_DEVICE SDU1
#if defined(EFI_HAS_EXT_SDRAM)
#ifndef ENABLE_PERF_TRACE
#define ENABLE_PERF_TRACE TRUE
#endif // ENABLE_PERF_TRACE
#define LUA_USER_HEAP (1 * 1024 * 1024)
#elif defined(EFI_IS_F42x)
// F42x has more memory, so we can:
@ -307,8 +309,10 @@
#define LUA_USER_HEAP 25000
#else
#ifndef ENABLE_PERF_TRACE
// small memory F40x can't fit perf trace
#define ENABLE_PERF_TRACE FALSE
#endif // ENABLE_PERF_TRACE
#ifndef LUA_USER_HEAP
#define LUA_USER_HEAP 25000