Skip to content

Commit

Permalink
Merge #427
Browse files Browse the repository at this point in the history
427: Use more specific chip spec for micro:bit v2 r=adamgreig a=eldruin

Happy new year!

Fixes #425

Co-authored-by: Diego Barrios Romero <eldruin@gmail.com>
  • Loading branch information
bors[bot] and eldruin authored Jan 3, 2022
2 parents c6fd3ab + fd60c5c commit 3b0bd96
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion microbit/src/03-setup/Embed.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
protocol = "Swd"

[default.general]
# chip = "nrf52833" # uncomment this line for micro:bit V2
# chip = "nrf52833_xxAA" # uncomment this line for micro:bit V2
# chip = "nrf51822_xxAA" # uncomment this line for micro:bit V1

[default.rtt]
Expand Down
2 changes: 1 addition & 1 deletion microbit/src/03-setup/verify.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ chip variants:

```toml
[default.general]
# chip = "nrf52833" # uncomment this line for micro:bit V2
# chip = "nrf52833_xxAA" # uncomment this line for micro:bit V2
# chip = "nrf51822_xxAA" # uncomment this line for micro:bit V1
```

Expand Down
2 changes: 1 addition & 1 deletion microbit/src/05-led-roulette/Embed.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[default.general]
# chip = "nrf52833" # uncomment this line for micro:bit V2
# chip = "nrf52833_xxAA" # uncomment this line for micro:bit V2
# chip = "nrf51822_xxAA" # uncomment this line for micro:bit V1

[default.reset]
Expand Down
2 changes: 1 addition & 1 deletion microbit/src/05-led-roulette/it-blinks.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ since Rust only allows one panic implementation at a time.
In order to actually see the prints we have to change `Embed.toml` like this:
```
[default.general]
# chip = "nrf52833" # uncomment this line for micro:bit V2
# chip = "nrf52833_xxAA" # uncomment this line for micro:bit V2
# chip = "nrf51822_xxAA" # uncomment this line for micro:bit V1
[default.reset]
Expand Down
2 changes: 1 addition & 1 deletion microbit/src/07-uart/Embed.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[default.general]
# chip = "nrf52833" # uncomment this line for micro:bit V2
# chip = "nrf52833_xxAA" # uncomment this line for micro:bit V2
# chip = "nrf51822_xxAA" # uncomment this line for micro:bit V1

[default.reset]
Expand Down
2 changes: 1 addition & 1 deletion microbit/src/08-i2c/Embed.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[default.general]
# chip = "nrf52833" # uncomment this line for micro:bit V2
# chip = "nrf52833_xxAA" # uncomment this line for micro:bit V2
# chip = "nrf51822_xxAA" # uncomment this line for micro:bit V1

[default.reset]
Expand Down
2 changes: 1 addition & 1 deletion microbit/src/09-led-compass/Embed.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[default.general]
# chip = "nrf52833" # uncomment this line for micro:bit V2
# chip = "nrf52833_xxAA" # uncomment this line for micro:bit V2
# chip = "nrf51822_xxAA" # uncomment this line for micro:bit V1

[default.reset]
Expand Down
2 changes: 1 addition & 1 deletion microbit/src/10-punch-o-meter/Embed.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[default.general]
# chip = "nrf52833" # uncomment this line for micro:bit V2
# chip = "nrf52833_xxAA" # uncomment this line for micro:bit V2
# chip = "nrf51822_xxAA" # uncomment this line for micro:bit V1

[default.reset]
Expand Down

0 comments on commit 3b0bd96

Please sign in to comment.