Commit Graph

18 Commits

Author SHA1 Message Date
KY-zhang-X
f93d0857aa add qspi and sd on bearpi board 2022-09-29 12:05:16 +08:00
mculover666
9de2090de9 add support for multi at device 2022-03-01 15:11:30 +08:00
mculover666
d285144a8f fix the bug of tos shell 2021-09-25 12:10:35 +08:00
supowang
8253a953bd fix all board compile for v3.0
fix all board compile for v3.0
2021-08-11 16:30:15 +08:00
mculover666
0193dc6142 add sim idle and log for at, update to 2.4.1 2021-07-16 16:14:54 +08:00
Supowang
51b27e3317 Merge pull request #306 from DavidLin1577/master
Updated sensor_parser.h
2021-07-06 11:43:58 +08:00
mculover666
3aaafde714 add frame input type of at,update version to 2.4.0 2021-06-24 10:39:54 +08:00
DavidLin1577
8587e4decb [master]
sync
2021-06-06 21:20:24 +08:00
DavidLin1577
4605e895d3 Merge remote-tracking branch 'upstream/master'
# Conflicts:
#	board/BearPi_STM32L431RC/BSP/Hardware/E53_ST1/E53_ST1.c
#	devices/l610_tencent_firmware/mqtt_iot_explorer_tc_demo.c
2021-06-05 23:57:03 +08:00
morixinguan
620bdd623b add at device ml302 && ml302 test demo && modify bearpi bsp bug 2021-03-23 15:15:12 +08:00
David Lin
a91ed45d70 Update E53_ST1.c 2021-01-14 21:21:32 +08:00
David Lin
2042762315 Update E53_ST1.c 2021-01-14 21:17:17 +08:00
David Lin
99e59126c8 Update E53_ST1.h 2021-01-14 21:12:59 +08:00
mculover666
1eb296721c 增加BearPi+ESP8266+MQTT上云工程 2020-04-29 16:17:18 +08:00
daishengdong
72481955e2 a very simple shell framework
simple, clear, easy to DIY
2020-01-08 13:54:56 +08:00
daishengdong
c9556307df add tos_slist.h, rename tos.h to tos_k.h 2020-01-03 17:25:38 +08:00
daishengdong
96cf620708 a bugfix for mail queue and printf clipping switch
1. add TOS_CFG_LIBC_PRINTF_EN
1: enable printf to implement tos_kprintf
when you call tos_kprintf(actually currently it's a MACRO rather than a function) , the libc will be invloved into the image, most of the time it means a larger image size.

0: disable printf, means tos_kprintf is defined as an empty MACRO
most of the time, means you will not get a log output from the uart(currently we donnot have a console yet) but a smaller image size.

2. fix a bug of tos_mail_q and tos_priority_mail_q
if we are post-ing a mail and there is[are] task[s] just pend-ing for the mail queue, the mail delivered to the pend-er will be a pointer, and probably it's a pointer to the local variable on the stack. Actually we should do a memcpy rather than a pointer assignment. for more details, see the patch.
2019-11-25 21:04:37 +08:00
mculover666
ccdefc11ec fix the floder name bug 2019-09-21 21:19:15 +08:00