Skip to content

Commit

Permalink
fix: removing toml info from readme
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasbrendel committed Dec 25, 2023
1 parent 52d6bf4 commit 6116f78
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,3 @@ svd.sh # Generates code from crate and formats to rustfmt
```

The inclusion of EtherCAT has been removed from `src/lib.rs`. This is due to an issue either with the SVD file or the generation of the code using svd2rust. There is no support at this time until a fix can be made. This has not been tested on hardware to ensure that nothing else has been impacted.

## Using Crate

```toml
[dependencies.xmc4300]
version = "0.1.1"
features = ["rt"]
```

0 comments on commit 6116f78

Please sign in to comment.