-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
16 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
From d06671d9031156ce3b29e06d7edb344d8f6ee0d6 Mon Sep 17 00:00:00 2001 | ||
Message-ID: <d06671d9031156ce3b29e06d7edb344d8f6ee0d6.1698086809[email protected]> | ||
Message-ID: <d06671d9031156ce3b29e06d7edb344d8f6ee0d6.1698087175[email protected]> | ||
From: Stefan Agner <[email protected]> | ||
Date: Tue, 22 Nov 2022 10:51:17 +0100 | ||
Subject: [PATCH] Support custom platform tag | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
From 88ba0f8233f97a9bb773341da7c996deee9675fe Mon Sep 17 00:00:00 2001 | ||
Message-ID: <88ba0f8233f97a9bb773341da7c996deee9675fe.1698086809[email protected]> | ||
In-Reply-To: <d06671d9031156ce3b29e06d7edb344d8f6ee0d6.1698086809[email protected]> | ||
References: <d06671d9031156ce3b29e06d7edb344d8f6ee0d6.1698086809[email protected]> | ||
Message-ID: <88ba0f8233f97a9bb773341da7c996deee9675fe.1698087175[email protected]> | ||
In-Reply-To: <d06671d9031156ce3b29e06d7edb344d8f6ee0d6.1698087175[email protected]> | ||
References: <d06671d9031156ce3b29e06d7edb344d8f6ee0d6.1698087175[email protected]> | ||
From: Stefan Agner <[email protected]> | ||
Date: Fri, 27 May 2022 16:38:14 +0200 | ||
Subject: [PATCH] Use /data as platform storage location | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,17 @@ | ||
From c98b4529584eb42b8c0459bf031ad6cc130f584e Mon Sep 17 00:00:00 2001 | ||
Message-ID: <c98b4529584eb42b8c0459bf031ad6cc130f584e.1698086809[email protected]> | ||
In-Reply-To: <d06671d9031156ce3b29e06d7edb344d8f6ee0d6.1698086809[email protected]> | ||
References: <d06671d9031156ce3b29e06d7edb344d8f6ee0d6.1698086809[email protected]> | ||
From 26d493898bd640ffa04df3ed35e7845ecb3fc7b7 Mon Sep 17 00:00:00 2001 | ||
Message-ID: <26d493898bd640ffa04df3ed35e7845ecb3fc7b7.1698087175[email protected]> | ||
In-Reply-To: <d06671d9031156ce3b29e06d7edb344d8f6ee0d6.1698087175[email protected]> | ||
References: <d06671d9031156ce3b29e06d7edb344d8f6ee0d6.1698087175[email protected]> | ||
From: Stefan Agner <[email protected]> | ||
Date: Mon, 23 Oct 2023 20:36:06 +0200 | ||
Subject: [PATCH] [python] mark chip cluster library as type checking ready | ||
|
||
--- | ||
src/controller/python/BUILD.gn | 12 ++++++++++++ | ||
src/controller/python/build-chip-wheel.py | 12 +++++++----- | ||
2 files changed, 19 insertions(+), 5 deletions(-) | ||
src/controller/python/BUILD.gn | 12 ++++++++++++ | ||
src/controller/python/build-chip-wheel.py | 12 +++++++----- | ||
src/controller/python/chip/clusters/py.typed | 0 | ||
3 files changed, 19 insertions(+), 5 deletions(-) | ||
create mode 100644 src/controller/python/chip/clusters/py.typed | ||
|
||
diff --git a/src/controller/python/BUILD.gn b/src/controller/python/BUILD.gn | ||
index b01dafbc30..58e6c8c487 100644 | ||
|
@@ -83,6 +85,9 @@ index 7b21215bdc..92a0f583ca 100644 | |
scripts=[name for name in map( | ||
lambda script: os.path.join(tmpDir, script.installName), | ||
installScripts | ||
diff --git a/src/controller/python/chip/clusters/py.typed b/src/controller/python/chip/clusters/py.typed | ||
new file mode 100644 | ||
index 0000000000..e69de29bb2 | ||
-- | ||
2.42.0 | ||
|