Skip to content

Commit

Permalink
No need to require nightly anymore
Browse files Browse the repository at this point in the history
The underlying [issue] in avr-hal has been fixed.

[issue]: Rahix/avr-hal#124
  • Loading branch information
zeenix committed Apr 2, 2023
1 parent 311e122 commit 6c2fb3e
Show file tree
Hide file tree
Showing 11 changed files with 0 additions and 47 deletions.
7 changes: 0 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,6 @@ complicated to use. This library uses traits from [embedded-hal](https://crates.
with any hardware abstraction layer that uses the same types. Currently this crate has only been tested with [avr-hal](https://github.com/Rahix/avr-hal)
and all example code and comments assume you're using avr-hal as well.

## Building

You'll need to use nightly to compile this project- currently there is an issue ([#124](https://github.com/Rahix/avr-hal/issues/124))
in avr-hal that requires nightly-2021-01-07 or older.

NOTE: all examples have been updated to use `nightly-2022-07-10` and manually tested to make sure that they build. Please file an issue if you find that they don't.

## Usage

```
Expand Down
4 changes: 0 additions & 4 deletions examples/nano/autoscroll/rust-toolchain.toml

This file was deleted.

4 changes: 0 additions & 4 deletions examples/nano/blink/rust-toolchain.toml

This file was deleted.

4 changes: 0 additions & 4 deletions examples/nano/character/rust-toolchain.toml

This file was deleted.

4 changes: 0 additions & 4 deletions examples/nano/cursor/rust-toolchain.toml

This file was deleted.

4 changes: 0 additions & 4 deletions examples/nano/display/rust-toolchain.toml

This file was deleted.

4 changes: 0 additions & 4 deletions examples/nano/layout/rust-toolchain.toml

This file was deleted.

4 changes: 0 additions & 4 deletions examples/nano/position/rust-toolchain.toml

This file was deleted.

4 changes: 0 additions & 4 deletions examples/nano/scroll/rust-toolchain.toml

This file was deleted.

4 changes: 0 additions & 4 deletions examples/uno/print/rust-toolchain.toml

This file was deleted.

4 changes: 0 additions & 4 deletions examples/uno/two_lines/rust-toolchain.toml

This file was deleted.

0 comments on commit 6c2fb3e

Please sign in to comment.