SerialPort_P2P_CmsisRtos/modular.json

27 lines
407 B
JSON

{
"dep": [
{
"type": "git",
"provider": "HVAC_M7",
"repo": "CmsisRtosInterface"
},
{
"type": "git",
"provider": "HVAC_M7",
"repo": "SerialPortInterface"
},
{
"type": "git",
"provider": "HVAC_M7",
"repo": "SystemDelayInterface"
}
],
"cmake": {
"inc_dirs": [
"Inc/"
],
"srcs": [
"Src/**.c"
]
}
}