commit a55dbc402c7957c758b792c9bc3ab8437d36b9b7 Author: cfif Date: Fri Jul 11 13:36:32 2025 +0300 Сборка нового проекта. Добавление основных модулей. diff --git a/modular.json b/modular.json new file mode 100644 index 0000000..29f2153 --- /dev/null +++ b/modular.json @@ -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" + } + ] +} \ No newline at end of file