1 Star 0 Fork 1

Embedded lib / nanopb

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
library.json 1.05 KB
一键复制 编辑 原始数据 按行查看 历史
Petteri Aimonen 提交于 2022-05-30 20:30 . Publishing nanopb-0.4.6
{
"name": "Nanopb",
"version": "0.4.6.4",
"keywords": "protocol buffers, protobuf, google",
"description": "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 (<10 kB ROM, <1 kB RAM) memory constraints.",
"repository": {
"type": "git",
"url": "https://github.com/nanopb/nanopb.git"
},
"authors": [{
"name": "Petteri Aimonen",
"email": "jpa@nanopb.mail.kapsi.fi",
"url": "http://koti.kapsi.fi/jpa/nanopb/"
}],
"export": {
"include": [
"*.c",
"*.cpp",
"*.h",
"examples",
"generator"
],
"exclude": [
"generator/**/__pycache__",
"examples/platformio/.gitignore"
]
},
"build": {
"extraScript": "generator/platformio_generator.py",
"srcDir": "",
"srcFilter": [
"+<*.c>"
]
},
"examples": [
"examples/platformio/platformio.ini",
"examples/platformio/src/*.c",
"examples/*/*.c"
],
"frameworks": "*",
"platforms": "*"
}
C
1
https://gitee.com/embedded-lib/nanopb.git
git@gitee.com:embedded-lib/nanopb.git
embedded-lib
nanopb
nanopb
master

搜索帮助