-
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
[NXP] Adding Zephyr examples #34103
[NXP] Adding Zephyr examples #34103
Conversation
PR #34103: Size comparison from ee49ebd to 23ffa02 Full report (96 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, mbed, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
5c5122e
to
88e04fc
Compare
@andy31415 We made this PR #34206 to add the docker image for those Zephyr examples. This is a preparation for what you requested. |
e237a8a
to
c23e116
Compare
PR #34103: Size comparison from 8786012 to 735a208 Full report (4 builds for cc32xx, mbed, stm32)
|
@andy31415 build for the 3 examples is now added to the build_examples file. |
PR #34103: Size comparison from 8786012 to 0374d1e Full report (96 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, mbed, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
0374d1e
to
2bd8a09
Compare
PR #34103: Size comparison from 9306418 to 2bd8a09 Full report (96 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, mbed, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
Adding 3 examples: *All-cluster-app *Thermostat *Laundry-washer-app Signed-off-by: Axel Le Bourhis <axel.lebourhis@nxp.com> Signed-off-by: Yassine El Aissaoui <yassine.elaissaoui@nxp.com>
With the current change, NXP Matter apps using Zephyr can be built using the build_examples.py. Build examples that are supported are: * all-clusters-app * laundry-washer * thermostat Build variants that are supported for now: * build with factory data More variants can be added later.
2bd8a09
to
753cad2
Compare
PR #34103: Size comparison from c70a769 to 753cad2 Full report (96 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, mbed, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
* [NXP] Adding Zephyr examples Adding 3 examples: *All-cluster-app *Thermostat *Laundry-washer-app Signed-off-by: Axel Le Bourhis <axel.lebourhis@nxp.com> Signed-off-by: Yassine El Aissaoui <yassine.elaissaoui@nxp.com> * Restyled by prettier-markdown * [NXP] Fix spelling issues on all-clusters-app Readme * [NXP] add support for rw61x Zephyr on build_examples With the current change, NXP Matter apps using Zephyr can be built using the build_examples.py. Build examples that are supported are: * all-clusters-app * laundry-washer * thermostat Build variants that are supported for now: * build with factory data More variants can be added later. * Restyled by autopep8 --------- Signed-off-by: Axel Le Bourhis <axel.lebourhis@nxp.com> Signed-off-by: Yassine El Aissaoui <yassine.elaissaoui@nxp.com> Co-authored-by: Restyled.io <commits@restyled.io>
Adding 3 examples:
*All-cluster-app
*Thermostat
*Laundry-washer-app