This repository has been archived on 2023-07-17. You can view files and clone it, but cannot push or open issues or pull requests.
bl_mcu_sdk/examples/pikapython/pika_config.h
2023-02-27 19:29:33 +08:00

5 lines
163 B
C
Executable File

#define PIKA_LWIP_ENABLE 1
#define PIKA_FREERTOS_ENABLE 1
#define PIKA_THREAD_STACK_SIZE 4096
#define PIKA_SHELL_SAVE_APP_ENABLE 1
#define PIKA_STACK_BUFF_SIZE 512