This commit is contained in:
cfif 2026-03-30 16:03:37 +03:00
parent ec99f8318b
commit e338268160
2 changed files with 39 additions and 1 deletions

View File

@ -34,7 +34,7 @@ int main(void) {
osKernelInitialize(); 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); Mma_StartThread(&MAIN_ENV);

View File

@ -207,6 +207,44 @@
"repo": "SerialPort_Virt_CmsisRtos" "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", "type": "local",
"dir": "APP" "dir": "APP"