Bump up interrupt depth.
This commit is contained in:
@ -1,4 +1,4 @@
|
|||||||
VERSION=7.0.4
|
VERSION=7.0.5
|
||||||
REVISION=$(shell git rev-parse HEAD)
|
REVISION=$(shell git rev-parse HEAD)
|
||||||
|
|
||||||
OUT = out
|
OUT = out
|
||||||
|
|||||||
@ -54,7 +54,7 @@
|
|||||||
# define HEAP_SIZE 2 * 1024
|
# define HEAP_SIZE 2 * 1024
|
||||||
# define STACK_SIZE 32
|
# define STACK_SIZE 32
|
||||||
#endif
|
#endif
|
||||||
#define INTERRUPT_STACK_CELLS 16
|
#define INTERRUPT_STACK_CELLS 64
|
||||||
|
|
||||||
#define PLATFORM_OPCODE_LIST \
|
#define PLATFORM_OPCODE_LIST \
|
||||||
/* Memory Allocation */ \
|
/* Memory Allocation */ \
|
||||||
|
|||||||
Reference in New Issue
Block a user