Commit 1207637
[K32W0] SDK 2.6.13 changes (#30678)
* [K32W0] Bring platform diff
Signed-off-by: marius-alex-tache <marius.tache@nxp.com>
* [K32W0] Add SSBL version retrieval
The applications will now print the SSBL version also.
If the SSBL doesn't have a version defined, the expected value is 0.
Signed-off-by: marius-alex-tache <marius.tache@nxp.com>
* [K32W0] Fix SSBL version retrieval
SSBL will always be seen as booting from address 0, thanks to the remapping mechanism.
This means the SSBL version will always offset from address 0.
Signed-off-by: marius-alex-tache <marius.tache@nxp.com>
* [K32W0] Add support for simple hash verification
Signed-off-by: marius-alex-tache <marius.tache@nxp.com>
* [K32W] Add support for BLE callback delegate
Application can register callbacks for GAP/GATT events.
Signed-off-by: marius-alex-tache <marius.tache@nxp.com>
* [K32W0] Add example for registering BLE event callbacks
Signed-off-by: marius-alex-tache <marius.tache@nxp.com>
* [K32W0] replace to use SecLib API and SecLib mutex
* [COMMON] Fix manufacturing flow
Signed-off-by: marius-alex-tache <marius.tache@nxp.com>
* [COMMON] Add python script to generate certificates
Signed-off-by: Axel Le Bourhis <axel.lebourhis@nxp.com>
* [common] Update generate_certs script
* Add valid_from and lifetime optional parameters
* Updated parameters descriptions
* Misc improvements
Signed-off-by: Axel Le Bourhis <axel.lebourhis@nxp.com>
* [COMMON] Update nxp_manufacturing_flow document
Updated the document to make use of the new generate_certs.py script.
Signed-off-by: Axel Le Bourhis <axel.lebourhis@nxp.com>
* [K32W0] Fix function signature
Signed-off-by: marius-alex-tache <marius.tache@nxp.com>
* [K32W0] Remove duplicate reboot cause set
Signed-off-by: marius-alex-tache <marius.tache@nxp.com>
* [K32W] Set BLE manager impl pointer before calling InitHostController
When adding app BLE callbacks, the sImplInstance pointer is used, so it
needs to be set beforehand.
Signed-off-by: marius-alex-tache <marius.tache@nxp.com>
* [COMMON] Update ot-nxp to release branch
Signed-off-by: marius-alex-tache <marius.tache@nxp.com>
* [K32W0] Update west manifest to point to 2.6.13 SDK
Signed-off-by: marius-alex-tache <marius.tache@nxp.com>
* [K32W0] Fix ICD parameters
Signed-off-by: Doru Gucea <doru-cristian.gucea@nxp.com>
* [NXP] Bump ot-nxp to latest
Signed-off-by: marius-alex-tache <marius.tache@nxp.com>
* [NXP] Fix tools lint errors
Signed-off-by: marius-alex-tache <marius.tache@nxp.com>
* Restyled by whitespace
Restyled by clang-format
Restyled by gn
Restyled by prettier-markdown
Restyled by autopep8
Restyled by isort
* [NXP] Add extra condition for SDK gn variable to take into account CI
Signed-off-by: marius-alex-tache <marius.tache@nxp.com>
* Restyled by gn
* [NXP] Fix some lint errors
Signed-off-by: marius-alex-tache <marius.tache@nxp.com>
* [K32W0] Fix include header
Signed-off-by: marius-alex-tache <marius.tache@nxp.com>
* Restyled by autopep8
* [NXP] Fix lint error
Signed-off-by: marius-alex-tache <marius.tache@nxp.com>
* [NXP] Update docker image used by the github actions workflow for K32W
Signed-off-by: marius-alex-tache <marius.tache@nxp.com>
* [K32W1] Add example for registering BLE event callbacks
Signed-off-by: marius-alex-tache <marius.tache@nxp.com>
* Restyled by clang-format
* [NXP] Clarify usage of hash id in factory data. Update MATTER_ROOT to use a more generic path
Signed-off-by: marius-alex-tache <marius.tache@nxp.com>
---------
Signed-off-by: marius-alex-tache <marius.tache@nxp.com>
Signed-off-by: Axel Le Bourhis <axel.lebourhis@nxp.com>
Signed-off-by: Doru Gucea <doru-cristian.gucea@nxp.com>
Co-authored-by: Ethan Tan <nxf42555@lsvm11u0000160.swis.ap-northeast-2.aws.nxp.com>
Co-authored-by: Axel Le Bourhis <axel.lebourhis@nxp.com>
Co-authored-by: Doru Gucea <doru-cristian.gucea@nxp.com>
Co-authored-by: Restyled.io <commits@restyled.io>1 parent 1e6f797 commit 1207637
43 files changed
Lines changed: 1426 additions & 176 deletions
File tree
- .github/workflows
- docs/guides
- examples
- contact-sensor-app/nxp/k32w
- k32w0
- include
- main
- k32w1/main
- lighting-app/nxp/k32w/k32w0
- include
- main
- lock-app/nxp/k32w/k32w0
- include
- platform/nxp/k32w/k32w0
- app/ldscripts
- doc/images
- scripts
- scripts/tools/nxp
- factory_data_generator
- ota
- src/platform/nxp/k32w
- common
- k32w0
- k32w1
- third_party
- nxp/k32w0_sdk
- repo/manifest
- openthread
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| |||
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
28 | 29 | | |
29 | 30 | | |
30 | 31 | | |
| |||
177 | 178 | | |
178 | 179 | | |
179 | 180 | | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
180 | 185 | | |
181 | 186 | | |
182 | 187 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
440 | 440 | | |
441 | 441 | | |
442 | 442 | | |
| 443 | + | |
| 444 | + | |
| 445 | + | |
| 446 | + | |
443 | 447 | | |
444 | 448 | | |
445 | 449 | | |
| |||
457 | 461 | | |
458 | 462 | | |
459 | 463 | | |
| 464 | + | |
| 465 | + | |
| 466 | + | |
| 467 | + | |
| 468 | + | |
| 469 | + | |
| 470 | + | |
| 471 | + | |
| 472 | + | |
| 473 | + | |
| 474 | + | |
| 475 | + | |
| 476 | + | |
| 477 | + | |
| 478 | + | |
| 479 | + | |
| 480 | + | |
| 481 | + | |
460 | 482 | | |
461 | 483 | | |
462 | 484 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
Lines changed: 6 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
62 | 67 | | |
63 | 68 | | |
64 | 69 | | |
| |||
188 | 193 | | |
189 | 194 | | |
190 | 195 | | |
191 | | - | |
192 | | - | |
| 196 | + | |
193 | 197 | | |
194 | 198 | | |
195 | 199 | | |
| |||
Lines changed: 25 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| 48 | + | |
| 49 | + | |
48 | 50 | | |
49 | 51 | | |
50 | 52 | | |
| |||
123 | 125 | | |
124 | 126 | | |
125 | 127 | | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
126 | 140 | | |
127 | 141 | | |
128 | 142 | | |
| |||
240 | 254 | | |
241 | 255 | | |
242 | 256 | | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
243 | 268 | | |
244 | 269 | | |
245 | 270 | | |
| |||
Lines changed: 17 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| 49 | + | |
| 50 | + | |
49 | 51 | | |
50 | 52 | | |
51 | 53 | | |
| |||
106 | 108 | | |
107 | 109 | | |
108 | 110 | | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
109 | 123 | | |
110 | 124 | | |
111 | 125 | | |
| |||
188 | 202 | | |
189 | 203 | | |
190 | 204 | | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
191 | 208 | | |
192 | 209 | | |
193 | 210 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
28 | 29 | | |
29 | 30 | | |
30 | 31 | | |
| |||
170 | 171 | | |
171 | 172 | | |
172 | 173 | | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
173 | 178 | | |
174 | 179 | | |
175 | 180 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
457 | 457 | | |
458 | 458 | | |
459 | 459 | | |
| 460 | + | |
| 461 | + | |
| 462 | + | |
| 463 | + | |
460 | 464 | | |
461 | 465 | | |
462 | 466 | | |
| |||
474 | 478 | | |
475 | 479 | | |
476 | 480 | | |
| 481 | + | |
| 482 | + | |
| 483 | + | |
| 484 | + | |
| 485 | + | |
| 486 | + | |
| 487 | + | |
| 488 | + | |
| 489 | + | |
| 490 | + | |
| 491 | + | |
| 492 | + | |
| 493 | + | |
| 494 | + | |
| 495 | + | |
| 496 | + | |
| 497 | + | |
| 498 | + | |
477 | 499 | | |
478 | 500 | | |
479 | 501 | | |
| |||
0 commit comments