| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-02-27 | Make RTIC 2 work on stable by using `main`'s stack as an allocator | Emil Fresk | |
| 2024-01-16 | Update syn requirement from 1.0.107 to 2.0.48 (#881) | dependabot[bot] | |
| * Update syn requirement from 1.0.107 to 2.0.48 Updates the requirements on [syn](https://github.com/dtolnay/syn) to permit the latest version. - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](https://github.com/dtolnay/syn/compare/1.0.107...2.0.48) --- updated-dependencies: - dependency-name: syn dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> * rtic-macros: attr.path -> attr.path() * rtic-macros: tokens -> parse_args() Fix parsing of InitArgs, IdleArgs, *Args Including HardwareTaskArgs, SoftwareTaskArgs * rtic-macros: Rename content to input As syn2 removes the surrounding parenthesis as part of parse_args() the distinction between input and content is redundant * rtic-macros: Handle removal of Expr::Type Manually parse local_resources With type ascription de-RFCd syn2 dropped Expr::Type * rtic-macros: Syn upgrade CHANGELOG * rtic-macro: Retain most old errors as they were Spans are not equal, but good enough * rtic-macros: syn2 changed some error messages Additionally some spans were not retained with the manual parsing workaround * rtic-macros: clippy fixes --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Henrik Tjäder <henrik@tjaders.com> | |||
| 2023-09-28 | remove nop from the empty idle loop | onsdagens | |
| remove nop from the empty idle loop | |||
| 2023-09-27 | esp32c3 support | onsdagens | |
| 2023-07-25 | Fixed new TAIT requirement and release v2.0.1 of RTIC | Emil Fresk | |
| 2023-06-08 | allow init and idle to be externed | Vixu | |
| 2023-04-15 | Remove unused | datdenkikniet | |
| 2023-04-15 | rtic-macros: wrap everything in macro_rules! to improve the error experience and | datdenkikniet | |
| 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 | Andrew Gazelka | |
| 2023-03-29 | Merge branch 'master' into master | Román Cárdenas | |
| 2023-03-29 | Adding a limit that async HALs can read and have as max prio | Emil Fresk | |
| 2023-03-20 | explicit rtic::export::pend on macros | Román Cárdenas | |
| 2023-03-04 | rtic-macros: clippy fixes | Henrik Tjäder | |
| 2023-03-04 | rtic-macros: clippy fixes | Henrik Tjäder | |
| 2023-03-01 | Add template for bindings | Emil Fresk | |
| 2023-03-01 | Update backend features to be more clear | Emil Fresk | |
| 2023-03-01 | Added support for adding codegen to intrrupt entry and exit (needed for RISC-V) | Emil Fresk | |
| 2023-03-01 | Add feature flags | Emil Fresk | |
| 2023-03-01 | Break out core specific codegen to bindings | Emil Fresk | |
| 2023-03-01 | Move rtic macros to repo root, tune xtask | Henrik Tjäder | |
