File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 33## Unreleased
44
55- Fixed the nvmc erase procedure on nRF91 & nRF53 ([ #387 ] )
6+ - Added support for the nrf5340-net-core.
67
78## [ 0.15.0]
89
Original file line number Diff line number Diff line change 11[package ]
22name = " nrf5340-net-hal"
3- version = " 0.1 .0"
3+ version = " 0.15 .0"
44description = " HAL for nRF5340 net SoC"
55readme = " ../README.md"
66
@@ -22,6 +22,7 @@ nrf5340-net-pac = "0.11.0"
2222path = " ../nrf-hal-common"
2323default-features = false
2424features = [" 5340-net" ]
25+ version = " =0.15.0"
2526
2627[dependencies .embedded-hal ]
2728features = [" unproven" ]
Original file line number Diff line number Diff line change 11#![ no_std]
2- #![ doc( html_root_url = "https://docs.rs/nrf5340-net-hal/0.1 .0" ) ]
2+ #![ doc( html_root_url = "https://docs.rs/nrf5340-net-hal/0.15 .0" ) ]
33
44use embedded_hal as hal;
55pub use nrf_hal_common:: * ;
You can’t perform that action at this time.
0 commit comments