aboutsummaryrefslogtreecommitdiff
path: root/rust-toolchain.toml
AgeCommit message (Collapse)Author
2024-09-29Feature/rp235x (#970)Michael Zill
* Add support for RP235x (Raspberry Pico 2) The xtask build system has not been updated therefor the components need to be build through Cargo * Remove unnecessary thumbv8mainhf-backend definition * Remove unnecessary thumbv8m.main-none-eabihf target * Update CHANGELOG * Remove default feature rp235x from rtic-monotonics * Remove features from rp235x-pac dependency in rtic-monotonics for rp235x
2024-02-27Make RTIC 2 work on stable by using `main`'s stack as an allocatorEmil Fresk
2023-03-01Added thumbv8 to rust-toolchainHenrik Tjäder
2023-03-01Move rtic macros to repo root, tune xtaskHenrik Tjäder
2023-03-01Add rtic-timer (timerqueue + monotonic) and rtic-monotonics (systick-monotonic)Emil Fresk
2023-03-01Removed Priority, simplified lifetime handlingEmil Fresk
2023-03-01First example builds againEmil Fresk