Сборка нового проекта. Добавление основных модулей.

This commit is contained in:
cfif 2025-07-11 13:36:32 +03:00
commit a55dbc402c
1 changed files with 24 additions and 0 deletions

24
modular.json Normal file
View File

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