From e3382681602b21aa5fb88930c01526c9de2d5446 Mon Sep 17 00:00:00 2001 From: cfif Date: Mon, 30 Mar 2026 16:03:37 +0300 Subject: [PATCH] Init --- APP/main.c | 2 +- modular.json | 38 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 39 insertions(+), 1 deletion(-) diff --git a/APP/main.c b/APP/main.c index 1b3f197..b59c039 100755 --- a/APP/main.c +++ b/APP/main.c @@ -34,7 +34,7 @@ int main(void) { osKernelInitialize(); - Mma_Init(&MAIN_ENV, &GPIOS, &SERIAL_PORTS, &CAN_PORTS, &RTCS); + Mma_Init(&MAIN_ENV, &GPIOS, &SERIAL_PORTS, &CAN_PORTS, &SPI_PORTS, &RTCS); Mma_StartThread(&MAIN_ENV); diff --git a/modular.json b/modular.json index 8821c9c..c77e47a 100644 --- a/modular.json +++ b/modular.json @@ -207,6 +207,44 @@ "repo": "SerialPort_Virt_CmsisRtos" }, + { + "type": "git", + "provider": "HVAC_DEV", + "repo": "HVAC_DEV_Sensor" + }, + + { + "type": "git", + "provider": "HVAC_DEV", + "repo": "HVAC_DEV_SpiPorts" + }, + + { + "type": "git", + "provider": "HVAC_DEV", + "repo": "HVAC_DEV_SpiPorts" + }, + + + { + "type": "git", + "provider": "HVAC_DEV", + "repo": "SpiPort" + }, + + + { + "type": "git", + "provider": "HVAC_DEV", + "repo": "SpiPortInterface" + }, + + { + "type": "git", + "provider": "HVAC_DEV", + "repo": "SpiPort_ARTERY_AT32" + }, + { "type": "local", "dir": "APP"