Skip to content

Commit

Permalink
Integrate EFR32 OTA Requestor app with the Generic Requestor Driver (#…
Browse files Browse the repository at this point in the history
…13272)

* Integrate EFR32 OTA Requestor app with the Generic Requestor Driver

* Clean up comments
  • Loading branch information
selissia authored and pull[bot] committed Jul 18, 2023
1 parent bb5552d commit 589c0d7
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 91 deletions.
4 changes: 2 additions & 2 deletions examples/ota-requestor-app/efr32/src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
#include "app/clusters/ota-requestor/BDXDownloader.h"
#include "app/clusters/ota-requestor/OTARequestor.h"
#include "platform/EFR32/OTAImageProcessorImpl.h"
#include "platform/EFR32/OTARequestorDriverImpl.h"
#include "platform/GenericOTARequestorDriver.h"

#ifdef HEAP_MONITORING
#include "MemMonitoring.h"
Expand Down Expand Up @@ -83,7 +83,7 @@ using namespace ::chip::DeviceLayer;

// Global OTA objects
OTARequestor gRequestorCore;
OTARequestorDriverImpl gRequestorUser;
DeviceLayer::GenericOTARequestorDriver gRequestorUser;
BDXDownloader gDownloader;
OTAImageProcessorImpl gImageProcessor;

Expand Down
2 changes: 0 additions & 2 deletions src/platform/EFR32/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,6 @@ static_library("EFR32") {
sources += [
"OTAImageProcessorImpl.cpp",
"OTAImageProcessorImpl.h",
"OTARequestorDriverImpl.cpp",
"OTARequestorDriverImpl.h",
]
}

Expand Down
41 changes: 0 additions & 41 deletions src/platform/EFR32/OTARequestorDriverImpl.cpp

This file was deleted.

46 changes: 0 additions & 46 deletions src/platform/EFR32/OTARequestorDriverImpl.h

This file was deleted.

0 comments on commit 589c0d7

Please sign in to comment.