1588 Commits

Author SHA1 Message Date
lyon
c0a57aa6d1 fix name 2022-11-21 22:10:52 +08:00
lyon
89e00e2043 rm _MAX enum
support default config and merge unused config
2022-11-21 22:09:22 +08:00
lyon
7e3c43dfa9 cancel _MAX for numed enum 2022-11-21 19:07:31 +08:00
lyon
33501dbb33 move api to top of file 2022-11-21 18:28:10 +08:00
lyon
c9b9fc2d4a complate config for HAL
more event_callback and more HAL config
2022-11-21 18:27:27 +08:00
lyon
e288c40a2c fix pika_hal enum 2022-11-21 17:04:23 +08:00
lyon
2344903b89 update PikaStdDevice to port/linux
use unused as defult enum
2022-11-21 17:02:18 +08:00
lyon
2ad9caacc9 add test for hal, use table_map for hal 2022-11-20 23:55:03 +08:00
pikastech
fa374c72da adding pika_hal 2022-11-20 22:16:41 +08:00
pikastech
0e6b7b3508 publish v1.11.7 2022-11-20 19:25:13 +08:00
FlintJ
3381b3c144 add mqtt functions, but disconnect and subscribe have some question 2022-11-20 19:01:05 +08:00
lyon
1c55ca0223 fix mem break when mqtt_thread not exit 2022-11-20 00:17:34 +08:00
李昂
d1499ff983
!166 mqttclient库的对接
Merge pull request !166 from FlintJ/master
2022-11-19 15:52:17 +00:00
FlintJ
f74e2bad48 add mqtt connect/disconnect 2022-11-19 23:41:00 +08:00
lyon
50b995c5e4 fix version 2022-11-19 19:43:29 +08:00
lyon
b481c1c72b use pikaList, pikaDict, pikaTuple API 2022-11-19 19:11:34 +08:00
李昂
bbba403980
!164 hashlib v1.0.1
Merge pull request !164 from 梦程MI/add-hashlib
2022-11-19 10:51:10 +00:00
dreamcmi
ca8fe36d68 add hmac package 2022-11-19 18:41:31 +08:00
dreamcmi
a91c3698ab optimize hashlib package 2022-11-19 18:37:01 +08:00
lyon
db381cb9f5 fix mqtt_init.py for test, fix _del_ mem lack. 2022-11-18 23:38:49 +08:00
李昂
12bc3bfd6b
!163 release hashlib
Merge pull request !163 from 梦程MI/add-hashlib
2022-11-18 14:20:57 +00:00
dreamcmi
ce05a5f03c fix default parameter error 2022-11-18 22:12:23 +08:00
李昂
98c12434e3
!161 mqttclient库的对接
Merge pull request !161 from FlintJ/mqttdev
2022-11-18 13:54:41 +00:00
dreamcmi
ed6f18dac5 fix hashlib switch error 2022-11-18 21:26:51 +08:00
FlintJ
34abe35727 add mqtt function 2022-11-18 21:21:09 +08:00
lyon
3575d804e4 new hashlib 2022-11-18 19:11:48 +08:00
dreamcmi
b595d05e22 link mbedcrypto 2022-11-18 17:22:32 +08:00
lyon
9d4fe8e98a optimize speed for print() when one input 2022-11-17 12:48:10 +08:00
lyon
1755b51cd9 optimize speed for print() 2022-11-17 12:30:37 +08:00
lyon
416e8b12fc cut no used code for nano by nano_lcov 2022-11-16 21:22:31 +08:00
lyon
09643a4a3b support runByteCodeFile 2022-11-15 23:09:13 +08:00
lyon
363238987e support fn and class def on bytecode
update version, fix warning
2022-11-15 14:57:51 +08:00
lyon
307477f033 fix get arg_num_pos
check is_keys is_vars is_default

support load default from pos arg
2022-11-15 12:22:34 +08:00
lyon
6a64652ac8 fix pkg-push for symble link 2022-11-14 20:50:00 +08:00
pikastech
6d61bc07cc support print None
optimizing runbytecode

use _cache_bcf

arrange the run_bytecode and cache

more args for _do_pikaVM_runBytecode

support print(None)
2022-11-14 16:11:21 +08:00
lyon
3837c3aafd use requests.pyi
requests.get() method ok

test requests.get passed
2022-11-13 19:15:14 +08:00
lyon
1ab4088ed7 add test for mqtt_init.py 2022-11-13 15:16:08 +08:00
lyon
c6bb6ba61b add mqtt_release_free api 2022-11-13 14:57:40 +08:00
lyon
5adc75c088 test mqtt-lease-free 2022-11-13 14:52:39 +08:00
lyon
a030e919b4 fix include 2022-11-13 13:48:33 +08:00
lyon
e70e4f1f45 fix compile err on esp32 2022-11-13 13:41:05 +08:00
lyon
b980fd4710 update mqtt 2022-11-12 23:28:55 +08:00
lyon
7d90370d4c fix parse err for kw def
fix VM typelist overflow
2022-11-12 23:18:11 +08:00
lyon
244d196ef3 add mqtt.py and _mqtt.pyi 2022-11-12 22:21:23 +08:00
pikastech
04a174a7d3 fix <errno.h> for requests 2022-11-12 15:49:50 +08:00
pikastech
ebe10bc5f4 insert freertos and lwip platform for network 2022-11-12 15:39:42 +08:00
pikastech
a67a71f944 support linux/freertos/weak for mqtt platform 2022-11-12 15:20:51 +08:00
pikastech
6844b686b3 arrange thread and time delay 2022-11-12 14:02:43 +08:00
pikastech
a762713359 use PikaPlatform_socket.c to hold socket depend 2022-11-12 13:55:15 +08:00
lyon
0882bd0c6e add pthread lib to fix CI on github 2022-11-12 00:54:35 +08:00