| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | nrf: add new interrupt binding traits and macro. | Dario Nieuwenhuis | 2023-03-06 | 1 | -0/+30 |
| | | |||||
| * | cortex-m: rename Handler to DynHandler. | Dario Nieuwenhuis | 2023-03-06 | 1 | -3/+3 |
| | | | | | I want to use the name Handler for the new interrupt binding macro. | ||||
| * | cortex-m/executor: don't use the owned interrupts system. | Dario Nieuwenhuis | 2023-02-28 | 1 | -36/+63 |
| | | | | | Preparation for #1224. | ||||
| * | Remove Forever, switch to static_cell. | Dario Nieuwenhuis | 2022-08-22 | 1 | -1/+1 |
| | | |||||
| * | Split embassy-time from embassy-executor. | Dario Nieuwenhuis | 2022-08-18 | 1 | -3/+3 |
| | | |||||
| * | Remove HAL initialization from #[embassy::main] macro. | Dario Nieuwenhuis | 2022-08-17 | 1 | -1/+2 |
| | | |||||
| * | macros/interrupt_take: do not assume embassy-executor is a dependency of the ↵ | Dario Nieuwenhuis | 2022-08-17 | 1 | -0/+6 |
| | | | | | user crate. | ||||
| * | Split embassy crate into embassy-executor, embassy-util. | Dario Nieuwenhuis | 2022-07-29 | 1 | -4/+4 |
| | | |||||
| * | Rename Unborrowed -> PeripheralRef, Unborrow -> Peripheral | Dario Nieuwenhuis | 2022-07-23 | 2 | -6/+6 |
| | | |||||
| * | Update embassy-stm32 | Dario Nieuwenhuis | 2022-07-23 | 1 | -10/+11 |
| | | |||||
| * | embassy-cortex-m: docs | Dario Nieuwenhuis | 2022-07-19 | 2 | -0/+10 |
| | | |||||
| * | cortex-m: document Interrupt changes depending on Cargo features. | Dario Nieuwenhuis | 2022-06-26 | 1 | -0/+18 |
| | | |||||
| * | cortex-m: reexport all items from embassy::executor. | Dario Nieuwenhuis | 2022-06-25 | 1 | -2/+1 |
| | | |||||
| * | Add more API docs for embassy-cortex-m and embassy-nrf | Ulf Lilleengen | 2022-06-23 | 4 | -3/+69 |
| | | |||||
| * | Run rustfmt. | Dario Nieuwenhuis | 2022-06-12 | 3 | -11/+9 |
| | | |||||
| * | Add embassy-cortex-m crate. | Dario Nieuwenhuis | 2022-06-12 | 5 | -0/+1194 |
| - 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`. | |||||
