Init
This commit is contained in:
parent
ec99f8318b
commit
e338268160
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
38
modular.json
38
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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue