Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 01-hello-world/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ $ make term
**6. Reset your board by pressing the 'Reset' button. You should see the "Hello World!" message.**

```sh
main(): This is RIOT! (Version: 2024.01)
main(): This is RIOT! (Version: 2025.01)
Hello World!
You are running RIOT on a(n) feather-nrf52840-sense board.
This board features a(n) nrf52 MCU.
Expand Down
2 changes: 1 addition & 1 deletion RIOT
Submodule RIOT updated 1517 files
4 changes: 0 additions & 4 deletions lab_workarounds.mk
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
# On some computers it takes a long time to flash the board,
# so we need to increase the delay.
PREFLASH_DELAY=10

# The ZTIMER_MSEC seems to be broken on some compilers so we force docker
# to ensure a working compiler.
BUILD_IN_DOCKER ?= 1
2 changes: 1 addition & 1 deletion rust01-hello-world/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ $ make term
**6. Reset your board by pressing the 'Reset' button. You should see the "Hello Rust!" message.**

```sh
main(): This is RIOT! (Version: 2024.01)
main(): This is RIOT! (Version: 2025.01)
Hello Rust!
You are running RIOT on a(n) feather-nrf52840-sense board.
```
Expand Down