aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-27Remove use of basepri register on thumbv8m.baseGravatar David Watson 1-41/+104
2022-06-07fix ci: use SYST::PTRGravatar Jorge Aparicio 1-2/+2
2022-05-24Fix clash with defmtGravatar Emil Fresk 1-1/+3
2022-04-20Added check for resource usage and to generate an compile error for thumbv6 e...Gravatar Emil Fresk 1-0/+10
2022-04-20Masks take 3Gravatar Emil Fresk 1-0/+24
2022-03-02Added support for SRP based scheduling for armv6mGravatar Per Lindgren 1-13/+135
2022-02-22Clippy with pedantic suggestionsGravatar Henrik Tjäder 3-16/+16
2022-02-20Provide Mutex relative to prelude to fix doc linking issues coming from rtic-...Gravatar Henrik Tjäder 1-0/+1
2022-02-18rtic::mutex::prelude::* fixes glob import lintGravatar Henrik Tjäder 1-0/+5
2022-02-09Fix/mute clippy errorsGravatar Henrik Tjäder 1-0/+1
2021-12-25Docfix: MSRV and Semantic VersioningGravatar Per Lindgren 1-3/+3
2021-12-25Docfix: remove pre-release noteGravatar Per Lindgren 1-4/+1
2021-12-25Merge #565 #566Gravatar bors[bot] 1-0/+1
2021-12-25Clippy lintsGravatar Henrik Tjäder 2-1/+9
2021-12-25Edition: Bump to 2021Gravatar Henrik Tjäder 1-0/+1
2021-12-14Idle: Switch to NOP instead of WFIGravatar Henrik Tjäder 1-0/+1
2021-11-25Remove #[deny(warnings)], but deny warnings for CIGravatar Henrik Tjäder 1-1/+1
2021-11-25Docs: add RTIC logoGravatar Henrik Tjäder 1-0/+4
2021-11-09New monotonic trait workingGravatar Emil Fresk 2-22/+7
2021-11-02added doc for RacyCellGravatar Per Lindgren 1-0/+21
2021-11-02Fixed aliasing issue due to RacyCell implementationGravatar Emil Fresk 1-6/+6
2021-09-28Fix export of SYSTGravatar Emil Fresk 1-1/+1
2021-09-27Fix a bug in the timer queue due to comparison bug in embedded-timeGravatar Emil Fresk 1-2/+5
2021-09-14Cleanup export and actually use rtic::export, made fn init inlineGravatar Emil Fresk 1-3/+4
2021-08-16Remove linked list impl - use heapless, linked list init now const fnGravatar Emil Fresk 4-605/+5
2021-07-09const genericsGravatar Andrey Zgarbul 3-46/+28
2021-06-06assert emptyGravatar James Hillyerd 1-0/+1
2021-06-06Allow zero sized LinkedListGravatar James Hillyerd 1-0/+12
2021-04-08Goodbye static mutGravatar Emil Fresk 1-0/+28
2021-04-08Fixed UB in `spawn_at`Gravatar Emil Fresk 1-2/+4
2021-03-22Updated schedule example with all combinationsGravatar Emil Fresk 1-1/+1
2021-03-20Cancel and reschedule workingGravatar Emil Fresk 3-16/+646
2021-03-13Added interface for cancel/rescheduleGravatar Emil Fresk 2-232/+12
2021-02-25Review fixesGravatar Emil Fresk 1-1/+1
2021-02-22Updated to new interfaceGravatar Emil Fresk 1-3/+2
2021-02-22Added enable/disable timer callsGravatar Emil Fresk 1-1/+4
2021-02-22Of by 1Gravatar Emil Fresk 1-2/+2
2021-02-18Now with new monotonic trait and crateGravatar Emil Fresk 3-34/+44
2021-02-06Merge branch 'master' into new_monotonicGravatar Emil Fresk 1-2/+2
2021-01-10cleanupGravatar Emil Fresk 1-7/+2
2021-01-04Bump cortex-m to 0.7.0Gravatar Nicolas Stalder 1-2/+2
2020-12-13CleanupGravatar Emil Fresk 1-54/+49
2020-12-13Double check the compare instantGravatar Emil Fresk 1-4/+13
2020-12-13Less ... hacky?Gravatar Emil Fresk 1-2/+3
2020-12-13Reexport embedded-time as rtic::timeGravatar Emil Fresk 2-2/+2
2020-12-12Monotonic codegen now passing compile stageGravatar Emil Fresk 3-160/+153
2020-12-10More workGravatar Emil Fresk 2-1/+12
2020-12-08TQ handlers being generatedGravatar Emil Fresk 1-1/+1
2020-12-03Save, init generation fixedGravatar Emil Fresk 3-222/+160
2020-12-03Removed monotonic trait, moved to rtic-coreGravatar Emil Fresk 1-44/+0