Skip to content

Commit

Permalink
README: Add link to examples
Browse files Browse the repository at this point in the history
  • Loading branch information
mkroening committed Jun 5, 2020
1 parent fbaaadd commit 7765b95
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Abstractions for asynchronous programming on the STM32F1xx family of microcontro

This project provides [`futures-rs`](https://github.com/rust-lang/futures-rs)-based abstractions for asynchronous programming with peripherals from [`stm32f1xx-hal`](https://github.com/stm32-rs/stm32f1xx-hal).
It started as an effort to port the [examples from `async-on-embedded`](https://github.com/rust-embedded-community/async-on-embedded/tree/master/nrf52/examples) to the [Blue Pill (`STM32F103C8T6`)](https://stm32-base.org/boards/STM32F103C8T6-Blue-Pill.html) as part of a bachelor's thesis.
The library is independent of any particular executor, but the examples use the [`async-embedded`](https://github.com/rust-embedded-community/async-on-embedded/tree/master/async-embedded) runtime.
The library is independent of any particular executor, but the [examples](examples) use the [`async-embedded`](https://github.com/rust-embedded-community/async-on-embedded/tree/master/async-embedded) runtime.

## Requirements

Expand All @@ -18,9 +18,9 @@ Your Rust toolchain needs to support the `thumbv7m-none-eabi` target:
$ rustup target add thumbv7m-none-eabi
```

## Examples
## [Examples](examples)

Most of `async-on-embedded` 's examples have been successfully ported to this project.
Most of `async-on-embedded`'s examples have been successfully ported to this project.

### Requirements

Expand Down

0 comments on commit 7765b95

Please sign in to comment.