| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | refactor: autodetect macro variant | Ulf Lilleengen | 2022-11-23 | 1 | -3/+78 |
| * | doc: add README to embassy-macro | Ulf Lilleengen | 2022-11-22 | 1 | -0/+49 |
| * | Run rustfmt. | Dario Nieuwenhuis | 2022-06-12 | 1 | -9/+3 |
| * | Add embassy-cortex-m crate. | Dario Nieuwenhuis | 2022-06-12 | 1 | -6/+12 |
| * | macros: cleanup, make work in stable. | Dario Nieuwenhuis | 2022-02-12 | 1 | -515/+19 |
| * | macros: initialize chip before executor. | Dario Nieuwenhuis | 2022-01-05 | 1 | -4/+2 |
| * | Update rust-toolchain | Ulf Lilleengen | 2021-12-16 | 1 | -0/+1 |
| * | Fix interrupt_take macro by specifying path to panic macro. | Matous Hybl | 2021-11-23 | 1 | -2/+6 |
| * | Fix warning for field never used. | Wilfried Chauveau | 2021-11-21 | 1 | -0/+7 |
| * | Clippy fixes | Dario Nieuwenhuis | 2021-10-18 | 1 | -0/+1 |
| * | Add WASM support for executor | Ulf Lilleengen | 2021-09-13 | 1 | -0/+79 |
| * | Fix embassy::main macros for std target | Ulf Lilleengen | 2021-09-02 | 1 | -3/+1 |
| * | Improve executor naming. Add docs. | Dario Nieuwenhuis | 2021-08-31 | 1 | -4/+4 |
| * | embassy-macros: Use `defmt::unwrap!` when spawning `embassy::main` | Ben Gamari | 2021-08-05 | 1 | -1/+1 |
| * | Forward attributes to generated task function | Liam Murphy | 2021-08-05 | 1 | -0/+3 |
| * | Re-adds embassy macros for stm32 | Ulf Lilleengen | 2021-05-25 | 1 | -1/+5 |
| * | Mark Unborrow as unsafe to implement | Dario Nieuwenhuis | 2021-05-19 | 1 | -1/+1 |
| * | impl Unborrow for &'a mut T | Dario Nieuwenhuis | 2021-05-19 | 1 | -7/+0 |
| * | Merge branch 'stm32-neo' | Dario Nieuwenhuis | 2021-05-17 | 1 | -1/+1 |
| |\ | |||||
| | * | stm32: codegen interrupts | Dario Nieuwenhuis | 2021-05-01 | 1 | -5/+68 |
| | * | Add Priority enums to embassy-extras | Dario Nieuwenhuis | 2021-05-01 | 1 | -2/+2 |
| * | | Add `init` fn. Initializes hw and returns Peripherals. | Dario Nieuwenhuis | 2021-05-17 | 1 | -3/+3 |
| * | | Remove stm32. | Dario Nieuwenhuis | 2021-05-17 | 1 | -5/+1 |
| * | | Add `#[interrupt]` macro to register static interrupts. | Dario Nieuwenhuis | 2021-05-17 | 1 | -5/+68 |
| * | | nrf: add support for nrf52805, nrf52811, nrf52820 | Dario Nieuwenhuis | 2021-05-17 | 1 | -1/+1 |
| * | | Pass config directly to chip specific configure function | Ulf Lilleengen | 2021-04-22 | 1 | -13/+25 |
| |/ | |||||
| * | Rename PeripheralBorrow to Unborrow | Dario Nieuwenhuis | 2021-04-14 | 1 | -2/+2 |
| * | Add embassy_prefix attribute parameter to task and main macros | Ulf Lilleengen | 2021-04-14 | 1 | -10/+45 |
| * | Add std version of embassy::main | Ulf Lilleengen | 2021-04-12 | 1 | -0/+66 |
| * | Fix unused import warnings | Dario Nieuwenhuis | 2021-03-29 | 1 | -6/+2 |
| * | rp: add initial version | Dario Nieuwenhuis | 2021-03-29 | 1 | -5/+8 |
| * | Reexport macros at root, use eveywhere as `#[embassy::task]` | Dario Nieuwenhuis | 2021-03-29 | 1 | -1/+1 |
| * | nrf: add main macro support | Dario Nieuwenhuis | 2021-03-29 | 1 | -43/+17 |
| * | Code size optimizations. | Dario Nieuwenhuis | 2021-03-29 | 1 | -6/+4 |
| * | Implement PeripheralBorrow for interrupts. | Dario Nieuwenhuis | 2021-03-29 | 1 | -0/+14 |
| * | add embassy::main and implement for stm32f4 | xoviat | 2021-03-27 | 1 | -0/+117 |
| * | Add spawn/spawn_pool APIs to Task | Dario Nieuwenhuis | 2021-03-18 | 1 | -1/+1 |
| * | Move Task into raw | Dario Nieuwenhuis | 2021-03-18 | 1 | -3/+4 |
| * | Do not reexport atomic-polyfill | Dario Nieuwenhuis | 2021-03-17 | 1 | -4/+4 |
| * | thumbv6m support with emulated atomics | Dario Nieuwenhuis | 2021-03-04 | 1 | -4/+4 |
| * | Cleanup interrupt package naming. Fixes #40 | Dario Nieuwenhuis | 2021-02-26 | 1 | -5/+5 |
| * | Fix macro if user crate is not using feature(const_in_array_repeat_expressions) | Dario Nieuwenhuis | 2021-02-23 | 1 | -1/+2 |
| * | Update to cortex-m 0.7 | Dario Nieuwenhuis | 2021-02-14 | 1 | -3/+3 |
| * | Get rid of some warnings | Thales Fragoso | 2021-02-13 | 1 | -2/+2 |
| * | Executor API V2. | Dario Nieuwenhuis | 2021-02-02 | 1 | -5/+15 |
| * | Fix IRQ numbers | Timo Kröger | 2021-01-17 | 1 | -1/+3 |
| * | Add "context" pointer to owned interrupt handlers. | Dario Nieuwenhuis | 2021-01-04 | 1 | -7/+8 |
| * | Fix warnings for tasks that take mutable parameters | Timo Kröger | 2020-12-31 | 1 | -4/+7 |
| * | Remove use of deprecated compare_and_swap. | Dario Nieuwenhuis | 2020-12-30 | 1 | -1/+1 |
| * | WIP owned irqs | Dario Nieuwenhuis | 2020-12-29 | 1 | -0/+62 |
