EvalZero
b242b1e6f6
[examples][pm]add wakeup application for pm.
2019-05-09 20:55:35 +08:00
Bernard Xiong
2bf9ba0675
Merge pull request #2661 from BernardXiong/pre-release_v4.0.1
...
Pre-release for v4.0.1
2019-05-09 12:57:47 +08:00
EvalZero
d51e0783ba
[components][pm]fix some issues with low power components
2019-05-07 21:03:48 +08:00
EvalZero
623ddc62b2
[components][pm]adapt to the new power management interface
2019-05-06 19:57:22 +08:00
Bernard Xiong
6e89f70e92
[examples] remove nanopb example codes
2019-04-28 09:35:54 +08:00
armink
fa4d4ab7cf
Update all of debug log definition to DBG_TAG and DBG_LVL.
2019-04-12 10:18:57 +08:00
armink
0d7ba79219
Remove the DBG_COLOR and DBG_ENABLE definition.
2019-03-06 17:54:30 +08:00
HubretXie
57da7246d8
初始化宏使用错误
2018-12-19 20:12:15 +08:00
zylx
4fd6f2ef53
[examples][test]Perfect test function
2018-12-12 17:13:30 +08:00
MurphyZhao
e9c795e8bc
[examples][network] 更新 TCP/UDP 例程 uage
...
Signed-off-by: MurphyZhao <d2014zjt@163.com>
2018-11-06 09:46:20 +08:00
MurphyZhao
b2d4dd0ba7
[examples][network] 更新 UDP client & server
...
Signed-off-by: MurphyZhao <d2014zjt@163.com>
2018-11-05 16:38:01 +08:00
MurphyZhao
6c62f5d9fe
[examples][network] 更新 tcp client & server 例程
...
Signed-off-by: MurphyZhao <d2014zjt@163.com>
2018-11-05 15:17:51 +08:00
armink
12a803bcc9
[component] Add ulog logger basic component.
2018-10-30 09:11:42 +08:00
armink
2d59fe0310
[DeviceDriver] Add power management device driver.
2018-10-29 09:54:52 +08:00
armink
dff8a2c513
[DeviceDriver] Add rbb (ring block buffer) data structure.
2018-09-12 08:59:58 +08:00
朱天龙 (Armink)
69c95944eb
Merge pull request #1643 from chenyong111/sal
...
Add SAL (socket abstraction layer) framework
2018-07-19 08:25:56 +08:00
liang yongxiang
2c7fcf7d83
[examples] fixed bug when device not found
2018-07-18 19:21:46 +08:00
chenyong
8cda48a132
[net][sal] Add SAL (socket abstraction layer) framework
2018-07-18 13:34:13 +08:00
liang yongxiang
707a0915e4
[examples] fixed gcc warning: value computed is not used
2018-03-13 17:38:53 +08:00
aozima
e20fb2f5b2
[examples] update:
...
1. cleanup for posix dfs_net.
2. fixed recv buf overwrite.
3. format code.
2018-02-06 18:59:24 +08:00
aozima
ff811a93ff
[examples] remove unused old code.
2018-02-06 18:19:17 +08:00
liu2guang
1a7e251423
[Examples] add RTC drive test finsh command. | 添加RTC驱动测试finsh命令.
2018-01-17 23:42:10 +08:00
Bernard Xiong
8123ab4cd7
[Examples] Remove unnecessary files
2018-01-15 18:59:57 +08:00
JasonJiaJie
de0a201e44
[Termios]1. Add termios test. 2.Add termios.h
...
1. Add termios test. 2.Add termios.h
2017-12-07 18:32:06 +08:00
tanek liang
33b97d9c5e
[examples] fix bsp_directory parameter missing
2017-11-15 15:22:57 +08:00
tanek liang
a752418065
[gui] fix rtgui_dc_end_drawing() too few arguments in function call
2017-11-12 22:21:59 +08:00
SummerGift
110ccb0602
add examples/network/chargen.c
2017-10-27 16:10:42 +08:00
SummerGift
8e0d9b4de5
update examples/network/tcpserver.c to rtt 3.0 test.
2017-10-27 16:10:42 +08:00
SummerGift
89cc00a91c
update examples/network/udpclient.c examples/network/udpserver.c
2017-10-27 16:10:41 +08:00
SummerGift
1b37cd7dd0
update examples/network/tcpclient.c
2017-10-27 16:10:41 +08:00
liu2guang
d47dd9a12c
修复无法重复使用finsh命令device_test进行驱动测试
...
1. 该问题是打开设备后, 出错或者成功后没有关闭设备而导致.
2017-10-02 23:30:46 +08:00
Bernard Xiong
5f4bcfa3e1
[examples] code cleanup.
2017-08-10 14:09:57 +08:00
SummerGift
0d33799d0d
add some python example for tcp server and client.
2017-08-10 11:04:17 +08:00
SummerGift
07cc5047bb
Complete some error handling when send or receive function returns a value is zero.
2017-08-10 10:47:51 +08:00
SummerGift
f9ec093f51
correct some explain
2017-08-07 11:36:44 +08:00
heyuanjie87
d19f424909
简化操作接口
2015-09-06 15:05:47 +08:00
heyuanjie87
47b3a4d3cc
加入定时器使用范例
2015-09-02 22:03:16 +08:00
heyuanjie87
0def1a7691
添加mqtt客户端例程(注:由于条件限制仅在linux中测试通过)
2015-07-22 21:55:18 +08:00
Bright Pan
a61d228b76
Nanopb is a plain-C implementation of Google's Protocol Buffers data
...
format. It is targeted at 32 bit microcontrollers, but is also fit for
other embedded systems with tight (2-10 kB ROM, <1 kB RAM) memory
constraints.(http://koti.kapsi.fi/jpa/nanopb/ )
How to use the example:
1. move examples/nanopb to bsp/xxxx/
2. enable macro RT_USING_NANOPB in rtconfig.h
3. regenerate the project file (scons --target=xxxx)
4. rebuild the project
2015-03-10 18:24:17 +08:00
Grissiom
fe603dd379
ymodem: fix examples due to new API
2014-11-03 11:46:57 +08:00
hduffddybz
7aff40f3f9
fix
2014-08-24 21:23:52 -08:00
hduffddybz
6ccfe9f374
fix
2014-08-24 21:16:02 -08:00
hduffddybz
c1d0db700c
add version checking
2014-08-24 21:12:47 -08:00
hduffddybz
a8804d3503
correct netconn API usage
2014-08-18 00:41:03 -08:00
hduffddybz
b833a5ca80
correct spelling error
2014-08-06 00:19:13 -08:00
Grissiom
1b878f256f
examples/kernel: fix warnings issued by Clang
...
Fix some "unused variable" and "used before set" warnings.
2014-04-12 16:33:35 +08:00
Grissiom
e336a9807a
TC: if TC is enabled, add the TC dir to CPPPATH
...
Some component that depend on TC would like to include the tc_comm.h.
2013-12-24 12:08:22 +08:00
Grissiom
21fe463168
TC: delay longer in tc_stop
2013-12-23 10:47:15 +08:00
Grissiom
fddbd836b4
TC: re-implement the loop feature
...
We should not use the _tc_stat to determine whether we should loop the
TCs. Use an other variable and introduce tc_loop FinSh command.
2013-12-23 10:42:39 +08:00
Grissiom
f6bf69f233
TC: more tolerate for tick in TC thread
2013-12-21 13:18:46 +08:00