Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-11-01 | Fix CI with async_fn_in_trait not being a feature | 1 | -1/+1 | ||
2023-09-28 | remove nop from the empty idle loop | 1 | -1/+0 | ||
remove nop from the empty idle loop | |||||
2023-09-27 | esp32c3 support | 8 | -11/+277 | ||
2023-07-25 | Fixed new TAIT requirement and release v2.0.1 of RTICv2.0.1 | 1 | -3/+11 | ||
2023-06-30 | CI: Remove travis, once and for all | 1 | -31/+0 | ||
2023-06-08 | allow init and idle to be externed | 6 | -21/+141 | ||
2023-05-10 | Fix zero prio tasks when all async tasks have default (no) arguments | 1 | -1/+1 | ||
2023-04-16 | Merge #736 | 1 | -1/+0 | ||
736: More `xtasks` and add examples to `rtic` repo r=korken89 a=datdenkikniet This was in #732 before, but decluttering that PR seemed sensible Co-authored-by: datdenkikniet <jcdra1@gmail.com> | |||||
2023-04-16 | Deny on warnings in xtasks | 1 | -1/+0 | ||
2023-04-15 | Remove unused | 1 | -1/+1 | ||
2023-04-15 | rtic-macros: wrap everything in macro_rules! to improve the error experience and | 2 | -70/+86 | ||
royally **** up the DX experience (for lib.rs in rtic-macros, at least :P) | |||||
2023-04-12 | remove vis restriction for local and shared resources | 4 | -43/+36 | ||
2023-03-29 | Merge branch 'master' into master | 5 | -1/+38 | ||
2023-03-29 | Merge #719 | 4 | -0/+32 | ||
719: Adding a limit that async HALs can read and have as max prio r=AfoHT a=korken89 Co-authored-by: Emil Fresk <emil.fresk@gmail.com> | |||||
2023-03-29 | Adding a limit that async HALs can read and have as max prio | 4 | -0/+32 | ||
2023-03-20 | explicit rtic::export::pend on macros | 2 | -2/+2 | ||
2023-03-19 | Start async tasks at lowest priority | 1 | -1/+6 | ||
2023-03-04 | rtic-macros: clippy fixes | 1 | -0/+1 | ||
2023-03-04 | rtic-macros: clippy fixes | 1 | -0/+1 | ||
2023-03-01 | Add template for bindings | 2 | -2/+46 | ||
2023-03-01 | Update backend features to be more clear | 2 | -11/+11 | ||
2023-03-01 | Added support for adding codegen to intrrupt entry and exit (needed for RISC-V) | 3 | -2/+32 | ||
2023-03-01 | Add feature flags | 3 | -45/+26 | ||
2023-03-01 | Break out core specific codegen to bindings | 11 | -320/+371 | ||
2023-03-01 | Move rtic macros to repo root, tune xtask | 35 | -0/+4373 | ||