- 27 10月, 2017 4 次提交
-
-
由 SummerGift 提交于
-
由 SummerGift 提交于
-
由 SummerGift 提交于
-
由 SummerGift 提交于
-
- 02 10月, 2017 1 次提交
-
-
由 liu2guang 提交于
1. 该问题是打开设备后, 出错或者成功后没有关闭设备而导致.
-
- 10 8月, 2017 3 次提交
-
-
由 Bernard Xiong 提交于
-
由 SummerGift 提交于
-
由 SummerGift 提交于
-
- 07 8月, 2017 1 次提交
-
-
由 SummerGift 提交于
-
- 06 9月, 2015 1 次提交
-
-
由 heyuanjie87 提交于
-
- 02 9月, 2015 1 次提交
-
-
由 heyuanjie87 提交于
-
- 22 7月, 2015 1 次提交
-
-
由 heyuanjie87 提交于
-
- 10 3月, 2015 1 次提交
-
-
由 Bright Pan 提交于
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
-
- 03 11月, 2014 1 次提交
-
-
由 Grissiom 提交于
-
- 25 8月, 2014 3 次提交
-
-
由 hduffddybz 提交于
-
由 hduffddybz 提交于
-
由 hduffddybz 提交于
-
- 18 8月, 2014 1 次提交
-
-
由 hduffddybz 提交于
-
- 06 8月, 2014 1 次提交
-
-
由 hduffddybz 提交于
-
- 12 4月, 2014 1 次提交
-
-
由 Grissiom 提交于
Fix some "unused variable" and "used before set" warnings.
-
- 24 12月, 2013 1 次提交
-
-
由 Grissiom 提交于
Some component that depend on TC would like to include the tc_comm.h.
-
- 23 12月, 2013 2 次提交
- 21 12月, 2013 5 次提交
- 20 12月, 2013 2 次提交
- 18 12月, 2013 7 次提交
-
-
由 Grissiom 提交于
-
由 Grissiom 提交于
-
由 Grissiom 提交于
-
由 Grissiom 提交于
-
由 Grissiom 提交于
-
由 Grissiom 提交于
The sem that has been created should be deleted. The sem that has been inited should be detached.
-
由 Grissiom 提交于
There can be a race condition that the sem has alread been detached after we did the cleanup. Besides, there is a RT_IPC_CMD_RESET command in rt_sem_control which is more clear in setting the sem values.
-
- 23 10月, 2013 1 次提交
-
-
由 Grissiom 提交于
After `log_trace_init()`, call `memlog_init`. It then turn the logtrace into a "in-memory" logger which will buffer all the log in memory. It also set a hook in idle to flush all the log into console. One may create an other thread to flush the logs but idle might be the simplest place to go.
-
- 09 10月, 2013 1 次提交
-
-
由 Grissiom 提交于
Real-YModem implemented a flexible YModem support. It use callback-based structure to let the user application to deal with the data. It contains 3 examples: 1. echo.c: write the data recieved on YModem to an other device 2. null.c: discard the YModem data 3. tofile.c: write the data to the file system Currently, it does not support batch file transmission.
-
- 10 4月, 2013 1 次提交
-
-
由 yiyue.fang 提交于
error: expected expression before 'void' error: too many arguments to function
-