File tree Expand file tree Collapse file tree 4 files changed +9
-10
lines changed Expand file tree Collapse file tree 4 files changed +9
-10
lines changed Original file line number Diff line number Diff line change 28
28
# Note this needs to be new enough to build the examples as well as
29
29
# the library itself.
30
30
- name : MSRV
31
- rust : 1.71 .0
31
+ rust : 1.73 .0
32
32
33
33
name : " build (${{ matrix.name || matrix.rust }})"
34
34
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
17
17
- Update examples to use RTIC 1.0
18
18
- Add ADC for micro: bit V1
19
19
- Add analog example
20
- - Increase minimum supported Rust version to 1.71
20
+ - Increase minimum supported Rust version to 1.73
21
21
- Added support for the real time counters RTC1 and RTC2
22
22
- Add common types and structs for the edge connector pads and pins
23
23
- Add common ADC types and initialization for ADC and SAADC
@@ -26,9 +26,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
26
26
- Servo example using TIMER, GPIOTE and PPI
27
27
- (NFC) GitHub CI changes
28
28
- Feature: Exposed all remaining peripherals for both boards.
29
- - Updated HAL crates to latest versions .
30
- - Updated to ` embedded-hal ` 1.0.
31
- - Updated magnetometer example to use ` lsm303agr ` 0.3 .
29
+ - Update HAL crates to 0.17.1 .
30
+ - Update to ` embedded-hal ` 1.0.
31
+ - Update magnetometer example to use ` lsm303agr ` 1.0 .
32
32
- Update debug tooling from probe-run to probe-rs
33
33
34
34
## [ 0.13.0] - 2022-05-24
Original file line number Diff line number Diff line change @@ -10,17 +10,15 @@ embedded-hal = "1.0.0"
10
10
panic-halt = " 0.2.0"
11
11
defmt-rtt = " 0.4.0"
12
12
defmt = " 0.3.6"
13
- lsm303agr = " 0.3 .0"
13
+ lsm303agr = " 1.0 .0"
14
14
15
15
[dependencies .microbit ]
16
16
path = " ../../microbit"
17
17
optional = true
18
- features = [" embedded-hal-02" ]
19
18
20
19
[dependencies .microbit-v2 ]
21
20
path = " ../../microbit-v2"
22
21
optional = true
23
- features = [" embedded-hal-02" ]
24
22
25
23
[features ]
26
24
v1 = [" microbit" ]
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ version = "0.13.0"
4
4
description = " Implementation details for the BBC Micro:bit board support crates"
5
5
edition = " 2018"
6
6
readme = " ../README.md"
7
+ rust-version = " 1.73.0"
7
8
8
9
repository = " https://github.com/nrf-rs/microbit"
9
10
authors = [
@@ -30,13 +31,13 @@ embedded-hal = "1.0.0"
30
31
31
32
[dependencies .nrf51-hal ]
32
33
optional = true
33
- version = " 0.17.0 "
34
+ version = " 0.17.1 "
34
35
default-features = false
35
36
features = [" rt" , " xxAB-package" ]
36
37
37
38
[dependencies .nrf52833-hal ]
38
39
optional = true
39
- version = " 0.17.0 "
40
+ version = " 0.17.1 "
40
41
default-features = false
41
42
features = [" rt" ]
42
43
You can’t perform that action at this time.
0 commit comments