fix(nginx): 调整企业微信回调代理路径 feat(gateway): 添加企业微信消息处理功能 docs: 更新项目规划文档和企业微信配置详情 refactor(XCamera): 重构LED检测和图像处理逻辑 test: 添加ONVIF抓图测试功能
24 lines
700 B
JSON
24 lines
700 B
JSON
{
|
|
"name": "TinyUSB",
|
|
"version": "0.19.0",
|
|
"description": "TinyUSB is an open-source cross-platform USB Host/Device stack for embedded system, designed to be memory-safe with no dynamic allocation and thread-safe with all interrupt events are deferred then handled in the non-ISR task function.",
|
|
"keywords": "usb, host, device",
|
|
"repository":
|
|
{
|
|
"type": "git",
|
|
"url": "https://github.com/hathach/tinyusb.git"
|
|
},
|
|
"authors":
|
|
[
|
|
{
|
|
"name": "Ha Thach",
|
|
"email": "thach@tinyusb.org",
|
|
"maintainer": true
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"homepage": "https://www.tinyusb.org/",
|
|
"frameworks": "*",
|
|
"platforms": "*"
|
|
}
|