This commit is contained in:
cfif 2025-06-02 14:32:56 +03:00
commit ba8ab0f0b1
1 changed files with 24 additions and 0 deletions

24
modular.json Normal file
View File

@ -0,0 +1,24 @@
{
"dep": [
{
"type": "git",
"provider": "Smart_Components_Aurus",
"repo": "FreeRTOS"
},
{
"type": "git",
"provider": "Smart_Components_Aurus",
"repo": "FreeRTOSHeap4"
},
{
"type": "git",
"provider": "Smart_Components_Aurus",
"repo": "FreeRTOSPortable_GCC_CM4"
},
{
"type": "git",
"provider": "Smart_Components_Aurus",
"repo": "SMART_COMPONENTS_FreeRTOSCmsis"
}
]
}