Обновление
This commit is contained in:
parent
489c317a7f
commit
184cfdc3f3
11
APP/main.c
11
APP/main.c
|
|
@ -4,12 +4,10 @@
|
|||
#include "Clock.h"
|
||||
#include "LoggerToSerialPort.h"
|
||||
#include "LoggerInterface.h"
|
||||
#include "StorageOnFlash.h"
|
||||
#include "Rtcs.h"
|
||||
#include "SerialPorts.h"
|
||||
#include "CmsisRtosThreadUtils.h"
|
||||
#include "SystemDelayInterface.h"
|
||||
#include "DeviceStorage.h"
|
||||
#include "BootJump.h"
|
||||
#include "FirmwareLoader.h"
|
||||
|
||||
|
|
@ -24,7 +22,6 @@
|
|||
|
||||
typedef struct {
|
||||
tLoggerToSerialPort slog;
|
||||
tDeviceStorage storage;
|
||||
tFirmwareLoader FIRMWARE_HVAC;
|
||||
tFirmwareLoader FIRMWARE_CALIB_HVAC;
|
||||
|
||||
|
|
@ -99,14 +96,6 @@ static _Noreturn void MainTransmitter_Thread(tBootMma *env) {
|
|||
|
||||
} else {
|
||||
|
||||
// StorageOnFlash_Init(&env->slog.logger);
|
||||
|
||||
// NVM_STORAGE.nf_storage_param.logger = &env->slog.logger;
|
||||
// NVM_STORAGE.nf_storage_calib.logger = &env->slog.logger;
|
||||
// bool result = DeviceStorage_Init(&env->storage, true, &NVM_STORAGE.interface_calib, &NVM_STORAGE.interface_param,
|
||||
// &env->slog.logger);
|
||||
|
||||
|
||||
|
||||
//начало=================================================MAIN=================================================================
|
||||
//начало=================================================MAIN=================================================================
|
||||
|
|
|
|||
40
modular.json
40
modular.json
|
|
@ -93,46 +93,11 @@
|
|||
"repo": "SerialPort_Virt_CmsisRtos"
|
||||
},
|
||||
|
||||
{
|
||||
"type": "git",
|
||||
"provider": "HVAC_M7",
|
||||
"repo": "VarTabDumpObserver"
|
||||
},
|
||||
|
||||
{
|
||||
"type": "git",
|
||||
"provider": "HVAC_M7",
|
||||
"repo": "HVAC_M7_DataNonVolatile"
|
||||
},
|
||||
|
||||
{
|
||||
"type": "git",
|
||||
"provider": "HVAC_M7",
|
||||
"repo": "HVAC_M7_DataRuntime"
|
||||
},
|
||||
|
||||
{
|
||||
"type": "git",
|
||||
"provider": "HVAC_M7",
|
||||
"repo": "HVAC_M7_DeviceStorage"
|
||||
},
|
||||
|
||||
{
|
||||
"type": "git",
|
||||
"provider": "HVAC_M7",
|
||||
"repo": "StorageOnFlash_Flagchip_FC7240"
|
||||
},
|
||||
|
||||
{
|
||||
"type": "git",
|
||||
"provider": "HVAC_M7",
|
||||
"repo": "InternalFlashPage_Flagchip_FC7240"
|
||||
},
|
||||
{
|
||||
"type": "git",
|
||||
"provider": "HVAC_M7",
|
||||
"repo": "HVAC_M7_StorageOnFlash"
|
||||
},
|
||||
|
||||
{
|
||||
"type": "git",
|
||||
|
|
@ -158,11 +123,6 @@
|
|||
"repo": "BootJump_Flagchip_FC7240"
|
||||
},
|
||||
|
||||
{
|
||||
"type": "git",
|
||||
"provider": "HVAC_M7",
|
||||
"repo": "HVAC_M7_StatusData"
|
||||
},
|
||||
|
||||
{
|
||||
"type": "git",
|
||||
|
|
|
|||
Loading…
Reference in New Issue