mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-02-06 00:45:22 +08:00
20 lines
365 B
JSON
20 lines
365 B
JSON
{
|
|
"name": "hello",
|
|
"version": "1.0.0",
|
|
"description": "Hello World component for RT-Thread",
|
|
"author": "RT-Thread Development Team",
|
|
"license": "Apache-2.0",
|
|
"type": "rt-package",
|
|
"source_files": [
|
|
"hello.c"
|
|
],
|
|
"CPPPATH": [
|
|
"."
|
|
],
|
|
"CPPDEFINES": [
|
|
"HELLO"
|
|
],
|
|
"depends": [
|
|
""
|
|
]
|
|
} |