mirror of
https://gitee.com/Lyon1998/pikapython.git
synced 2025-01-29 17:22:56 +08:00
add info
This commit is contained in:
parent
edb058c14f
commit
5ae8692985
@ -18,7 +18,6 @@ print('mem used max:')
|
||||
mem.max()
|
||||
|
||||
while True:
|
||||
time.sleep_ms(10)
|
||||
print('flowing')
|
||||
rgb.flow()
|
||||
print('flowing...')
|
||||
|
||||
|
@ -112,7 +112,7 @@ int main(void) {
|
||||
fputc(code[i], (FILE*)!NULL);
|
||||
}
|
||||
printf("==============[Pika ASM]==============\r\n");
|
||||
printf("asm size: %d\r\n", strGetSize(code));
|
||||
printf("[info]: asm size: %d\r\n", strGetSize(code));
|
||||
printf("[info]: boot from Pika Asm.\r\n");
|
||||
pikaVM_runAsm(pikaMain, code);
|
||||
goto main_loop;
|
||||
|
@ -203,7 +203,9 @@ uint8_t STM32_Code_reciveHandler(char* data, uint32_t rxSize) {
|
||||
if(!pika_memory_lock){
|
||||
pika_memory_lock = 1;
|
||||
#if use_mem_pool
|
||||
__platformDisableIrqHandle();
|
||||
pool_deinit(&pikaPool);
|
||||
__platformEnableIrqHandle();
|
||||
#endif
|
||||
}
|
||||
codeHeap.reciveTime = uwTick;
|
||||
|
0
port/linux/api-make-linux.sh
Executable file → Normal file
0
port/linux/api-make-linux.sh
Executable file → Normal file
0
port/linux/api-make-win10.sh
Executable file → Normal file
0
port/linux/api-make-win10.sh
Executable file → Normal file
0
port/linux/api-make.sh
Executable file → Normal file
0
port/linux/api-make.sh
Executable file → Normal file
0
port/linux/gtest.sh
Executable file → Normal file
0
port/linux/gtest.sh
Executable file → Normal file
0
port/linux/init.sh
Executable file → Normal file
0
port/linux/init.sh
Executable file → Normal file
0
port/linux/make.sh
Executable file → Normal file
0
port/linux/make.sh
Executable file → Normal file
0
port/linux/package/pikascript/rust-msc-latest-linux
Executable file → Normal file
0
port/linux/package/pikascript/rust-msc-latest-linux
Executable file → Normal file
0
port/linux/pull-core.sh
Executable file → Normal file
0
port/linux/pull-core.sh
Executable file → Normal file
0
port/linux/push-core.sh
Executable file → Normal file
0
port/linux/push-core.sh
Executable file → Normal file
0
port/linux/test-banchmark.sh
Executable file → Normal file
0
port/linux/test-banchmark.sh
Executable file → Normal file
0
port/linux/update-compiler.sh
Executable file → Normal file
0
port/linux/update-compiler.sh
Executable file → Normal file
Loading…
x
Reference in New Issue
Block a user