| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Rename examples/nrf to examples/nrf52840 | Dominik Boehi | 2023-01-09 | 1 | -57/+0 |
| | | |||||
| * | Split embassy-time from embassy-executor. | Dario Nieuwenhuis | 2022-08-18 | 1 | -1/+1 |
| | | |||||
| * | Remove HAL initialization from #[embassy::main] macro. | Dario Nieuwenhuis | 2022-08-17 | 1 | -2/+3 |
| | | |||||
| * | Split embassy crate into embassy-executor, embassy-util. | Dario Nieuwenhuis | 2022-07-29 | 1 | -2/+2 |
| | | |||||
| * | Run rustfmt. | Dario Nieuwenhuis | 2022-06-12 | 1 | -5/+3 |
| | | |||||
| * | Implement BufRead for nrf BufferedUarte | chemicstry | 2022-05-26 | 1 | -15/+5 |
| | | |||||
| * | Replace embassy::io with embedded_io. | Dario Nieuwenhuis | 2022-05-07 | 1 | -1/+1 |
| | | |||||
| * | Use embassy/defmt-timestamp-uptime in all examples. | Dario Nieuwenhuis | 2022-04-02 | 1 | -4/+4 |
| | | |||||
| * | Documents the nRF BufferedUarte problem | huntc | 2021-12-12 | 1 | -3/+3 |
| | | | | | Please see https://github.com/embassy-rs/embassy/issues/536 for the rationale. | ||||
| * | Provides AsyncWrite with flush | huntc | 2021-12-10 | 1 | -0/+3 |
| | | | | | As per Tokio and others, this commit provides a `poll_flush` method on `AsyncWrite` so that a best-effort attempt at wakening once all bytes are flushed can be made. | ||||
| * | Removed unsafe from uarte | huntc | 2021-12-01 | 1 | -17/+15 |
| | | | | | The constructors themselves are not strictly unsafe. Interactions with DMA can be generally unsafe if a future is dropped, but that's a separate issue. It is important that we use the `unsafe` keyword diligently as it can lead to confusion otherwise. | ||||
| * | Fix interrupt_take macro by specifying path to panic macro. | Matous Hybl | 2021-11-23 | 1 | -1/+0 |
| | | |||||
| * | Remove trait_alias, allow(incomplete_features). | Dario Nieuwenhuis | 2021-09-03 | 1 | -1/+0 |
| | | | | | trait_alias seems unused. no idea why it's there. | ||||
| * | Update nightly, remove removed features. | Dario Nieuwenhuis | 2021-08-04 | 1 | -2/+0 |
| | | |||||
| * | hal-common: remove Pin in PeripheralMutex | Dario Nieuwenhuis | 2021-08-02 | 1 | -0/+3 |
| | | |||||
| * | Move examples to a subdirectory | Dario Nieuwenhuis | 2021-06-02 | 1 | -0/+68 |
