Skip to content

Commit ab901a8

Browse files
KievDevelgreg-fer
andauthored
Feat/lv10 support (#379)
* lv10 support wip * add fw * Changelog * Added nRF54LV10 to the list of supported devices. (#371) Added nRF54LV10 to the list of supported devices. NCD-1439. Signed-off-by: Grzegorz Ferenc <[email protected]> * remove 2x image * Replace samples * update shared to v239 --------- Signed-off-by: Grzegorz Ferenc <[email protected]> Co-authored-by: Grzegorz Ferenc <[email protected]>
1 parent d425a00 commit ab901a8

File tree

13 files changed

+39937
-5
lines changed

13 files changed

+39937
-5
lines changed

Changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
- Firmware for programming the Connectivity bridge application on Nordic
66
Thingy:91 X.
7+
- Support for the nRF54LV10 DK.
78

89
### Changed
910

doc/docs/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ After installing and opening the app from nRF Connect for Desktop, connect your
1717
- nRF9151 SMA DK
1818
- nRF9151 DK
1919
- nRF7002 DK
20+
- nRF54LV10 DK
2021
- nRF54LM20 DK
2122
- nRF54L15 DK
2223
- nRF5340 DK

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,6 @@
5454
},
5555
"prettier": "@nordicsemiconductor/pc-nrfconnect-shared/config/prettier.config.js",
5656
"devDependencies": {
57-
"@nordicsemiconductor/pc-nrfconnect-shared": "^234.0.0"
57+
"@nordicsemiconductor/pc-nrfconnect-shared": "^239.0.0"
5858
}
5959
}

0 commit comments

Comments
 (0)