| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | executor: rename macro crate to embassy-executor-macros, bump it. | Dario Nieuwenhuis | 2023-12-07 | 1 | -138/+0 |
| | | |||||
| * | Upgrade static-cell to v2.0 | Dario Nieuwenhuis | 2023-11-02 | 1 | -2/+1 |
| | | |||||
| * | Update darling | Dániel Buga | 2023-06-25 | 1 | -4/+5 |
| | | |||||
| * | Allow for an optional user-defined entry macro when targeting RISC-V | Jesse Braham | 2023-05-16 | 1 | -4/+18 |
| | | |||||
| * | macros/main: copy fn return to task. | Dario Nieuwenhuis | 2023-03-08 | 1 | -1/+2 |
| | | | | | | | | | | | This prevents this bad code from compiling. ```rust async fn main(_spawner: Spawner) -> ! { // not really noreturn! } ``` | ||||
| * | macros: better validation of function signatures. | Dario Nieuwenhuis | 2023-03-08 | 1 | -0/+21 |
| | | | | | Fixes #1266 | ||||
| * | refactor: autodetect macro variant | Ulf Lilleengen | 2022-11-23 | 1 | -47/+51 |
| | | | | | | Export all main macro per target architecture from embassy-macros, and select the appropriate macro in embassy-executor. | ||||
| * | riscv support | Sijmen Woutersen | 2022-11-10 | 1 | -2/+13 |
| | | |||||
| * | Remove Forever, switch to static_cell. | Dario Nieuwenhuis | 2022-08-22 | 1 | -2/+2 |
| | | |||||
| * | Split embassy-time from embassy-executor. | Dario Nieuwenhuis | 2022-08-18 | 1 | -4/+4 |
| | | |||||
| * | Remove HAL initialization from #[embassy::main] macro. | Dario Nieuwenhuis | 2022-08-17 | 1 | -49/+13 |
| | | |||||
| * | macros: remove embassy_prefix attr. | Dario Nieuwenhuis | 2022-08-17 | 1 | -33/+24 |
| | | | | | | | | This was used in the past for reexporting the macros from drogue-device, which is no longer using it. Also, it is a pain to support, so we don't want it. | ||||
| * | Split embassy crate into embassy-executor, embassy-util. | Dario Nieuwenhuis | 2022-07-29 | 1 | -2/+2 |
| | | |||||
| * | Run rustfmt. | Dario Nieuwenhuis | 2022-06-12 | 1 | -8/+5 |
| | | |||||
| * | Require 1 argument in embassy::main without HAL | Justin Beaurivage | 2022-04-29 | 1 | -1/+1 |
| | | |||||
| * | macros: cleanup, make work in stable. | Dario Nieuwenhuis | 2022-02-12 | 1 | -0/+135 |
