From 40ed7c48b8d45dbc14d83b211f9ff6d2faed34b7 Mon Sep 17 00:00:00 2001 From: 9names <60134748+9names@users.noreply.github.com> Date: Sun, 15 Aug 2021 14:01:04 +1000 Subject: [PATCH] Minor cleanup of readme.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 82b712b..503ed2b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# App template for rp2040-hal with knurling-rs tooling +# Project template for rp2040-hal This template is intended as a starting point for developing your own firmware based on the rp2040-hal. @@ -12,7 +12,6 @@ cargo run --release ## Requirements - The standard Rust tooling (cargo, rustup) which you can install from https://rustup.rs/ - - Toolchain support for the cortex-m0+ processors in the rp2040 (thumbv6m-none-eabi) - flip-link - this allows you to detect stack-overflows on the first core, which is the only supported target for now.