From 3c97a6698bb03a75bfb96d6f46be2d2c6dc665e0 Mon Sep 17 00:00:00 2001 From: Lucas Brendel Date: Mon, 25 Dec 2023 06:58:14 -0600 Subject: [PATCH] fix: removing feature info from readme --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 2ec5a87e..0db308f6 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,6 @@ This is a 'peripheral access crate' for interfacing to the XMC4100 series of microcontrollers for embedded support in Rust that is generated using [svd2rust](https://docs.rs/svd2rust) and an SVD file provided by Infineon. -There is an optional `rt` that can be utilized. An explanation of the feature is given by [svd2rust](https://docs.rs/svd2rust/0.16.1/svd2rust/#the-rt-feature) - All API's and usage (besides what registers exist) are defined by [svd2rust](https://docs.rs/svd2rust) ## Generate Crate from SVD