lyon
|
bf651c260b
|
test websocket on linux test ok
|
2022-11-10 18:07:09 +08:00 |
|
lyon
|
31bda65f87
|
add adapter_rtt
|
2022-11-10 17:13:56 +08:00 |
|
lyon
|
39c44e20a8
|
add requests module, add rtt adapter
|
2022-11-10 16:55:14 +08:00 |
|
pikastech
|
a97212a5b3
|
support bytes add bytes
|
2022-11-09 16:42:09 +08:00 |
|
lyon
|
43d65eabc6
|
format
|
2022-11-09 01:42:35 +08:00 |
|
lyon
|
46b8644aeb
|
fix core dump when line overflow
|
2022-11-09 01:34:49 +08:00 |
|
李昂
|
3764c638f4
|
left-right cmd test ok on putty - g070
|
2022-11-09 01:20:20 +08:00 |
|
lyon
|
a0c00498f8
|
support KEY_LEFT and KEY_RIGHT
|
2022-11-08 23:36:50 +08:00 |
|
pikastech
|
b38133b44f
|
fix obj_setInt for <str> arg error
|
2022-11-08 15:58:39 +08:00 |
|
pikastech
|
80e4a81e5b
|
cancel set_disp_mode
|
2022-11-08 15:53:07 +08:00 |
|
lyon
|
8c17a7bd0d
|
adding LEFT_RIGHT KEY support, not ok
|
2022-11-08 12:39:19 +08:00 |
|
lyon
|
d52265afef
|
optimize speed for hint strip
|
2022-11-07 11:54:19 +08:00 |
|
lyon
|
e212f28a91
|
use static inline instead of #define
|
2022-11-06 13:17:17 +08:00 |
|
lyon
|
2d7592a665
|
fix PIKA_EVENT_ENABLE
|
2022-11-05 16:18:11 +08:00 |
|
lyon
|
9294c45feb
|
support sendSignalAwaitResult
|
2022-11-05 13:20:23 +08:00 |
|
lyon
|
85ece20f4c
|
support cq for evnet, get res from event
|
2022-11-05 12:34:18 +08:00 |
|
lyon
|
4ed6061733
|
return None when return Null from cmodule
not raise when cjson parse faild
|
2022-11-04 14:23:54 +08:00 |
|
pikastech
|
d4cee2e73e
|
more api on adapter_mpy
|
2022-11-03 21:54:43 +08:00 |
|
pikastech
|
29a963ec9e
|
rename to adapter_mpy.h
|
2022-11-03 20:41:19 +08:00 |
|
pikastech
|
98863c79c3
|
fix core dump when print kw arg
|
2022-11-03 18:51:53 +08:00 |
|
lyon
|
48f9b9c017
|
fix version num
|
2022-11-02 12:44:48 +08:00 |
|
lyon
|
feeca8f135
|
run event when vm is idle
|
2022-11-02 12:25:02 +08:00 |
|
李昂
|
08d996c98d
|
add pika_wrapper_mpy.h add APIs for PikaDict
|
2022-11-02 01:43:25 +08:00 |
|
pikastech
|
8517777959
|
add _pika_assert
|
2022-10-28 19:36:52 +08:00 |
|
pikastech
|
09203accd4
|
skip check align on win32
|
2022-10-28 16:56:39 +08:00 |
|
pikastech
|
ce73abe665
|
version to v1.11.6
|
2022-10-28 14:38:48 +08:00 |
|
lyon
|
51f3da5961
|
rename tokes to tokenstream
|
2022-10-27 22:23:39 +08:00 |
|
lyon
|
0dc51e23c3
|
use 0x0f as magic code begin
|
2022-10-27 13:03:25 +08:00 |
|
lyon
|
79361f493b
|
fix 0x7F,'p','y','o' check err when backspace + p
|
2022-10-27 12:53:23 +08:00 |
|
lyon
|
d96c82076d
|
cut name attr for method on nano mode
|
2022-10-27 12:05:15 +08:00 |
|
lyon
|
123a110080
|
cut for pikanano
|
2022-10-26 20:50:37 +08:00 |
|
lyon
|
81684d5f0c
|
use MethodPropNative to reduce flash usage
|
2022-10-26 20:19:59 +08:00 |
|
lyon
|
ad930aca6f
|
add test for exit at any time
|
2022-10-26 17:16:50 +08:00 |
|
lyon
|
9283968a1c
|
add test by exit innter vm hock
|
2022-10-26 16:57:29 +08:00 |
|
lyon
|
1bf5663ecb
|
use new backspace algream
|
2022-10-25 16:38:16 +08:00 |
|
lyon
|
9681978f7d
|
fix backspace in REPL
|
2022-10-25 15:52:01 +08:00 |
|
lyon
|
ce053f6bef
|
filter for '\0' in REPL
|
2022-10-25 15:43:53 +08:00 |
|
lyon
|
189bfad553
|
enable fast alloc from pool
|
2022-10-25 15:19:52 +08:00 |
|
lyon
|
5180f2d807
|
fix cfg.getchar name conflict
|
2022-10-25 14:32:43 +08:00 |
|
lyon
|
d0df040067
|
support unittest for REPL, check overflow for REPL
|
2022-10-25 11:52:42 +08:00 |
|
lyon
|
b8c88066a7
|
cache bytecode before run
|
2022-10-24 19:24:24 +08:00 |
|
李昂
|
462087997e
|
support run bytecode by REPL
|
2022-10-24 13:01:45 +08:00 |
|
lyon
|
779f02b39d
|
gen magic code for *.py.o
|
2022-10-24 12:20:35 +08:00 |
|
lyon
|
df65e2def9
|
support RES on pikaCompiler
|
2022-10-24 10:14:12 +08:00 |
|
lyon
|
287d515bd0
|
fix lld in stack out
|
2022-10-24 09:10:08 +08:00 |
|
lyon
|
ed060f0c24
|
use u32 size value inner *.py.o
|
2022-10-23 18:57:00 +08:00 |
|
lyon
|
a344117bc3
|
fix __cleanbuff err in _do_obj_runChar
|
2022-10-22 11:25:13 +08:00 |
|
pikastech
|
8436c6623b
|
fix '\r\n' for obj_runchar
|
2022-10-22 10:13:13 +08:00 |
|
pikastech
|
5d026ea1df
|
test save file by shell ok
|
2022-10-21 23:59:43 +08:00 |
|
pikastech
|
0705d60053
|
suppor save file by PIKA_SHELL
|
2022-10-21 23:53:54 +08:00 |
|