-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[OIS] Open IoT SDK platform environment #22992
Merged
Merged
Conversation
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
pullapprove
bot
requested review from
andy31415,
anush-apple,
arkq,
Byungjoo-Lee,
bzbarsky-apple,
carol-apple,
chrisdecenzo,
chshu,
chulspro,
Damian-Nordic,
dhrishi,
electrocucaracha,
emargolis,
franck-apple,
gjc13,
harimau-qirex,
harsha-rajendran,
hawk248,
isiu-apple,
jelderton,
jepenven-silabs,
jmartinez-silabs,
jtung-apple,
kpschoedel and
lazarkov
October 3, 2022 09:46
pullapprove
bot
requested review from
tecimovic,
wbschiller,
xylophone21,
turon,
vijs and
yufengwangca
October 7, 2022 14:11
PR #22992: Size comparison from bf066a2 to 8e3c1e2 Increases (1 build for nrfconnect)
Full report (4 builds for bl702, nrfconnect)
|
@andy31415 @woody-apple Can we go forward with this PR if there are not any more comments? |
PR #22992: Size comparison from 973bbf5 to 9784867 Increases (6 builds for efr32, psoc6, telink)
Decreases (4 builds for qpg, telink)
Full report (37 builds for bl602, bl702, cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, nrfconnect, psoc6, qpg, telink)
|
PR #22992: Size comparison from c46da7c to 0e9d002 Increases (6 builds for bl602, bl702, cc13x2_26x2, telink)
Decreases (7 builds for cc13x2_26x2, esp32, psoc6, telink)
Full report (36 builds for bl602, bl702, cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, psoc6, qpg, telink)
|
PR #22992: Size comparison from 2c9cd92 to 0f3a8ba Increases (4 builds for psoc6, telink)
Decreases (6 builds for nrfconnect, psoc6, telink)
Full report (31 builds for bl602, bl702, cc13x2_26x2, cyw30739, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
|
PR #22992: Size comparison from bc6b438 to 7357d35 Increases (3 builds for telink)
Decreases (6 builds for bl702, nrfconnect, telink)
Full report (15 builds for bl702, k32w, linux, mbed, nrfconnect, qpg, telink)
|
Bump cmake version to 3.23.1 and extend libraries layer in chip-build Docker image. Remove Cmake version overriding in scripts/python.json. Create Docker image for Open IoT SDK platform. Forward Open IoT SDK components to VScode Docker image. Add necessary paths to devcontainer Docker file. Bump Docker image version. Add Open IoT SDK to docker image workflow Signed-off-by: ATmobica <artur.tynecki@mobica.com>
Add SDK and storage sources as submodules to third_part/open-iot-sdk directory. Add Open IoT SDK platfrom to checkout_submodules.py script. Signed-off-by: ATmobica <artur.tynecki@mobica.com>
Create Open IoT SDK Python requirements. Add pytest-json-report to pigweed Python environment. Signed-off-by: ATmobica <artur.tynecki@mobica.com>
PR #22992: Size comparison from e62498b to 046a42e Increases (7 builds for cc13x2_26x2, esp32, nrfconnect, telink)
Decreases (9 builds for bl702, cc13x2_26x2, k32w, psoc6, telink)
Full report (38 builds for bl602, bl702, cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
|
andy31415
approved these changes
Oct 21, 2022
adbridge
pushed a commit
to ARM-software/connectedhomeip
that referenced
this pull request
Nov 18, 2022
* [OIS] Add Open IoT SDK development environment to the Matter project Bump cmake version to 3.23.1 and extend libraries layer in chip-build Docker image. Remove Cmake version overriding in scripts/python.json. Create Docker image for Open IoT SDK platform. Forward Open IoT SDK components to VScode Docker image. Add necessary paths to devcontainer Docker file. Bump Docker image version. Add Open IoT SDK to docker image workflow Signed-off-by: ATmobica <artur.tynecki@mobica.com> * [OIS] Add Open IoT SDK sources to third_party Add SDK and storage sources as submodules to third_part/open-iot-sdk directory. Add Open IoT SDK platfrom to checkout_submodules.py script. Signed-off-by: ATmobica <artur.tynecki@mobica.com> * [OIS] Add Open IoT SDK Python environment requirements Create Open IoT SDK Python requirements. Add pytest-json-report to pigweed Python environment. Signed-off-by: ATmobica <artur.tynecki@mobica.com> Signed-off-by: ATmobica <artur.tynecki@mobica.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Provide a new ARM-software platform for the Matter project.
This platform is based on Open IoT SDK. Open IoT SDK is a reference implementation of Open-CMSIS-CDI which defines a common device interface for microcontroller-based devices used in the Internet of Things. It is delivered as a framework of software components with a set of feature-rich example applications.
This initialized PR provides the development environment for the OIS platform.
It contains: