4588 Commits

Author SHA1 Message Date
任祉涵
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
李昂
c6fa747150
!112 support for UTF-8 in PikaStdData_String
Merge pull request !112 from eglwang/master
2022-09-05 14:03:08 +00:00
eglwang
da84347d3d move UTF-8Support define 2022-09-05 21:45:54 +08:00
eglwang
7a5a020af9 add UTF-8 support for pikaStdData_String 2022-09-05 21:29:30 +08:00
eglwang
b7c0d3023a add UTF-8 support for pikaStdData_String 2022-09-05 21:27:13 +08:00
pikastech
95af15a2eb add !PIKA_NODE_ENABLE for convert 2022-09-05 20:50:58 +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
5277b6f51d use arg_newObj 2022-09-05 19:56:56 +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
李昂
0a0a23756a
!111 re 模块改进
Merge pull request !111 from eglwang/master
2022-09-04 09:48:26 +00:00
eglwang
963338e33d re V2 2022-09-04 17:29:16 +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
pikastech
850976953b update version 2022-09-02 19:26:46 +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
cdd847ae04 fix pos_vars_keys 2022-09-02 01:17:50 +08:00
pikastech
fd15dc96af support vars_keys and pos_vars_keys 2022-09-02 01:17:00 +08:00
pikastech
bf744d6cc1 release v1.10.7 2022-09-02 00:39:35 +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
Lyon
216df31fbd
Merge pull request #205 from GorgonMeducer/update-cmsis-pack-for-lvgl-binding
Update cmsis pack for lvgl binding
2022-08-30 22:07:22 +08:00
pikastech
927f0d7966 fix arg->flag init faild 2022-08-30 21:50:55 +08:00
Gabriel Wang
a1dbcafc32 minor updates and fixes 2022-08-30 14:47:54 +01:00
pikastech
882e8263de supporting **keys 2022-08-30 21:40:58 +08: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
3852651555 release v1.10.6 2022-08-30 18:42:39 +08:00