From 2b1b8417c7ffeaefb6c3c55ccdb8ead87e203f00 Mon Sep 17 00:00:00 2001 From: Carlos Pereira Atencio Date: Mon, 14 Oct 2024 22:38:35 +0100 Subject: [PATCH] Fix (changed) Bare metal micro:bit link. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e55b44b..d4cb114 100644 --- a/README.md +++ b/README.md @@ -278,7 +278,7 @@ The following extensions can be added into MakeCode by copying the GitHub URL an - [Zephyr BBC micro:bit V2](https://github.com/fduignan/zephyr_bbc_microbit_v2) - Various examples for Zephyr RTOS running on the BBC micro:bit V2. - [ioprog Zephyr & micro:bit Articles](https://ioprog.com/tag/microbit-v2/) - A series of articles and tutorials using the micro:bit on board components with Zephyr. - [Bare metal examples](https://github.com/dwelch67/microbit) - C bare metal examples for the BBC micro:bit. -- [Bare metal micro:bit](https://spivey.oriel.ox.ac.uk/baremetal/Bare_Metal_micro:bit) - Low level programming examples and tutorials. +- [Bare metal micro:bit](https://spivey.oriel.ox.ac.uk/baremetal/Bare_metal_micro:bit) - Low level programming examples and tutorials. - [nu-microbit-base](https://github.com/nu-ce346/nu-microbit-base) - C bare metal environment using the Nordic SDK with example applications. ### 🦀 Rust