From 1c51d1e9ab4844d3097749c0c4b3c2aa661c8c40 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Fri, 16 Jan 2026 15:26:08 +0100 Subject: [PATCH] update README --- README.md | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/README.md b/README.md index bd3f935..306b4b3 100644 --- a/README.md +++ b/README.md @@ -77,14 +77,6 @@ You can then adapt the files in `.vscode` to your needs. # Building the blinky example -Building an application requires `nightly` to build the `core` and `alloc` library -because the `thumbv7a-none-eabihf` Rust target only has Tier 3 support -If you have not installed it yet, you can do so with - -```sh -rustup toolchain install nightly -``` - Assuming you have the following segments inside your `.cargo/config.toml` ```toml @@ -100,10 +92,6 @@ rustflags = [ # "-Clink-args=-Map=app.map" ] -# Tier 3 target, so no pre-compiled artifacts included. -[unstable] -build-std = ["core", "alloc"] - [build] target = "armv7a-none-eabihf" ``` -- 2.43.0