pikastech
|
fc5e21140b
|
fix ci, fix wars
|
2023-02-27 19:47:46 +08:00 |
|
pikastech
|
6258ccebb2
|
add clear() builtin, fix REPL thread
|
2023-02-26 17:48:19 +08:00 |
|
pikastech
|
6d4b7a3eb7
|
enhance event ant thread
enhance _thread start
|
2023-02-26 17:04:58 +08:00 |
|
dreamcmi
|
2ac39e522d
|
fix socket fcntl has wrong number of parameters in lwip
|
2023-02-26 02:00:10 +08:00 |
|
lyon
|
546daaabe0
|
logout syntex err line
fix parse err on complex list
|
2023-02-25 16:43:41 +08:00 |
|
lyon
|
b4f563cfe3
|
support user compotnents
|
2023-02-25 16:01:54 +08:00 |
|
lyon
|
0d71c8eed3
|
fix run native constructor
|
2023-02-25 12:15:38 +08:00 |
|
pikastech
|
772d990cfa
|
limit max event pickup
|
2023-02-24 19:20:20 +08:00 |
|
lyon
|
21993122a3
|
fix weakref
add comment
|
2023-02-23 21:45:20 +08:00 |
|
lyon
|
2077880671
|
fix modbus err
|
2023-02-23 15:52:44 +08:00 |
|
lyon
|
6c6be65db6
|
support add and build
|
2023-02-22 21:59:28 +08:00 |
|
lyon
|
c95594d89b
|
add cpp-test
|
2023-02-22 19:26:37 +08:00 |
|
pikastech
|
0b5be3c57c
|
update cJson
|
2023-02-20 16:23:46 +08:00 |
|
lyon
|
85d989028e
|
support bool type
|
2023-02-18 16:35:03 +08:00 |
|
lyon
|
de571a2662
|
add while_try_while
fix while_try_while vm err
|
2023-02-15 12:29:47 +08:00 |
|
lyon
|
6eb79f9b81
|
update unittest
|
2023-02-15 11:31:36 +08:00 |
|
lyon
|
dfe17ff3b9
|
fix splitCollect and type hint inner default
|
2023-02-14 20:53:27 +08:00 |
|
lyon
|
165cc7d041
|
fix thread and socket on freertos
use pikaMalloc/Free inner platform_thread()
socket multithread test passed on linux
update
improve fast_test.sh
|
2023-02-14 19:37:30 +08:00 |
|
lyon
|
4fb1fd3ed4
|
fix _thread on freertos|esp32c3
fix Nano mode
|
2023-02-13 22:24:30 +08:00 |
|
lyon
|
6898f52a71
|
add GIL for socket
|
2023-02-13 19:54:16 +08:00 |
|
李昂
|
b9f95063c8
|
!216 fix socket
Merge pull request !216 from 梦程MI/feature/non_blocking_socket
|
2023-02-13 11:38:18 +00:00 |
|
pikastech
|
1265906952
|
format shell_filter
set sh_filter as default, add test caces
|
2023-02-13 15:57:31 +08:00 |
|
lyon
|
4f12ac1785
|
add PIKA_SHELL_FILTER enable on test_default
|
2023-02-13 10:58:41 +08:00 |
|
dreamcmi
|
76d2980dc4
|
remove socket debug printf
|
2023-02-12 21:44:18 +08:00 |
|
dreamcmi
|
cad688a7ee
|
socket recv length fix to actual length
|
2023-02-12 21:42:30 +08:00 |
|
dreamcmi
|
8a21ba98d1
|
add socket.setblocking method
|
2023-02-12 20:44:40 +08:00 |
|
lyon
|
531dced423
|
use pikafs_fxxx API
|
2023-02-12 11:12:28 +08:00 |
|
pikastech
|
b09cae79d3
|
raise when list out of index, fix 'for except brea'
|
2023-02-11 14:44:11 +08:00 |
|
pikastech
|
6f659ca93d
|
rename vm_lock to GIL
|
2023-02-11 13:44:53 +08:00 |
|
lyon
|
994bb3bdc5
|
add weakref
add PikaUI test
test PikauI_core passed
save host_obj on methodArg
support save host_obj for method
|
2023-02-11 00:58:58 +08:00 |
|
lyon
|
cd0029b6d1
|
fix modbus panic when decode faild
|
2023-02-10 11:07:25 +08:00 |
|
lyon
|
523aea3d73
|
add PIKAUI
|
2023-02-09 23:17:40 +08:00 |
|
lyon
|
30bc567bd6
|
fix n_used
restore test
|
2023-02-09 23:12:17 +08:00 |
|
lyon
|
abbe038eb3
|
restore n_num
|
2023-02-09 17:40:44 +08:00 |
|
lyon
|
612a8aa33d
|
try to fix chain err
|
2023-02-09 17:16:40 +08:00 |
|
lyon
|
ec51e2cc11
|
add ui parse test
|
2023-02-09 15:53:15 +08:00 |
|
lyon
|
72cd354a8d
|
fix run_file
|
2023-02-09 15:48:52 +08:00 |
|
lyon
|
91f9d74082
|
fix read too many bytes from uart.readBytes()
|
2023-02-03 17:11:47 +08:00 |
|
lyon
|
15c1c01942
|
fix CI
|
2023-02-02 12:12:09 +08:00 |
|
lyon
|
73e056141b
|
fix mem leak when exit thread
support tuple args for _thread.start_new_thread()
update _thread
|
2023-02-01 21:35:49 +08:00 |
|
lyon
|
20bfc6a681
|
more thread support
|
2023-02-01 13:31:30 +08:00 |
|
lyon
|
0752afac79
|
add _thread module
|
2023-02-01 13:15:15 +08:00 |
|
lyon
|
98bab11333
|
support yield
|
2023-02-01 00:41:19 +08:00 |
|
lyon
|
d9925cab7c
|
support yiled from time.sleep()
|
2023-02-01 00:37:05 +08:00 |
|
lyon
|
d7fedffdc5
|
renmae platform_timer to thread_timer
|
2023-01-31 23:38:55 +08:00 |
|
lyon
|
73b9effffd
|
fix suger_multiassin inner def or class
|
2023-01-30 01:47:18 +08:00 |
|
lyon
|
d00e1f9158
|
add diff tools
|
2023-01-29 13:02:43 +08:00 |
|
lyon
|
4d1c420ae1
|
support findpkg
|
2023-01-29 12:53:50 +08:00 |
|
lyon
|
441ae6a1f8
|
support latestversion
|
2023-01-29 12:51:00 +08:00 |
|
lyon
|
74142cb3d6
|
rm diff
|
2023-01-29 12:41:38 +08:00 |
|