Lyon
|
94879d166f
|
support comprehension
|
2023-07-26 22:10:10 +08:00 |
|
Lyon
|
eb9a4c7494
|
fix socket_GET example
|
2023-07-21 20:03:30 +08:00 |
|
Lyon
|
f96fdbc0f1
|
fix int() builtins for u32 type
|
2023-07-21 19:30:32 +08:00 |
|
Lyon
|
3a39ff5944
|
add DNS test for socket
|
2023-07-21 16:55:07 +08:00 |
|
Lyon
|
82f0f3dc42
|
support gethostbyname for socket.py
|
2023-07-21 16:51:32 +08:00 |
|
Lyon
|
e41c5f2594
|
fix if not xxx: stmt
|
2023-07-21 03:03:47 +08:00 |
|
Lyon
|
0249f2bf75
|
fix if <str/bytes/object/list> behavior
|
2023-07-21 01:56:55 +08:00 |
|
Lyon
|
30af0b556e
|
fix bool() behavior
|
2023-07-21 01:10:01 +08:00 |
|
Lyon
|
53e82b08cd
|
release packages
|
2023-07-20 16:12:33 +08:00 |
|
Lyon
|
e14e77cdfb
|
fix bytes literal and getitem
|
2023-07-18 22:31:39 +08:00 |
|
Lyon
|
3c031e4e5d
|
support get host object for c extern object
|
2023-07-17 18:29:49 +08:00 |
|
Lyon
|
a61e393a9c
|
add pikastddevice test
|
2023-07-16 09:56:36 +08:00 |
|
Lyon
|
223b81c5e3
|
support deserializeResponse for modbus, fix crash
|
2023-07-08 14:25:44 +08:00 |
|
Lyon
|
060563b297
|
auto release packages
|
2023-07-06 22:02:30 +08:00 |
|
Lyon
|
9b64b84f82
|
support zlib package and tests
|
2023-07-06 02:39:57 +08:00 |
|
Lyon
|
9f77aa3dfb
|
update example.py
|
2023-07-03 00:34:28 +08:00 |
|
Lyon
|
5da6b727e9
|
fix parse err when comment inner list/dict
|
2023-06-30 01:17:34 +08:00 |
|
Lyon
|
4e731b50fe
|
format builtins test and example
|
2023-06-30 00:25:42 +08:00 |
|
李昂
|
ebe596f051
|
add examples/lvgl/lv_png.py.
Signed-off-by: 李昂 <liang6516@outlook.com>
|
2023-06-29 00:40:35 +00:00 |
|
Lyon
|
90a034533b
|
copy cjson to json module, parse backend use cjson
|
2023-06-22 17:17:47 +08:00 |
|
lyon
|
e32ba87dff
|
fix json parse issue on jsmn and fix compiler
|
2023-06-21 21:54:30 +08:00 |
|
lyon
|
f10c3235bc
|
fix json.loads() with empty object
|
2023-06-18 00:14:03 +08:00 |
|
lyon
|
efb0aa4e8e
|
json.dumps speed enhanced 100+ times
|
2023-06-18 00:03:16 +08:00 |
|
lyon
|
3dc892904f
|
support jsmn engin, faster 22 times than cjson
|
2023-06-17 14:56:39 +08:00 |
|
lyon
|
04f59ff042
|
add fsm module and test
|
2023-06-15 00:51:28 +08:00 |
|
lyon
|
6e70e38d46
|
fix eventloop default loop period
|
2023-06-11 13:07:14 +08:00 |
|
lyon
|
56e0a10751
|
set default eventloop period to 10ms
|
2023-05-17 21:50:28 +08:00 |
|
pikastech
|
f4762304d3
|
fix eventloop remove event crash
|
2023-05-16 21:49:05 +08:00 |
|
lyon
|
03e6b89980
|
support lua table to list/dict
|
2023-05-14 22:50:24 +08:00 |
|
lyon
|
af319d7b4d
|
add require test for pika_lua
|
2023-05-14 13:02:50 +08:00 |
|
lyon
|
67f015a628
|
add pika_lua
|
2023-05-14 10:43:02 +08:00 |
|
pikastech
|
c487912fc5
|
cancel GIL yiled between bc to avoid data race
|
2023-04-22 13:46:59 +08:00 |
|
pikastech
|
ce0999ec95
|
add test for modbus parse error
|
2023-04-22 13:46:59 +08:00 |
|
lyon
|
6d3d8b3658
|
support delay for eventloop
|
2023-04-21 01:06:02 +08:00 |
|
pikastech
|
70aabb81ad
|
fix thread and eventloop for onec args
|
2023-04-20 19:26:04 +08:00 |
|
pikastech
|
9b140e90a3
|
add eventloop module, support get_tick for _time
|
2023-04-20 17:06:16 +08:00 |
|
pikastech
|
c488eaab7d
|
update _thread pacakge
|
2023-04-15 11:34:17 +08:00 |
|
李昂
|
f7dbfa3344
|
update examples/bflb/example.py.
Signed-off-by: 李昂 <liang6516@outlook.com>
|
2023-04-06 12:16:58 +00:00 |
|
李昂
|
8139d0edbf
|
examples/bflb/example.py.
Signed-off-by: 李昂 <liang6516@outlook.com>
|
2023-04-02 13:47:25 +00:00 |
|
李昂
|
362eb6543d
|
新建 bflb
|
2023-04-02 13:46:53 +00:00 |
|
pikastech
|
fe3dff9b3d
|
support obj_newTuple/List helper function
|
2023-03-30 16:28:42 +08:00 |
|
pikastech
|
06150d0133
|
fix os_split
|
2023-03-26 21:30:18 +08:00 |
|
pikastech
|
34dedcde2d
|
add os_path support
|
2023-03-26 20:43:51 +08:00 |
|
pikastech
|
ee9d1e696a
|
auto release packages form linux port
|
2023-03-15 16:20:59 +08:00 |
|
pikastech
|
a3b402ae36
|
add os module
fix color for GC DUMP
add os module and test
support ESP32
|
2023-03-15 03:20:25 +00:00 |
|
dreamcmi
|
4fb6ae1f37
|
Merge branch 'master' into add/iotcloud
|
2023-03-15 00:54:48 +08:00 |
|
lyon
|
1441c6dd61
|
fix new_pikaobj api
|
2023-03-08 21:14:19 +08:00 |
|
lyon
|
cfa3acba3b
|
add more comments for modbus example
|
2023-03-03 00:24:04 +08:00 |
|
lyon
|
3df11749dd
|
add thread.self test
|
2023-02-28 10:59:53 +08:00 |
|
pikastech
|
6d4b7a3eb7
|
enhance event ant thread
enhance _thread start
|
2023-02-26 17:04:58 +08:00 |
|