From a55dbc402c7957c758b792c9bc3ab8437d36b9b7 Mon Sep 17 00:00:00 2001 From: cfif Date: Fri, 11 Jul 2025 13:36:32 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A1=D0=B1=D0=BE=D1=80=D0=BA=D0=B0=20=D0=BD?= =?UTF-8?q?=D0=BE=D0=B2=D0=BE=D0=B3=D0=BE=20=D0=BF=D1=80=D0=BE=D0=B5=D0=BA?= =?UTF-8?q?=D1=82=D0=B0.=20=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=B8=D0=B5=20=D0=BE=D1=81=D0=BD=D0=BE=D0=B2=D0=BD=D1=8B?= =?UTF-8?q?=D1=85=20=D0=BC=D0=BE=D0=B4=D1=83=D0=BB=D0=B5=D0=B9.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modular.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 modular.json 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