mirror of
https://gitee.com/Lyon1998/pikapython.git
synced 2025-02-05 17:28:23 +08:00
14 lines
504 B
C
14 lines
504 B
C
#define PIKA_STACK_BUFF_SIZE 1024 * 4
|
|
#define PIKA_ASSERT_ENABLE 1
|
|
#define PIKA_MATH_ENABLE 1
|
|
#define PIKA_ARG_CACHE_ENABLE 1
|
|
#define PIKA_READ_FILE_BUFF_SIZE 1024 * 40
|
|
#define PIKA_INSTRUCT_HOOK_ENABLE 1
|
|
#define PIKA_INSTRUCT_HOOK_PERIOD 1
|
|
#define PIKA_SHELL_FILTER_ENABLE 1
|
|
#define PIKA_GC_MARK_SWEEP_ENABLE 1
|
|
#define PIKA_GC_MARK_SWEEP_THRESHOLD 1
|
|
#define PIKA_KERNAL_DEBUG_ENABLE 1
|
|
#define PIKA_UNBUFFERED_ENABLE 1
|
|
#define PIKA_HAL_CIRCULAR_QUEUE_MUTEX_ENABLE 1
|
|
#define PIKA_LVGL_THREAD_LOCK_ENABLE 1 |