mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-12-29 18:40:32 +00:00
31 lines
479 B
JSON
31 lines
479 B
JSON
{
|
|
"name": "hello",
|
|
"description": "Hello World component for RT-Thread",
|
|
"type": "rt-thread-component",
|
|
"dependencies": [],
|
|
"defines": [
|
|
"DEFINE_HELLO"
|
|
],
|
|
"sources": [
|
|
{
|
|
"dependencies": [],
|
|
"includes": [
|
|
"."
|
|
],
|
|
"files": [
|
|
"hello.c"
|
|
]
|
|
},
|
|
{
|
|
"dependencies": [
|
|
"HELLO_USING_HELPER"
|
|
],
|
|
"includes": [
|
|
"src"
|
|
],
|
|
"files": [
|
|
"src/helper.c"
|
|
]
|
|
}
|
|
]
|
|
} |