-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #8 from nerwalt/nrf9120-support
nrf9120 support
- Loading branch information
Showing
5 changed files
with
48 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
[package] | ||
name = "nrfxlib-sys" | ||
version = "2.4.2" | ||
version = "2.7.0" | ||
authors = [ | ||
"Jonathan 'theJPster' Pallant <[email protected]>", | ||
"42 Technology Ltd <[email protected]>", | ||
"Dion Dokter <[email protected]>" | ||
] | ||
edition = "2021" | ||
description = "Rust bindings to the Nordic nRF9160 Socket Library." | ||
description = "Rust bindings to the Nordic nRF91* Socket Library." | ||
readme = "README.md" | ||
license-file = "LICENCE.md" | ||
repository = "https://github.com/nrf-rs/nrfxlib-sys" | ||
|
@@ -43,3 +43,10 @@ llvm-tools = { version = "0.1.1", optional = true } | |
default = ["llvm-objcopy"] | ||
arm-none-eabi-objcopy = [] | ||
llvm-objcopy = ["dep:llvm-tools"] | ||
|
||
nrf9160 = [] | ||
nrf9151 = ["nrf9120"] | ||
nrf9161 = ["nrf9120"] | ||
# The nrf9120 is the part number of the SoC internal to the nrf9151 and nrf9161 SiPs | ||
nrf9120 = [] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule nrfxlib
updated
1754 files