1598 Commits

Author SHA1 Message Date
pikastech
ad22498992 rm files
fix include cmake
2022-09-06 21:13:13 +08:00
任祉涵
36b3d2775a
PikaNN simple version (#211)
* PikaNN sample

* Delete __asset_lib_to_file_py_a.c

* Update CMakeLists.txt

Co-authored-by: Lyon <88232613+pikasTech@users.noreply.github.com>
2022-09-06 21:08:10 +08:00
pikastech
9cb3f586d5 fix PIKA_STRING_UTF8_EANBLE = 0 2022-09-06 08:19:05 +08:00
pikastech
91461e3f17 fix warnings 2022-09-05 22:37:31 +08:00
pikastech
d5ab75af41 fix some wars, fix mem leak, add unit test 2022-09-05 22:30:28 +08:00
pikastech
af26aace9d use method from str and bytes directly 2022-09-05 20:40:19 +08:00
pikastech
c59c8953b7 support method for str
support method for str
2022-09-05 20:29:13 +08:00
pikastech
a563f7947c add arg_newObj api 2022-09-05 17:43:17 +08:00
pikastech
4486de76e9 support list slice 2022-09-05 16:31:30 +08:00
pikastech
45c70ffe79 support __contains__ for dict 2022-09-05 15:39:15 +08:00
pikastech
b298e152e5 support __contain__
support __contains__ for list
2022-09-05 15:21:49 +08:00
pikastech
8cc02d15cd fix ci 2022-09-04 21:52:17 +08:00
pikastech
6257ab7f06 fix print sort 2022-09-04 21:19:41 +08:00
pikastech
9623c2f8f1 skip arg num check for factory method 2022-09-04 18:54:51 +08:00
pikastech
eb92e69fd8 fix memroy leak and arg num check err 2022-09-04 18:37:47 +08:00
pikastech
6c6e42e128 update re from package to port/linux 2022-09-04 17:50:08 +08:00
pikastech
d85fed9260 add default arg in example 2022-09-03 10:15:31 +08:00
李昂
0e1a2d3249 !110 support default pars for py function
* var_default_vars test ok
* default with input is ok
* use self.val in CallBack/test2.py
* vm ...
2022-09-02 16:16:31 +00:00
pikastech
854bd2a6a4 skip when default is given 2022-09-02 20:21:58 +08:00
李昂
55801b28f5 !109 default
* add callback test
* def test(a=1, b='test') for default is ok
* getNodeAttr
2022-09-02 11:25:32 +00:00
pikastech
b928950106 fix declare typo, parsing defalut 2022-09-02 14:34:47 +08:00
pikastech
4827c6d031 add example function.py 2022-09-02 09:22:39 +08:00
pikastech
fd15dc96af support vars_keys and pos_vars_keys 2022-09-02 01:17:00 +08:00
pikastech
c7156e318f update msc
update version
2022-09-02 00:39:04 +08:00
pikastech
d4a0b37958 support **keys in cmodule
support print('test', end='')
2022-09-02 00:33:50 +08:00
pikastech
da2e9b3779 Merge branch 'key' 2022-08-31 00:46:42 +08:00
pikastech
a2bbc06a39 fix ci 2022-08-31 00:44:45 +08:00
李昂
7d191fc2ea !108 keys
* def foo(**keys) in py is ok
* __kwargs is ok
* gening dict
* fix arg->flag init faild
* supporting **keys
2022-08-30 16:40:04 +00:00
pikastech
1c9a4c8b5c def foo(**keys) in py is ok 2022-08-31 00:38:51 +08:00
pikastech
3b9f0112ed __kwargs is ok 2022-08-31 00:15:23 +08:00
pikastech
b569c4dc2e gening dict 2022-08-30 23:10:59 +08:00
Gabriel Wang
a1dbcafc32 minor updates and fixes 2022-08-30 14:47:54 +01:00
Gabriel Wang
af18b3b98e fix typo 2022-08-30 13:47:50 +01:00
Gabriel Wang
94d0dc55dc Delete __pikaBindingLVGLDefault.c 2022-08-30 13:44:37 +01:00
Gabriel Wang
7c36526382 Update PikaTech.PikaScript.xml 2022-08-30 13:39:56 +01:00
Lyon
56c5027b48 update cmsis-pack to v1.10.6 2022-08-30 18:47:49 +08:00
pikastech
3a5b289c0d add #ifndef for each module in __pikaBinding.c
release v1.10.6

uprdate msc
2022-08-30 18:41:39 +08:00
pikastech
c8137e8204 fix ci 2022-08-30 16:05:44 +08:00
pikastech
718b11d482 support try except in cmodule
not use try_top or try_inner

try dict nofound and try len is tested ok
2022-08-30 15:37:09 +08:00
pikastech
2dd8b6979d add get/set arg_serialized
add setIsKeyword

support keyword input
2022-08-30 12:25:57 +08:00
pikastech
e98c6b4e13 restore befor OUT 2022-08-30 12:05:28 +08:00
pikastech
e19d44cc92 befor pull 2022-08-30 11:59:17 +08:00
pikastech
abe576d9e5 OUT for keyword pars is ok 2022-08-30 11:58:13 +08:00
Gabriel Wang
fafb579bd5 Update make.bat 2022-08-30 00:32:42 +01:00
Gabriel Wang
6e8ca6e2b8 update cmsis-pack to support LVGL Binding 2022-08-30 00:29:56 +01:00
Gabriel Wang
c6ca975a04 update the script to generate pdsc 2022-08-29 23:44:05 +01:00
Gabriel Wang
c8e51450c5 update cmsis-pack pdsc 2022-08-29 22:45:54 +01:00
Lyon
72738b903d add make.bat 2022-08-29 23:29:29 +08:00
Lyon
0fa44706db support win for makepdsc 2022-08-29 23:23:51 +08:00
pikastech
87da4d26d1 release v1.10.5, and readyto re 2022-08-29 18:57:10 +08:00