Commit Graph

864 Commits

Author SHA1 Message Date
mculover666
f9809f3198 update stm32wl_guide document 2020-09-06 15:41:55 +08:00
mculover666
cb38101e0e add support for fibocom L610 4G cat1 module 2020-09-05 08:44:54 +08:00
mculover666
757c46f9ff add iot_explorer example in tencentos_tiny_evb_g0 bsp 2020-09-01 17:25:30 +08:00
mculover666
ee864abe71 improve tencentos_tiny_evb_g0 bsp 2020-09-01 16:37:09 +08:00
mculover666
1c0c391ceb fix a bug in tencent_firmware wrapper 2020-09-01 15:37:21 +08:00
mculover666
02d52c6caa update ec200s driver to improve power up problem 2020-08-31 15:04:57 +08:00
mculover666
9178b4e694 update tcp_through_module example 2020-08-31 11:27:21 +08:00
mculover666
4fa63c83d9 improve cstx board demo 2020-08-30 15:27:43 +08:00
mculover666
a8d7951ea9 add support for cstx stm32f103re dtu board 2020-08-30 13:24:18 +08:00
mculover666
b26f1dc0cd add support for cstx stm32f103re dtu board 2020-08-30 13:20:40 +08:00
mculover666
3312c96d02 fix a bug in mqttclient_iot_explorer example 2020-08-30 11:32:21 +08:00
mculover666
19ab97f32f fix a bug in mqttclient_iot_explorer example 2020-08-30 11:30:24 +08:00
mculover666
9de736ce39 remove suppot for cstx_stm32f103rb_dtu board 2020-08-30 10:26:13 +08:00
mculover666
e1d5f8d08f fix a memory bug in mqttclient_iot_explorer example 2020-08-29 16:32:20 +08:00
mculover666
2040d0ec7e fix a bug in ec200s driver 2020-08-29 16:30:33 +08:00
mculover666
b986732795 add base support for cstx_stm32f1_dtu board 2020-08-29 12:07:01 +08:00
mculover666
51217526a2 add support for ec200s cat1 module 2020-08-29 10:01:33 +08:00
Supowang
e94142574f Merge pull request #225 from chimeh/qmk-optimize
improve qmk documentation
2020-08-24 14:12:26 +08:00
Jimmy
09c1fa76b0 improve qmk documentation 2020-08-24 12:33:09 +08:00
mculover666
772d714a20 improve m26 driver for multi module support 2020-08-11 19:39:54 +08:00
mculover666
dd3de2db03 improve air724 driver for multi module support 2020-08-11 19:35:10 +08:00
mculover666
78c8876dba improve esp8266 driver for multi module support 2020-08-11 19:30:18 +08:00
mculover666
f5114d7dbf improve esp8266 driver for multi module support 2020-08-11 19:26:06 +08:00
mculover666
a5ce136998 add deinit func in esp8266 driver 2020-08-11 19:22:40 +08:00
mculover666
96b0c8c37c add deinit func in sal wrapper and ec20 2020-08-11 19:20:25 +08:00
mculover666
5656dca3ad fix a bug in tcp_through_module example 2020-08-11 19:16:06 +08:00
Supowang
e32fb2f04e Merge pull request #223 from DavidLin1577/patch-13
Update esp8266_tencent_firmware.c
2020-08-11 18:58:09 +08:00
Supowang
e07af21795 Merge pull request #222 from DavidLin1577/patch-12
Update ec20.c
2020-08-11 18:57:56 +08:00
Supowang
d2417a34be Merge pull request #221 from DavidLin1577/patch-11
Update bc35_28_95_lwm2m.c
2020-08-11 18:57:42 +08:00
Supowang
f8b32cff62 Merge pull request #220 from DavidLin1577/patch-7
Update m26.c
2020-08-11 18:57:27 +08:00
Supowang
b263f006a3 Merge pull request #219 from DavidLin1577/patch-6
Update m5310a.c
2020-08-11 18:57:13 +08:00
Supowang
839bf57526 Merge pull request #218 from DavidLin1577/patch-4
Update sim7600ce.c
2020-08-11 18:56:57 +08:00
Supowang
47c97a9919 Merge pull request #217 from DavidLin1577/patch-3
Update sim800a.c
2020-08-11 18:56:42 +08:00
Supowang
787e10a1a0 Merge pull request #216 from DavidLin1577/patch-2
Update bc35_28_95.c
2020-08-11 18:56:26 +08:00
Supowang
7381b5da45 Merge pull request #224 from DavidLin1577/patch-14
Update air724.c
2020-08-11 18:55:32 +08:00
Supowang
8ba921df5f Merge pull request #215 from DavidLin1577/patch-1
Fixed stack overflow bug in bc26.c
2020-08-11 18:54:30 +08:00
mculover666
00e33cb284 finish AT_SAL_User_Guide document 2020-08-11 11:32:52 +08:00
David Lin
020f9a0a38 Update air724.c
if (!str) 
    {
        return -1;
    }
2020-08-10 18:39:07 +08:00
David Lin
fbe69ca3f8 Update esp8266_tencent_firmware.c
if (!str) 
    {
        return -1;
    }
2020-08-10 18:31:45 +08:00
David Lin
cf59033304 Update ec20.c
if (!str) 
    {
        return -1;
    }
2020-08-10 18:27:38 +08:00
David Lin
3a218ec2a0 Update bc35_28_95_lwm2m.c
if (!str) 
    {
        return -1;
    }
2020-08-10 18:20:37 +08:00
David Lin
d1b696c69c Update m26.c
if (!str) 
    {
        return -1;
    }
2020-08-10 18:18:07 +08:00
David Lin
7e8393c98e Update m5310a.c
if (!str) 
    {
        return -1;
    }
2020-08-10 18:10:51 +08:00
David Lin
3e11773cc5 Update sim7600ce.c
if (!str) 
    {
        return -1;
    }
2020-08-10 18:07:51 +08:00
David Lin
4608e2c037 Update sim800a.c
if (!str) 
    {
        return -1;
    }
2020-08-10 18:05:49 +08:00
David Lin
c9d3d1c81b Update bc35_28_95.c
if (!str) 
    {
        return -1;
    }
2020-08-10 18:03:19 +08:00
David Lin
970a6d536c Fixed stack overflow bug in bc26.c
if (!str) 
    {
        return -1;
    }
2020-08-10 17:59:53 +08:00
supowang
ad5f75d4a3 Update tos_config.h 2020-08-10 17:17:46 +08:00
mculover666
c0cde5d290 improve ec20 driver 2020-08-10 16:18:16 +08:00
mculover666
0608bcf257 fix a bug in bc26 driver 2020-08-10 15:19:47 +08:00