From 184cfdc3f3dd8e91b019b7a5475e5955cb6d938b Mon Sep 17 00:00:00 2001 From: cfif Date: Thu, 28 May 2026 14:23:44 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=B8=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- APP/main.c | 11 ----------- modular.json | 40 ---------------------------------------- 2 files changed, 51 deletions(-) diff --git a/APP/main.c b/APP/main.c index bd6e4a0..d9792ba 100644 --- a/APP/main.c +++ b/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================================================================= diff --git a/modular.json b/modular.json index b845678..535a6db 100644 --- a/modular.json +++ b/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",