From fd60c5c0b79ab529865aa710682fecd0f0e863e0 Mon Sep 17 00:00:00 2001 From: Diego Barrios Romero Date: Mon, 3 Jan 2022 08:54:23 +0100 Subject: [PATCH] Use more specific chip spec for micro:bit v2 --- microbit/src/03-setup/Embed.toml | 2 +- microbit/src/03-setup/verify.md | 2 +- microbit/src/05-led-roulette/Embed.toml | 2 +- microbit/src/05-led-roulette/it-blinks.md | 2 +- microbit/src/07-uart/Embed.toml | 2 +- microbit/src/08-i2c/Embed.toml | 2 +- microbit/src/09-led-compass/Embed.toml | 2 +- microbit/src/10-punch-o-meter/Embed.toml | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/microbit/src/03-setup/Embed.toml b/microbit/src/03-setup/Embed.toml index bbdac8501..d84d0ac75 100644 --- a/microbit/src/03-setup/Embed.toml +++ b/microbit/src/03-setup/Embed.toml @@ -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] diff --git a/microbit/src/03-setup/verify.md b/microbit/src/03-setup/verify.md index 78dbf1b59..363e9b401 100644 --- a/microbit/src/03-setup/verify.md +++ b/microbit/src/03-setup/verify.md @@ -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 ``` diff --git a/microbit/src/05-led-roulette/Embed.toml b/microbit/src/05-led-roulette/Embed.toml index 84cfd0c1f..22375a6fd 100644 --- a/microbit/src/05-led-roulette/Embed.toml +++ b/microbit/src/05-led-roulette/Embed.toml @@ -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] diff --git a/microbit/src/05-led-roulette/it-blinks.md b/microbit/src/05-led-roulette/it-blinks.md index 20d60eb8a..4fe091636 100644 --- a/microbit/src/05-led-roulette/it-blinks.md +++ b/microbit/src/05-led-roulette/it-blinks.md @@ -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] diff --git a/microbit/src/07-uart/Embed.toml b/microbit/src/07-uart/Embed.toml index 64d9fbfea..f5117ac42 100644 --- a/microbit/src/07-uart/Embed.toml +++ b/microbit/src/07-uart/Embed.toml @@ -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] diff --git a/microbit/src/08-i2c/Embed.toml b/microbit/src/08-i2c/Embed.toml index 64d9fbfea..f5117ac42 100644 --- a/microbit/src/08-i2c/Embed.toml +++ b/microbit/src/08-i2c/Embed.toml @@ -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] diff --git a/microbit/src/09-led-compass/Embed.toml b/microbit/src/09-led-compass/Embed.toml index 64d9fbfea..f5117ac42 100644 --- a/microbit/src/09-led-compass/Embed.toml +++ b/microbit/src/09-led-compass/Embed.toml @@ -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] diff --git a/microbit/src/10-punch-o-meter/Embed.toml b/microbit/src/10-punch-o-meter/Embed.toml index 64d9fbfea..f5117ac42 100644 --- a/microbit/src/10-punch-o-meter/Embed.toml +++ b/microbit/src/10-punch-o-meter/Embed.toml @@ -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]