| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Rename embassy-hal-common to embassy-hal-internal, document it's for ↵ | Dario Nieuwenhuis | 2023-07-28 | 1 | -123/+0 |
| | | | | | internal use only. (#1700) | ||||
| * | stm32: remove TIMX singleton when used on timer driver | xoviat | 2023-04-16 | 1 | -1/+24 |
| | | | | | fixes #1316. | ||||
| * | common/peripheral: do not require mut in PeripheralRef clone_unchecked. | Dario Nieuwenhuis | 2023-04-11 | 1 | -1/+1 |
| | | |||||
| * | nrf: docs. | Dario Nieuwenhuis | 2023-02-01 | 1 | -0/+6 |
| | | |||||
| * | Rename Unborrowed -> PeripheralRef, Unborrow -> Peripheral | Dario Nieuwenhuis | 2022-07-23 | 1 | -7/+7 |
| | | |||||
| * | Rename unsafe_impl_unborrow to impl_unborrow | Dario Nieuwenhuis | 2022-07-23 | 1 | -2/+2 |
| | | |||||
| * | wip | Dario Nieuwenhuis | 2022-07-23 | 1 | -6/+4 |
| | | |||||
| * | Reuse unsafe_impl_unborrow in other macros. | Dario Nieuwenhuis | 2022-07-23 | 1 | -10/+1 |
| | | |||||
| * | WIP: Make unborrow safe to use | Grant Miller | 2022-07-23 | 1 | -5/+11 |
| | | |||||
| * | Change steal() from trait to inherent fns. | Dario Nieuwenhuis | 2022-07-22 | 1 | -8/+16 |
| | | |||||
| * | Remove unused std_peripherals. | Dario Nieuwenhuis | 2022-07-22 | 1 | -39/+0 |
| | | |||||
| * | Add embassy-cortex-m crate. | Dario Nieuwenhuis | 2022-06-12 | 1 | -2/+2 |
| | | | | | | | - 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`. | ||||
| * | Rename embassy-extras to embassy-hal-common | Dario Nieuwenhuis | 2021-07-29 | 1 | -0/+130 |
