4396 Commits

Author SHA1 Message Date
Lyon
43978e8e72 update cmsis-pack 2022-09-16 21:01:18 +08:00
pikastech
5706d29ac1 fix v1.11 2022-09-16 16:22:08 +08:00
pikastech
f8b529a956 add class int64 2022-09-16 16:21:12 +08:00
pikastech
cb16536a99 release v1.11 v1.11.0 2022-09-16 15:45:17 +08:00
pikastech
599a8e9ae0 restore 2022-09-16 15:42:44 +08:00
pikastech
80a7aa0aa9 release v1.11.0 to bsp, port 2022-09-16 15:39:44 +08:00
pikastech
b2cdbe1ee7 release v1.11 2022-09-16 15:34:17 +08:00
pikastech
d2d060768f fix format 2022-09-16 15:28:48 +08:00
Lyon
3fa9b56279 fix ac5 warning 2022-09-16 15:25:37 +08:00
pikastech
b4321d3a5c fix err when arg.type or arg.flag both u8 2022-09-16 14:27:10 +08:00
pikastech
37c17e5f4e update readme 2022-09-16 13:48:56 +08:00
pikastech
db54438caf support pass
support pass
2022-09-15 18:44:18 +08:00
pikastech
d3026c7c99 support slice utf8 for str
add test for slice utf-8
2022-09-15 16:27:02 +08:00
pikastech
8acef2efde support pks_vm_exit() 2022-09-14 13:46:19 +08:00
pikastech
1019f3095f exit when error occord 2022-09-14 13:05:10 +08:00
pikastech
25bd3a9294 support def test(a:int64)-> int64: 2022-09-14 12:30:23 +08:00
pikastech
14a738db0f update pikaPackage.exe 2022-09-13 01:03:10 +08:00
Lyon
6dd70536ba new pikaPackage.exe 2022-09-13 00:58:39 +08:00
pikastech
3a7796251f support range(a), range(a, b, step) 2022-09-12 20:01:30 +08:00
Lyon
2d6a2984e0 usd -O0 for h750 2022-09-12 11:19:49 +08:00
Lyon
977f3d71d8 use -Os for h750vb 2022-09-11 22:52:42 +08:00
pikastech
2884d51c72 support for k, v in d.items() 2022-09-11 12:12:22 +08:00
pikastech
7f193cec04 support dict.items() 2022-09-11 00:51:17 +08:00
pikastech
c70947aa6e cut VM for nano mode 2022-09-10 23:16:59 +08:00
Lyon
26702ad030 v1.10 for f4 2022-09-10 21:53:58 +08:00
李昂
d5f45263e0
!117 STM32F4_v0.1.0_1662817094798
Merge pull request !117 from pikabot/STM32F4_v0.1.0_1662817094798
2022-09-10 13:39:39 +00:00
lyon
b9df4882ac update_toml 2022-09-10 21:39:04 +08:00
Lyon
ac05e34d02 v1.10.0 for f103ze 2022-09-10 21:36:01 +08:00
Lyon
8e92d58be6 v1.10.0 for f103rc 2022-09-10 21:32:09 +08:00
pikastech
e0906f3602 remove type hint in class define
remove type hint in cmodule
2022-09-10 13:55:04 +08:00
pikastech
779f94c529 fix DEL $tmp 2022-09-09 16:30:23 +08:00
pikastech
8143c1376e support multy return in function 2022-09-09 16:14:27 +08:00
pikastech
512424aef5 update packages.toml 2022-09-09 13:11:20 +08:00
pikastech
b48d04df3b support return dict in cmodule, release v1.10.8 2022-09-09 13:10:20 +08:00
pikastech
c0148c2bd3 skip void line 2022-09-09 10:18:55 +08:00
pikastech
7ae95663f6 support multy assign, use $l[x] instead of _l[x] 2022-09-09 10:16:15 +08:00
pikastech
8734548a37 fix valgrind for PikaNN 2022-09-08 22:48:00 +08:00
pikastech
e85639a1e9 fix valgrind in check CLS
add pikann
2022-09-08 22:33:23 +08:00
pikastech
77b032654c update readme.syntex 2022-09-08 19:30:46 +08:00
pikastech
87a084b4d8 support super(), test ok
support `super()`
2022-09-08 19:07:21 +08:00
Lyon
22d4c2137e update arm2d project, use Arm2D v0.6.0 2022-09-08 13:01:04 +08:00
lyon
b3cc765945 update_toml 2022-09-08 11:04:38 +08:00
lyon
cbf1fdbea7 add_files 2022-09-08 11:04:38 +08:00
pikastech
f216ee1f23 valgrind not pass in PikaNN 2022-09-08 08:43:15 +08:00
pikastech
2ba50d472f add __platform_memmove 2022-09-08 08:19:08 +08:00
pikastech
10c7f1a261 add __callback inline bytecode
impl strlwr for linux, merge codede.c to _String.c
2022-09-08 08:17:01 +08:00
李昂
bfb390324d
!114 Added utf-8 to utf-16/utf-32 string encoding method
Merge pull request !114 from eglwang/master
2022-09-07 14:58:12 +00:00
eglwang
f7a60bb775 remove comments in codede.c 2022-09-07 22:31:34 +08:00
eglwang
9d4c9689a9 support UTF-16,UTF-32 in pikaStdData_String.encode 2022-09-07 22:29:52 +08:00
eglwang
ba42a3924c fix a bug in PikaStdData_String___setitem__ 2022-09-07 22:19:11 +08:00