5305 Commits

Author SHA1 Message Date
李昂
b9f95063c8
!216 fix socket
Merge pull request !216 from 梦程MI/feature/non_blocking_socket
2023-02-13 11:38:18 +00:00
pikastech
9af5c1ea7f add test for sh_filter 2023-02-13 16:17:10 +08:00
pikastech
1a690ef5f4 fix CI 2023-02-13 16:08:28 +08:00
pikastech
fecc3ca6ae rename *.cfg to *.h 2023-02-13 16:04:36 +08:00
pikastech
e0bdc1b34b add sence test for shell_filter 2023-02-13 16:00:23 +08: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
Lyon
d61767d09e
Merge pull request #288 from GorgonMeducer/shell-filter-impl
implement shell filter
2023-02-13 08:08:12 +08:00
Gabriel Wang
f225d0e8e8 minor fix 2023-02-12 19:33:56 +00:00
Gabriel Wang
bc0e21afc3 add shell filter 2023-02-12 19:25:53 +00:00
Gabriel Wang
441d82844a add byte queue 2023-02-12 14:11:20 +00: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
Lyon
68984a0fd8 Merge branch 'master' of https://github.com/pikasTech/PikaPython 2023-02-12 13:07:38 +00:00
Gabriel Wang
8c0ca7c3cc
Add an interface for the shell filter (#287)
* Update __pika_ooc.h

* add an interface for char filter
2023-02-12 21:03:06 +08:00
dreamcmi
8a21ba98d1 add socket.setblocking method 2023-02-12 20:44:40 +08:00
lyon
24dd3c8e5c add prime compile 2023-02-12 19:58:48 +08:00
李昂
32ca8b23b9 fix pico-dev 2023-02-12 19:53:06 +08:00
lyon
531dced423 use pikafs_fxxx API 2023-02-12 11:12:28 +08:00
lyon
9c8f60c839 add thread 2023-02-11 14:58:47 +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
b469aaa4ec fix ci 2023-02-11 12:02:55 +08:00
Lyon
7dcff7f4d9 Merge branch 'master' of https://github.com/pikasTech/PikaPython 2023-02-11 03:51:16 +00: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
5c40520e69 auto release 2023-02-10 11:07:56 +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
李昂
9684876422
update src/PikaCompiler.c.
Signed-off-by: 李昂 <liang6516@outlook.com>
2023-02-08 11:52:46 +00:00
lyon
8bf5e94113 fix run file, fix msvc 2023-02-08 19:30:47 +08:00
李昂
42dfc37b14
update src/dataArg.h.
Signed-off-by: 李昂 <liang6516@outlook.com>
2023-02-08 11:12:17 +00:00
李昂
858742fb36
update src/PikaObj.h.
Signed-off-by: 李昂 <liang6516@outlook.com>
2023-02-08 11:12:01 +00:00
李昂
fdcbfabccb
update src/PikaPlatform.c.
Signed-off-by: 李昂 <liang6516@outlook.com>
2023-02-08 11:10:53 +00:00
lyon
f362df70c6 supporting run file for other folder 2023-02-08 19:06:25 +08:00
lyon
dd61622277 support pwd for runFile 2023-02-08 19:02:34 +08:00
lyon
e33e7363b6 add pikaPath utiles 2023-02-08 18:25:08 +08:00
李昂
c6db38c0a0
fix compile err on msvc
Signed-off-by: 李昂 <liang6516@outlook.com>
2023-02-05 09:42:55 +00:00
李昂
4451d6b504
fix compile err on msvc
Signed-off-by: 李昂 <liang6516@outlook.com>
2023-02-05 09:42:15 +00:00
lyon
91f9d74082 fix read too many bytes from uart.readBytes() 2023-02-03 17:11:47 +08:00
Lyon
1e012b29c7
Delete .github/ISSUE_TEMPLATE directory 2023-02-02 22:56:48 +08:00
lyon
15c1c01942 fix CI 2023-02-02 12:12:09 +08:00
lyon
e55c9a6a17 fix platform_thread_mutex, update time 2023-02-02 00:12:21 +08:00
lyon
0084d91e6d release _thread, mqtt 2023-02-01 21:38:46 +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