Skip to content

Commit d359921

Browse files
Remove OpenIotSDK references from the codebase (project-chip#40539)
* Remove a lot of openiotsdk files * Remove some openiotsdk references * More openiot sdk removal * Remove openiot from dependabot --------- Co-authored-by: Andrei Litvin <[email protected]>
1 parent 180c8ae commit d359921

File tree

221 files changed

+35
-31149
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

221 files changed

+35
-31149
lines changed

.github/.wordlist.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1037,7 +1037,6 @@ OnOffSwitchConfiguration
10371037
OnPlatformEvent
10381038
onwards
10391039
OO
1040-
openiotsdk
10411040
openjdk
10421041
OpenOCD
10431042
OpenSSL

.github/dependabot.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ updates:
5252
- dependency-name: "third_party/nlfaultinjection/repo"
5353
- dependency-name: "third_party/nlio/repo"
5454
- dependency-name: "third_party/nxp/repo"
55-
- dependency-name: "third_party/open-iot-sdk/repo"
5655
- dependency-name: "third_party/ot-br-posix/repo"
5756
- dependency-name: "third_party/perfetto/repo"
5857
- dependency-name: "third_party/qpg_sdk/repo"

.github/workflows/docker_img.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,6 @@ jobs:
108108
- "-telink-zephyr_3_3"
109109
- "-ti"
110110
- "-tizen"
111-
- "-openiotsdk"
112111
steps:
113112
- name: Checkout
114113
uses: actions/checkout@v4

.github/workflows/examples-openiotsdk.yaml

Lines changed: 0 additions & 216 deletions
This file was deleted.

.github/workflows/lint.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -377,10 +377,8 @@ jobs:
377377
run: |
378378
# Various platforms have `using namespace chip::Ble` in their BLEManager* headers; just exclude those for now.
379379
#
380-
# Exclude platform openiotsdk bits that do this in their persistent storage header.
381-
#
382-
# Also exclude examples (for now) and third_party, which have various instances of this.
380+
# Exclude examples (for now) and third_party, which have various instances of this.
383381
#
384382
# Ignore uses of `System::Clock::Literals`, because that's the only way to have things using _ms32 or whatnot
385383
# in a header file.
386-
git grep -I -n -e '^using namespace' --and --not -e 'System::Clock::Literals' -- './**/*.h' ':(exclude)src/platform/*/BLEManager*.h' ':(exclude)src/platform/openiotsdk/KVPsaPsStore.h' ':(exclude)./examples' ':(exclude)./third_party' && exit 1 || exit 0
384+
git grep -I -n -e '^using namespace' --and --not -e 'System::Clock::Literals' -- './**/*.h' ':(exclude)src/platform/*/BLEManager*.h' ':(exclude)./examples' ':(exclude)./third_party' && exit 1 || exit 0

.gitmodules

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -243,11 +243,6 @@
243243
url = https://github.com/matter-mtk/genio-matter-lwip.git
244244
branch = main
245245
platforms = genio
246-
[submodule "open-iot-sdk"]
247-
path = third_party/open-iot-sdk/sdk
248-
url = https://git.gitlab.arm.com/iot/open-iot-sdk/sdk.git
249-
branch = main
250-
platforms = openiotsdk
251246
[submodule "bouffalolab_sdk"]
252247
path = third_party/bouffalolab/repo
253248
url = https://github.com/bouffalolab/bl_iot_sdk_tiny.git

0 commit comments

Comments
 (0)