@nordicsemiconductor/pc-nrfconnect-shared 240.0.0 → 241.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/Changelog.md
CHANGED
|
@@ -7,6 +7,16 @@ This project does _not_ adhere to
|
|
|
7
7
|
[Semantic Versioning](https://semver.org/spec/v2.0.0.html) but contrary to it
|
|
8
8
|
every new version is a new major version.
|
|
9
9
|
|
|
10
|
+
## 241.0.0 - 2025-12-12
|
|
11
|
+
|
|
12
|
+
### Added
|
|
13
|
+
|
|
14
|
+
- Product links for the nRF54LV10 DK.
|
|
15
|
+
|
|
16
|
+
### Changed
|
|
17
|
+
|
|
18
|
+
- Product links for the nRF9151 SMA DK.
|
|
19
|
+
|
|
10
20
|
## 240.0.0 - 2025-12-02
|
|
11
21
|
|
|
12
22
|
### Changed
|
package/package.json
CHANGED
package/release_notes.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
###
|
|
1
|
+
### Added
|
|
2
2
|
|
|
3
|
-
-
|
|
3
|
+
- Product links for the nRF54LV10 DK.
|
|
4
4
|
|
|
5
|
-
###
|
|
5
|
+
### Changed
|
|
6
6
|
|
|
7
|
-
-
|
|
7
|
+
- Product links for the nRF9151 SMA DK.
|
|
@@ -287,8 +287,10 @@ const devicesByPca: { [P in KnownDevicePCA]: DeviceInfo } = {
|
|
|
287
287
|
cores: 1,
|
|
288
288
|
icon: nrf54logo,
|
|
289
289
|
website: {
|
|
290
|
-
productPage:
|
|
291
|
-
|
|
290
|
+
productPage:
|
|
291
|
+
'https://www.nordicsemi.com/Products/Development-hardware/nRF54LV10-DK',
|
|
292
|
+
buyOnline:
|
|
293
|
+
'https://www.nordicsemi.com/About-us/BuyOnline?search_token=nRF54LV10%20DK',
|
|
292
294
|
},
|
|
293
295
|
},
|
|
294
296
|
PCA10201: {
|
|
@@ -297,9 +299,9 @@ const devicesByPca: { [P in KnownDevicePCA]: DeviceInfo } = {
|
|
|
297
299
|
icon: nrf91logo,
|
|
298
300
|
website: {
|
|
299
301
|
productPage:
|
|
300
|
-
'https://www.nordicsemi.com/Products/Development-hardware/nRF9151-DK',
|
|
302
|
+
'https://www.nordicsemi.com/Products/Development-hardware/nRF9151-SMA-DK',
|
|
301
303
|
buyOnline:
|
|
302
|
-
'https://www.nordicsemi.com/About-us/BuyOnline?search_token=NRF9151
|
|
304
|
+
'https://www.nordicsemi.com/About-us/BuyOnline?search_token=NRF9151%20SMA%20DK',
|
|
303
305
|
},
|
|
304
306
|
},
|
|
305
307
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"deviceInfo.d.ts","sourceRoot":"","sources":["../../../../../src/Device/deviceInfo/deviceInfo.ts"],"names":[],"mappings":"AA+BA,OAAO,EAAE,aAAa,EAAE,MAAM,yBAAyB,CAAC;AACxD,OAAO,KAAK,EAAE,MAAM,IAAI,aAAa,EAAE,MAAM,gBAAgB,CAAC;AAa9D,KAAK,MAAM,GAAG,aAAa,GAAG,aAAa,CAAC;AAE5C,UAAU,UAAU;IAChB,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,IAAI,EAAE,KAAK,CAAC,WAAW,CAAC;IACxB,OAAO,EAAE;QACL,WAAW,CAAC,EAAE,MAAM,CAAC;QACrB,SAAS,CAAC,EAAE,MAAM,CAAC;KACtB,CAAC;CACL;
|
|
1
|
+
{"version":3,"file":"deviceInfo.d.ts","sourceRoot":"","sources":["../../../../../src/Device/deviceInfo/deviceInfo.ts"],"names":[],"mappings":"AA+BA,OAAO,EAAE,aAAa,EAAE,MAAM,yBAAyB,CAAC;AACxD,OAAO,KAAK,EAAE,MAAM,IAAI,aAAa,EAAE,MAAM,gBAAgB,CAAC;AAa9D,KAAK,MAAM,GAAG,aAAa,GAAG,aAAa,CAAC;AAE5C,UAAU,UAAU;IAChB,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,IAAI,EAAE,KAAK,CAAC,WAAW,CAAC;IACxB,OAAO,EAAE;QACL,WAAW,CAAC,EAAE,MAAM,CAAC;QACrB,SAAS,CAAC,EAAE,MAAM,CAAC;KACtB,CAAC;CACL;AAySD,eAAO,MAAM,UAAU,GAAI,QAAQ,MAAM,KAAG,UAC2B,CAAC;AASxE,eAAO,MAAM,mBAAmB,GAC5B,QAAQ,MAAM,EACd;;CAA+B,WAOlC,CAAC"}
|