5030 Commits

Author SHA1 Message Date
lyon
fc69ce4145 add_files 2022-12-23 20:22:33 +08:00
李昂
8c9dcfb618
add examples/Device/UART_CALLBACK.py.
Signed-off-by: 李昂 <liang6516@outlook.com>
2022-12-23 12:20:36 +00:00
李昂
6c1d9ebc81
update examples/Device/GPIO_CALLBCK.py.
Signed-off-by: 李昂 <liang6516@outlook.com>
2022-12-23 11:21:21 +00:00
lyon
256319e035 update port linux std
fix baseDev.addEventCallBack

use setCallBack in std

update std

support flow control for uart

add flowcontrol API for std.uart
2022-12-23 18:43:08 +08:00
李昂
90c7ed066d
!199 PikaStdDevice_v2.1.2_1671790578786
Merge pull request !199 from pikabot/PikaStdDevice_v2.1.2_1671790578786
2022-12-23 10:18:22 +00:00
李昂
f7235ae459
update package/PikaStdDevice/PikaStdDevice_Time.c.
Signed-off-by: 李昂 <liang6516@outlook.com>
2022-12-23 10:17:49 +00:00
lyon
dfba4e266c update_toml 2022-12-23 18:16:53 +08:00
lyon
36ef746f57 add_files 2022-12-23 18:16:53 +08:00
lyon
55508d7e84 support del(x) 2022-12-23 18:11:49 +08:00
lyon
d0c62dc249 fix lvgl typo, cancel requests post test 2022-12-23 18:03:41 +08:00
lyon
64091bcd55 fix platform_getTick, fix socket LWIP gethostname 2022-12-23 17:58:12 +08:00
李昂
537958d1c4
add examples/Device/GPIO_CALLBCK.py.
Signed-off-by: 李昂 <liang6516@outlook.com>
2022-12-22 13:18:13 +00:00
李昂
62444e6d16
!198 fix base64 release
Merge pull request !198 from 梦程MI/fix/base64
2022-12-22 08:45:37 +00:00
dreamcmi
23be8b583f fix base64 release 2022-12-22 16:37:29 +08:00
dreamcmi
29ad2b4481 rm old base64.pyi 2022-12-22 16:36:49 +08:00
dreamcmi
a49dec9f12 rename base64.pyi to _base64.pyi 2022-12-22 16:28:25 +08:00
lyon
e891b5bed5 fix type of args_getArgByIndex 2022-12-22 15:33:15 +08:00
lyon
f266440a77 fix args_getArgByIndex 2022-12-22 15:30:48 +08:00
lyon
2bf121afcb use EVENT_SIGNAL on event_callback 2022-12-22 14:54:51 +08:00
lyon
f400b027d9 add HAL_EVENT_CALLBACK_ENA config 2022-12-22 14:23:21 +08:00
李昂
05ea619cb3
!197 fix socket
Merge pull request !197 from 梦程MI/fix/socket
2022-12-21 05:09:38 +00:00
lyon
e524c2b6ad fix fn_pos_kw_issus2 2022-12-21 13:08:42 +08:00
dreamcmi
67b56c9be4 fix socket PIKA_LWIP_ENABLE macro 2022-12-21 13:04:06 +08:00
lyon
1ceb015391 fix load err when fn(pos, kw=xxx) 2022-12-21 00:26:01 +08:00
lyon
3afd92608a fix typo of getArgByIndex 2022-12-21 00:13:19 +08:00
lyon
fce67d309d use WEAK for std.time 2022-12-20 22:44:39 +08:00
李昂
8e3691f388
!196 base64_v1.0.0_1671545517452
Merge pull request !196 from pikabot/base64_v1.0.0_1671545517452
2022-12-20 14:37:10 +00:00
李昂
17346f6f21
!195 hmac_v1.0.1_1671545391689
Merge pull request !195 from pikabot/hmac_v1.0.1_1671545391689
2022-12-20 14:36:53 +00:00
dreamcmi
0e829579b1 update_toml 2022-12-20 22:12:25 +08:00
dreamcmi
559e408129 update_toml 2022-12-20 22:11:49 +08:00
李昂
d75ce00c37
!194 update base64 hmac
Merge pull request !194 from 梦程MI/fix/base64
2022-12-20 09:03:31 +00:00
lyon
fd6d39143c support uart for std by pika_hal 2022-12-19 16:56:53 +08:00
dreamcmi
a8bd50cfae hmac compatible cpython input parameters 2022-12-18 15:40:37 +08:00
dreamcmi
f06a262995 optimize hmac memory usage 2022-12-18 15:38:31 +08:00
dreamcmi
c402e1bb69 fix base64.encode buffer too small 2022-12-18 15:33:42 +08:00
lyon
765d32483f add __platform_panic_hanlde 2022-12-17 16:02:59 +08:00
lyon
f6b97e1f7a add test for def not in 2022-12-17 15:47:08 +08:00
李昂
353eb63876
!192 fix hmac
Merge pull request !192 from 梦程MI/fix/hmac
2022-12-16 13:54:28 +00:00
dreamcmi
2491fa71b2 fix hmac method 2022-12-16 21:38:49 +08:00
dreamcmi
b520bc84cd fix hmac 2022-12-16 21:36:35 +08:00
李昂
ff3debac0d
!191 【轻量级 PR】:add examples/Device/KEY_POLL.PY.
Merge pull request !191 from codercmd/N/A
2022-12-16 10:17:00 +00:00
codercmd
ff4075479d
add examples/Device/KEY_POLL.PY.
Signed-off-by: codercmd <codercmd@qq.com>
2022-12-16 10:15:34 +00:00
lyon
251c450248 support x not in y syntax 2022-12-15 01:07:27 +08:00
李昂
c6251d4bf6
!189 base64_v0.0.1_1671000053714
Merge pull request !189 from pikabot/base64_v0.0.1_1671000053714
2022-12-14 06:42:46 +00:00
dreamcmi
90fdb6cf6f update_toml 2022-12-14 14:41:30 +08:00
李昂
1ae3ac2375
!188 support base64
Merge pull request !188 from 梦程MI/add/base64
2022-12-14 06:39:42 +00:00
dreamcmi
318021c05d add base64 lib 2022-12-14 14:33:52 +08:00
李昂
51318fcf4b
!187 fix pikaCompiler build error on macos
Merge pull request !187 from 梦程MI/fix/compiler
2022-12-13 06:51:22 +00:00
dreamcmi
04322b95bf fix complier build error on macos 2022-12-13 14:37:20 +08:00
lyon
34c8e11da0 fix requests release 2022-12-11 19:09:21 +08:00