| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add BufferedUart implementation, and feature-guard time-driver ↵ | Mathias | 2022-09-09 | 1 | -627/+0 |
| | | | | | initialization, to free up TIMER peripheral if not used with embassy executor | ||||
| * | Do not use cfg_if for embedded-hal-async feature gates. | Dario Nieuwenhuis | 2022-08-31 | 1 | -35/+36 |
| | | | | | Old code used `cfg_if!` because rustc still parses code inside disabled cfg's, and Rust stable at that time couldn't parse the new GAT where-clause location. This is not the case anymore. | ||||
| * | Add HIL tests of DMA & UART, and correctly set DREQ for uart DMA | Mathias | 2022-08-26 | 1 | -20/+51 |
| | | |||||
| * | Address code review comments | Mathias | 2022-08-23 | 1 | -18/+16 |
| | | |||||
| * | Don't increment read address in DMA copy from peripherals | Mathias | 2022-08-18 | 1 | -7/+7 |
| | | |||||
| * | Add DMA read + write functions | Mathias | 2022-08-18 | 1 | -2/+2 |
| | | |||||
| * | Preliminary DMA support for RP2040 | Mathias | 2022-08-18 | 1 | -43/+152 |
| | | |||||
| * | Fix rp uart example | Mathias | 2022-08-18 | 1 | -1/+1 |
| | | |||||
| * | Implement remaining logic for blocking UART. async is still todo, awaiting DMA | Mathias | 2022-08-18 | 1 | -38/+363 |
| | | |||||
| * | Rename Unborrowed -> PeripheralRef, Unborrow -> Peripheral | Dario Nieuwenhuis | 2022-07-23 | 1 | -9/+9 |
| | | |||||
| * | Update embassy-rp | Grant Miller | 2022-07-23 | 1 | -9/+3 |
| | | |||||
| * | Run rustfmt. | Dario Nieuwenhuis | 2022-06-12 | 1 | -6/+3 |
| | | |||||
| * | Add embassy-cortex-m crate. | Dario Nieuwenhuis | 2022-06-12 | 1 | -1/+1 |
| | | | | | | | - Move Interrupt and InterruptExecutor from `embassy` to `embassy-cortex-m`. - Move Unborrow from `embassy` to `embassy-hal-common` (nothing in `embassy` requires it anymore) - Move PeripheralMutex from `embassy-hal-common` to `embassy-cortex-m`. | ||||
| * | Add missing `+ 'd` on unborrows. | Dario Nieuwenhuis | 2022-02-10 | 1 | -5/+5 |
| | | |||||
| * | Rename embassy-extras to embassy-hal-common | Dario Nieuwenhuis | 2021-07-29 | 1 | -1/+1 |
| | | |||||
| * | rp: clock setup | Dario Nieuwenhuis | 2021-06-25 | 1 | -2/+1 |
| | | |||||
| * | Rename PeripheralBorrow to Unborrow | Dario Nieuwenhuis | 2021-04-14 | 1 | -6/+6 |
| | | |||||
| * | rp: add initial version | Dario Nieuwenhuis | 2021-03-29 | 1 | -0/+173 |
