-
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] Update K32W build examples support #32662
[NXP] Update K32W build examples support #32662
Conversation
PR #32662: Size comparison from 31f73a7 to 4d79301 Decreases (2 builds for efr32)
Full report (68 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, mbed, nrfconnect, psoc6, qpg, stm32, telink)
|
4d79301
to
eec70a8
Compare
PR #32662: Size comparison from 6b82061 to eec70a8 Decreases (2 builds for efr32)
Full report (68 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, mbed, nrfconnect, psoc6, qpg, stm32, telink)
|
Any idea how to update the K32W build status icon? I want to replace the text with |
eec70a8
to
84c2b5e
Compare
PR #32662: Size comparison from ea29531 to 84c2b5e Full report (37 builds for cc13x4_26x4, cc32xx, cyw30739, nrfconnect, psoc6, qpg, stm32, telink)
|
84c2b5e
to
37ee2fa
Compare
PR #32662: Size comparison from 437c574 to 37ee2fa Decreases (2 builds for efr32)
Full report (68 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, mbed, nrfconnect, psoc6, qpg, stm32, telink)
|
37ee2fa
to
4804712
Compare
PR #32662: Size comparison from aa9f8e5 to 4804712 Decreases (2 builds for efr32)
Full report (68 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, mbed, nrfconnect, psoc6, qpg, stm32, telink)
|
4804712
to
7d8e940
Compare
PR #32662: Size comparison from 401fbf0 to 7d8e940 Decreases (1 build for efr32)
Full report (57 builds for cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, mbed, nrfconnect, psoc6, qpg, stm32, telink)
|
Rename all related files from k32w to nxp. Support for other platforms should be added in BuildNxpTarget. Signed-off-by: marius-alex-tache <[email protected]>
Supported targets should be constrained by the board using OnlyIfRe calls. Signed-off-by: marius-alex-tache <[email protected]>
Signed-off-by: marius-alex-tache <[email protected]>
7d8e940
to
21421a4
Compare
PR #32662: Size comparison from 7766149 to 21421a4 Decreases (1 build for efr32)
Full report (67 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, mbed, nrfconnect, psoc6, qpg, stm32, telink)
|
…#32662) * [NXP][CI] Update K32W build_examples support Rename all related files from k32w to nxp. Support for other platforms should be added in BuildNxpTarget. Signed-off-by: marius-alex-tache <[email protected]> * [NXP][CI] Add board constraints to the app targets Supported targets should be constrained by the board using OnlyIfRe calls. Signed-off-by: marius-alex-tache <[email protected]> * [NXP][CI] Update all targets linux x64 test data Signed-off-by: marius-alex-tache <[email protected]> * Restyled by autopep8 --------- Signed-off-by: marius-alex-tache <[email protected]> Co-authored-by: Restyled.io <[email protected]> (cherry picked from commit 3099269)
Create a common NXP build examples support that can be used by all NXP platforms. Currently, porting only k32w0/k32w1 to this system, since it's based on the previous k32w system.