mirror of
https://gitee.com/Lyon1998/pikapython.git
synced 2025-02-05 17:28:23 +08:00
extend stack to 4096
This commit is contained in:
parent
1001f0d154
commit
6ea786caef
@ -5,13 +5,13 @@
|
|||||||
*
|
*
|
||||||
* Change Logs:
|
* Change Logs:
|
||||||
* Date Author Notes
|
* Date Author Notes
|
||||||
* 2021-12-07 lyon the first version
|
* 2021-12-07 lyon the first version
|
||||||
|
* 2021-12-08 Meco Man reimplement init
|
||||||
*/
|
*/
|
||||||
#include <rtthread.h>
|
#include <rtthread.h>
|
||||||
#include <pikaScript.h>
|
#include <pikaScript.h>
|
||||||
|
|
||||||
|
#define PIKASCRIPT_STACK_SIZE 4096
|
||||||
#define PIKASCRIPT_STACK_SIZE 1024
|
|
||||||
#define PIKASCRIPT_STACK_PRIO 20
|
#define PIKASCRIPT_STACK_PRIO 20
|
||||||
|
|
||||||
static void pikascript_entry(void *parameter)
|
static void pikascript_entry(void *parameter)
|
||||||
@ -38,5 +38,4 @@ static int rt_pika_init(void)
|
|||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
INIT_APP_EXPORT(rt_pika_init);
|
INIT_APP_EXPORT(rt_pika_init);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user