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.