Commit Graph

668 Commits

Author SHA1 Message Date
jiejietop
d58bd1e84d mqtt client release v1.1.0 ... 2020-06-18 20:29:43 +08:00
jiejietop
b203904468 update GoKit3_STM32F103C8T6 board mqtt client demo ... 2020-06-18 20:29:01 +08:00
jiejietop
475ce85d6d update Fire_STM32F429 board mqtt client demo ... 2020-06-18 20:08:14 +08:00
jiejietop
2498bd9666 mqtt client release v1.1.0 ... 2020-06-18 20:07:28 +08:00
jiejietop
cd2368dbeb mqtt client release v1.1.0 ... 2020-06-18 19:49:31 +08:00
Arthur
0202c5b5c9 Merge pull request #178 from DavidLin1577/patch-5
Update tos_evtdrv_tick.h
2020-06-18 15:50:47 +08:00
Arthur
589032fc4d Merge pull request #179 from DavidLin1577/patch-1
Update tos_priority_mail_queue.h
2020-06-18 15:50:30 +08:00
Arthur
5da45d6e9b Merge pull request #180 from DavidLin1577/patch-2
Update tos_robin.h
2020-06-18 15:50:06 +08:00
David Lin
47d5bda545 Update tos_robin.h
Deleted unused parameter desc:
" * @param[in]   robin_state         state of the round robin."
2020-06-18 12:36:59 +08:00
David Lin
fc0e00b028 Update tos_priority_mail_queue.h 2020-06-18 12:32:12 +08:00
David Lin
d9585863a8 Update tos_evtdrv_tick.h
Fixed Typo
2020-06-18 10:35:32 +08:00
supowang
d892417fe7 Update key.png 2020-06-18 10:24:09 +08:00
Arthur
cdf17712c8 Merge pull request #175 from DavidLin1577/patch-3
Update tos_evtdrv_timer.h
2020-06-16 11:38:13 +08:00
David Lin
1adb949874 Update tos_evtdrv_timer.h
Add note for function 'tos_evtdrv_timer_start':
@param[in]   timeout     how much time(in evtdrv_tick_t) the timer would be expired.
2020-06-12 16:38:43 +08:00
supowang
cbab9a88b9 fix some file location error for evb_lx
fix some file location error for evb_lx
2020-06-12 10:50:47 +08:00
Arthur
0976f95549 Merge pull request #172 from DavidLin1577/patch-8
Update tos_bitmap.h
2020-06-11 11:35:18 +08:00
Arthur
65e4b23b0d Merge pull request #173 from DavidLin1577/patch-1
Update tos_priority_mail_queue.h
2020-06-11 11:35:00 +08:00
Arthur
de463ca55e Merge pull request #174 from DavidLin1577/patch-2
Update tos_priority_message_queue.h
2020-06-11 11:34:46 +08:00
David Lin
5abf9ad6fe Update tos_priority_message_queue.h
Delete unused note.
2020-06-10 23:58:00 +08:00
David Lin
111bc1d552 Update tos_priority_mail_queue.h
Delete unused note
2020-06-10 23:52:51 +08:00
David Lin
1a9e400996 Update tos_bitmap.h
delete the unused parameter note of function "tos_bitmap_lsb"
2020-06-10 22:54:08 +08:00
daishengdong
c701a77ff2 Merge branch 'master' of https://github.com/Tencent/TencentOS-tiny 2020-06-10 10:13:49 +08:00
daishengdong
842e8a0458 optimization for elfloader
use a rel/rela section's sh_info to resolve which section this rel will be applied to, rather than the section's name
2020-06-10 10:13:42 +08:00
Arthur
666a2fc404 Merge pull request #171 from Mculover666/master
fix lorawan config bug
2020-06-09 20:32:15 +08:00
mculover666
fe513040ef fix lorawan config bug 2020-06-09 20:27:58 +08:00
daishengdong
5e16690f7b support more relocation type in elfloader
mostly copied from linux kernel 4.20, Shh...
2020-06-09 20:26:12 +08:00
daishengdong
0a2d5a4e90 support elfloader for shared object and relocatable object
1. elfloader for shared object
example: TencentOS-tiny\examples\elfloader_shared_object
keil: TencentOS-tiny\board\TencentOS_tiny_EVB_MX_Plus\KEIL\elfloader_shared_object

2. elfloader for relocatable object:
example: TencentOS-tiny\examples\elfloader_relocatable_object
keil: TencentOS-tiny\board\TencentOS_tiny_EVB_MX_Plus\KEIL\elfloader_relocatable_object

3. TODO:
- add icache/dcache flush when module is loaded
- support more relocation type in elfloader_arch_relocate
2020-06-09 19:30:38 +08:00
Supowang
dc0c649c7c Merge pull request #170 from Mculover666/master
add lorawan project of stm32wl
2020-06-09 10:12:47 +08:00
mculover666
fe6803fa40 add lorawan project 2020-06-08 21:40:22 +08:00
Mculover666
7761a3acdb Merge pull request #8 from Tencent/master
merge
2020-06-08 21:34:41 +08:00
Arthur
d9394d7580 Merge pull request #168 from DavidLin1577/patch-8
Fixed the wrong notes in tos_barrier.h
2020-06-08 19:57:47 +08:00
Arthur
a4fbf99910 Merge pull request #167 from DavidLin1577/patch-7
Added the missing parameter note
2020-06-08 19:57:36 +08:00
Arthur
0786b9f60c Merge pull request #166 from DavidLin1577/patch-6
Fixed some wrong notes in tos_mmblk.h
2020-06-08 19:57:25 +08:00
Arthur
fd9133613f Merge pull request #169 from DavidLin1577/patch-9
Fixed the wrong notes in tos_completion.h
2020-06-08 19:57:01 +08:00
supowang
8c488a8dfb add lora reconnect code for pm2.5 project
add lora reconnect code for pm2.5 project
2020-06-08 16:52:11 +08:00
Supowang
92eda5fddc Merge pull request #163 from DavidLin1577/patch-3
Update tencent_firmware_module_wrapper.h
2020-06-08 10:23:38 +08:00
Supowang
5ab4f41437 Merge pull request #164 from DavidLin1577/patch-4
Update esp8266_evtdrv.h
2020-06-08 10:23:15 +08:00
Supowang
0b8bb4f7fc Merge pull request #165 from DavidLin1577/patch-5
Update 19.TencentOS_Tiny_Simulator_Use_MDK.md
2020-06-08 10:22:34 +08:00
David Lin
9fe12a77ab Added the missing parameter notes 2020-06-08 00:14:32 +08:00
David Lin
6be5884938 Update tos_priority_queue.h 2020-06-07 23:50:42 +08:00
David Lin
48a7d23c20 Update tos_completion.h
删除多余参数注释
2020-06-07 23:31:16 +08:00
David Lin
a2a4e1de20 Update tos_barrier.h 2020-06-07 23:20:26 +08:00
David Lin
a4b310e04d Update tos_barrier.h
修改错误的函数注释
2020-06-07 23:10:38 +08:00
David Lin
c40ec13aa7 Added the missing parameter note 2020-06-06 18:19:37 +08:00
David Lin
4439798c7d Fixed some wrong notes in tos_mmblk.h
1. tos_mmblk_pool_create与tos_mmblk_alloc函数注释重复
2. tos_mmblk_pool_destroy与tos_mmblk_free函数注释重复
2020-06-06 17:55:31 +08:00
David Lin
9c7327662b Update 19.TencentOS_Tiny_Simulator_Use_MDK.md
删除多余描述字“开”
2020-06-06 17:17:44 +08:00
David Lin
6b508b4184 Update tos_at_evtdrv.h
_TOS_AT_H_ -> _TOS_AT_EVTDRV_H_
2020-06-06 10:47:45 +08:00
David Lin
0316ef630d Update tos_at_utils_evtdrv.h
_TOS_AT_UTILS_H_ -> _TOS_AT_UTILS_EVTDRV_H_
2020-06-06 10:43:08 +08:00
David Lin
b1169d663f Update esp8266_evtdrv.h
__ESP8266_H__ ->__ESP8266_EVTDRV_H__
2020-06-06 10:35:22 +08:00
David Lin
bfa9aa5327 Update tencent_firmware_module_wrapper.h
Delete needless note(@param[in])
2020-06-06 09:57:50 +08:00