rt-thread-official/components
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
..
CMSIS update CMSIS version to 3.20 2014-01-22 17:26:52 +08:00
cplusplus Update README.md 2015-01-23 10:39:26 +08:00
dfs Merge remote-tracking branch 'upstream/master' 2015-01-29 09:14:12 +00:00
drivers [DeviceDrivers] Update SConcript file for sensor code 2015-02-01 08:50:54 +00:00
external Nanopb is a plain-C implementation of Google's Protocol Buffers data 2015-03-10 18:24:17 +08:00
finsh finsh: open the finsh device with RT_DEVICE_FLAG_STREAM 2015-01-04 19:42:58 +08:00
gdb [GDB] Fix compiling error when not enable GDB. 2014-10-27 22:27:54 +08:00
init [DFS] Add ramfs initialization in components initialization procedure 2014-02-23 00:10:09 +08:00
libc [LIBC] fix compiling issue for dlib (IAR). 2015-01-31 21:59:58 +08:00
libdl add error handler in dlopen.c 2013-04-10 21:40:08 +08:00
net [modbus]removed version number on directory. 2015-02-06 10:19:32 +08:00
pthreads [pthreads] Fix pthread_cond_init issue. #261 2014-07-31 08:34:36 +08:00
utilities ymodem: fix a race-condition in handshaking 2014-12-26 22:20:17 +08:00
vbus vbus: remove the rt_ prefix in the watermark queue source file 2015-01-09 10:11:32 +08:00
vmm [vmm] add realview-pb-a8 VMM support 2014-04-03 17:59:14 +08:00
SConscript Re-normalizing the repo 2013-01-08 22:40:58 +08:00