Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2022-07-27 | Remove use of basepri register on thumbv8m.base | 1 | -41/+104 | |
2022-06-07 | fix ci: use SYST::PTR | 1 | -2/+2 | |
2022-05-24 | Fix clash with defmt | 1 | -1/+3 | |
2022-04-20 | Added check for resource usage and to generate an compile error for thumbv6 e... | 1 | -0/+10 | |
2022-04-20 | Masks take 3 | 1 | -0/+24 | |
2022-03-02 | Added support for SRP based scheduling for armv6m | 1 | -13/+135 | |
2022-02-22 | Clippy with pedantic suggestions | 3 | -16/+16 | |
2022-02-20 | Provide Mutex relative to prelude to fix doc linking issues coming from rtic-... | 1 | -0/+1 | |
2022-02-18 | rtic::mutex::prelude::* fixes glob import lint | 1 | -0/+5 | |
2022-02-09 | Fix/mute clippy errors | 1 | -0/+1 | |
2021-12-25 | Docfix: MSRV and Semantic Versioning | 1 | -3/+3 | |
2021-12-25 | Docfix: remove pre-release note | 1 | -4/+1 | |
2021-12-25 | Merge #565 #566 | 1 | -0/+1 | |
2021-12-25 | Clippy lints | 2 | -1/+9 | |
2021-12-25 | Edition: Bump to 2021 | 1 | -0/+1 | |
2021-12-14 | Idle: Switch to NOP instead of WFI | 1 | -0/+1 | |
2021-11-25 | Remove #[deny(warnings)], but deny warnings for CI | 1 | -1/+1 | |
2021-11-25 | Docs: add RTIC logo | 1 | -0/+4 | |
2021-11-09 | New monotonic trait working | 2 | -22/+7 | |
2021-11-02 | added doc for RacyCell | 1 | -0/+21 | |
2021-11-02 | Fixed aliasing issue due to RacyCell implementation | 1 | -6/+6 | |
2021-09-28 | Fix export of SYST | 1 | -1/+1 | |
2021-09-27 | Fix a bug in the timer queue due to comparison bug in embedded-time | 1 | -2/+5 | |
2021-09-14 | Cleanup export and actually use rtic::export, made fn init inline | 1 | -3/+4 | |
2021-08-16 | Remove linked list impl - use heapless, linked list init now const fn | 4 | -605/+5 | |
2021-07-09 | const generics | 3 | -46/+28 | |
2021-06-06 | assert empty | 1 | -0/+1 | |
2021-06-06 | Allow zero sized LinkedList | 1 | -0/+12 | |
2021-04-08 | Goodbye static mut | 1 | -0/+28 | |
2021-04-08 | Fixed UB in `spawn_at` | 1 | -2/+4 | |
2021-03-22 | Updated schedule example with all combinations | 1 | -1/+1 | |
2021-03-20 | Cancel and reschedule working | 3 | -16/+646 | |
2021-03-13 | Added interface for cancel/reschedule | 2 | -232/+12 | |
2021-02-25 | Review fixes | 1 | -1/+1 | |
2021-02-22 | Updated to new interface | 1 | -3/+2 | |
2021-02-22 | Added enable/disable timer calls | 1 | -1/+4 | |
2021-02-22 | Of by 1 | 1 | -2/+2 | |
2021-02-18 | Now with new monotonic trait and crate | 3 | -34/+44 | |
2021-02-06 | Merge branch 'master' into new_monotonic | 1 | -2/+2 | |
2021-01-10 | cleanup | 1 | -7/+2 | |
2021-01-04 | Bump cortex-m to 0.7.0 | 1 | -2/+2 | |
2020-12-13 | Cleanup | 1 | -54/+49 | |
2020-12-13 | Double check the compare instant | 1 | -4/+13 | |
2020-12-13 | Less ... hacky? | 1 | -2/+3 | |
2020-12-13 | Reexport embedded-time as rtic::time | 2 | -2/+2 | |
2020-12-12 | Monotonic codegen now passing compile stage | 3 | -160/+153 | |
2020-12-10 | More work | 2 | -1/+12 | |
2020-12-08 | TQ handlers being generated | 1 | -1/+1 | |
2020-12-03 | Save, init generation fixed | 3 | -222/+160 | |
2020-12-03 | Removed monotonic trait, moved to rtic-core | 1 | -44/+0 |