-
Notifications
You must be signed in to change notification settings - Fork 2k
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 : Add support of RT1060 and RT1170 boards #35842
Conversation
Review changes with SemanticDiff. Analyzed 14 of 99 files. Overall, the semantic diff is 5% smaller than the GitHub diff. 7 files do not contain logic changes. File Information
|
PR #35842: Size comparison from 6bbe1d6 to d60ad80 Full report (88 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
d60ad80
to
e7b74e2
Compare
PR #35842: Size comparison from af1b0ee to e7b74e2 Full report (88 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
e7b74e2
to
67e5745
Compare
PR #35842: Size comparison from bcc1f1b to 67e5745 Full report (88 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
67e5745
to
813458d
Compare
PR #35842: Size comparison from 4c4970a to 813458d Full report (88 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
813458d
to
b622242
Compare
PR #35842: Size comparison from 18fafa5 to b622242 Full report (20 builds for cc13x4_26x4, cc32xx, nrfconnect, nxp, qpg, stm32, tizen)
|
b622242
to
dcbeab1
Compare
PR #35842: Size comparison from ca70de2 to dcbeab1 Full report (88 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
dcbeab1
to
349b90a
Compare
PR #35842: Size comparison from 5224cec to 349b90a Full report (80 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, nrfconnect, psoc6, qpg, stm32, telink, tizen)
|
PR #35842: Size comparison from 5224cec to 932ee89 Full report (80 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, nrfconnect, psoc6, qpg, stm32, telink, tizen)
|
932ee89
to
349b90a
Compare
PR #35842: Size comparison from 12fe9df to 349b90a Full report (80 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, nrfconnect, psoc6, qpg, stm32, telink, tizen)
|
Signed-off-by: marius-alex-tache <[email protected]>
Signed-off-by: marius-alex-tache <[email protected]>
4dadb83
to
dac7d84
Compare
dac7d84
to
c46df6c
Compare
PR #35842: Size comparison from d8d121e to c46df6c Full report (74 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, nrfconnect, psoc6, qpg, stm32, telink, tizen)
|
…-chip#35842) * [NXP][rt1170] Matter enablement on RT1170 It includes: - Matter port files for RT1170 - example files for Laundry-washer, thermostat and all-cluster-app - documentations Signed-off-by: Gatien Chapon <[email protected]> [border router][rt1170] RT1170 platform and README updates to support OTBR with new OT stack version (cherry picked from commit f97d5c58c866774c787ec4417bca075ce45eece0) [platform][rt1170] Enable lwip and ephemeral key CLI addons (cherry picked from commit fb3320eabd3c3f6c8c75c4094d6426fcc0cfed57) [2.16][rt1170] SDK 2.16 rt1170 API name changed Signed-off-by: Gatien Chapon <[email protected]> (cherry picked from commit 67f183263466267bc1c7da6fd3a05743fd268ea2) Signed-off-by: Gatien Chapon <[email protected]> [examples][rt1170] Enable Disgnostic log for thermostat app Signed-off-by: Martin Girardot <[email protected]> (cherry picked from commit cce6267446d035e7966c7f5f17d112fb5f1557c5) [platform][rt1170] Rename rt_nvm_component to nxp_nvm_component Signed-off-by: Dina Benamar <[email protected]> (cherry picked from commit f5fb5f4e8b2be45fc97c2a7c7a2d5a453adf9b34) [doc][rt1170] update OTA guidelines to generate mcuboot binary (cherry picked from commit 27f58810a07343234d0d884f385eb407998a9220) * [NXP][rt1060] Adding RT1060 Matter support It includes following changes: - Matter port files for RT1060 - examples support for Laundry-washer, thermostat and all-cluster-app - Support for configurations: RT1060 evkb+8801, RT1060 evkb+IW416, RT1060 evkc+IW612 and RT1060 evkb+k32w0 Signed-off-by: Gatien Chapon <[email protected]> [platform][rt1060] Rename rt_nvm_component to nxp_nvm_component Signed-off-by: Dina Benamar <[email protected]> (cherry picked from commit 316450da02b365aa61bcb53a0dc6b50512fb6435) [border router][rt1060] RT1060 platform and README updates to support OTBR with new OT stack version (cherry picked from commit 231a4c15c4abca40d5759194fb61b9636c8f67e8) [platform][rt1060] Enable lwip and ephemeral key CLI addons (cherry picked from commit 463749a12abcc68fc5f6569f98c27b574b3516bd) [2.16][rt1060] SDK 2.16 rt1060 API name changed Signed-off-by: Gatien Chapon <[email protected]> (cherry picked from commit 42f7d8771329172aaeedfde1b2bab86b1799f6d9) [examples][rt1060] Enable Diagnostic log for thermostat app Signed-off-by: Martin Girardot <[email protected]> (cherry picked from commit 7c4cbeb41d3a00ec90525bb084f7bc278d5ecb8e) * [NXP][rt1060][doc] Update WiFi build instructions * [NXP][border router][rt1060] Platform updates to support TBR cluster and secondary nwk if A new gn variable was created, chip_enable_secondary_nwk_if, to enable or disable Thread as secondary network commissioning interface when building with BR support. * [NXP][border router][rt1170] Platform updates to support TBR cluster and secondary nwk if A new gn variable was created, chip_enable_secondary_nwk_if, to enable or disable Thread as secondary network commissioning interface when building with BR support. * [NXP] Add targets RT1060 and RT1170 to NXP builds * [NXP][OTA][doc] update OTA doc for RTs boards * [NXP][border router][rt1060] fix compilation issue * [NXP][border router][rt1170] fix compilation issue * [NXP][doc][rt1060] minor changes * [NXP] [rt1060] OTA requestor enablement on RT1060-EVKC+Firecrest * [NXP] Add OTA variant to RT1060 and RT1170 builds * [NXP][doc][rt] changes since workflow feedback * [NXP][examples][rt1060] Update empty button registration path Signed-off-by: marius-alex-tache <[email protected]> * [NXP][examples][rt1170] Update empty button registration path Signed-off-by: marius-alex-tache <[email protected]> * [NXP] [gn] Restyle gn files * [NXP][doc] Restyle md files * [NXP] Restyle build scripts * [NXP][RT] fix OTBR compile issue * [NXP][RT][doc] rework documentation * [NXP] Reduce and collapse NXP targets list * [NXP] filter which target to be build on PR * [NXP] [rt1170] remove useless flag * [NXP] [rt1060] remove useless flag * [NXP] [doc] fix path to referenced docs since NXP documentation moved --------- Signed-off-by: marius-alex-tache <[email protected]> Co-authored-by: Gatien Chapon <[email protected]> Co-authored-by: Mihai Ignat <[email protected]> Co-authored-by: Marius Preda <[email protected]> Co-authored-by: marius-alex-tache <[email protected]> Co-authored-by: Restyled.io <[email protected]> (cherry picked from commit 97afd92)
…roject-chip#35842)" This reverts commit ef96beb. Signed-off-by: Gatien Chapon <[email protected]>
Add Matter support on RT1060 and RT1170 boards