aboutsummaryrefslogtreecommitdiff
path: root/macros/src (follow)
AgeCommit message (Collapse)AuthorFilesLines
2021-04-08Fixed UB in `spawn_at`Gravatar Emil Fresk 1-11/+5
2021-04-08Type aliases now work in the app moduleGravatar Emil Fresk 3-12/+29
2021-03-22Updated schedule example with all combinationsGravatar Emil Fresk 1-12/+0
2021-03-20Cancel and reschedule workingGravatar Emil Fresk 3-20/+70
Support cfgs in the imports Account for extern tasks
2021-03-13Added interface for cancel/rescheduleGravatar Emil Fresk 3-11/+79
Use wrapping add for marker No need to store handle to queue Remove unnecessary `SpawnHandle::new` Fix test Updated interface to follow proposal
2021-03-04Preparing release 0.6.0-alpha.1Gravatar Emil Fresk 1-1/+1
2021-03-02Updated `spawn_after` docsGravatar Emil Fresk 1-0/+3
2021-02-25Documentation generation fixesGravatar Emil Fresk 11-81/+99
Test fixes
2021-02-25Review fixesGravatar Emil Fresk 2-7/+4
2021-02-23GHA updateGravatar Emil Fresk 2-3/+6
Fmt fixes Spawn_after did not work with parameters Examples working again Revert "GHA update" This reverts commit e0a71d4859966a6c5cf2629d3cb27e88acada9c0. Readd flags Only add DWT based dep with __v7 flag
2021-02-22Use zero time in init for `spawn_after` to not cause panicGravatar Emil Fresk 1-1/+6
2021-02-22Added enable/disable timer callsGravatar Emil Fresk 1-6/+15
2021-02-21Properly call `on_interrupt`Gravatar Emil Fresk 1-0/+4
2021-02-21Fixed UB in generated `Monotonic::now()`Gravatar Emil Fresk 3-12/+26
2021-02-20Fixing warningsGravatar Emil Fresk 1-2/+5
2021-02-18Now with new monotonic trait and crateGravatar Emil Fresk 8-24/+89
2021-02-04Minor fixesGravatar Emil Fresk 3-4/+12
2020-12-13CleanupGravatar Emil Fresk 2-11/+0
2020-12-13Now handling SysTick as wellGravatar Emil Fresk 5-16/+60
2020-12-13Reexport embedded-time as rtic::timeGravatar Emil Fresk 2-3/+3
2020-12-12CleanupGravatar Emil Fresk 3-19/+14
2020-12-12Monotonic codegen now passing compile stageGravatar Emil Fresk 5-60/+37
2020-12-10More workGravatar Emil Fresk 7-181/+149
2020-12-08TQ handlers being generatedGravatar Emil Fresk 8-152/+163
2020-12-03Save, init generation fixedGravatar Emil Fresk 7-18/+45
2020-11-19Fix the linkGravatar Henrik Tjäder 1-1/+1
2020-11-19Remove stale documentation, refer to the bookGravatar Henrik Tjäder 1-185/+1
2020-11-15The module should not be pubGravatar Henrik Tjäder 1-1/+1
2020-11-15Move entry-point main into a separate moduleGravatar Henrik Tjäder 1-8/+11
Prevents conflict with user provided tasks named main
2020-11-14Multilock supportGravatar Emil Fresk 4-0/+5
2020-10-29extern taskGravatar Per Lindgren 2-28/+32
2020-10-23Merge #400Gravatar bors[bot] 11-116/+60
400: codegen and examples r=AfoHT a=perlindgren just a test Co-authored-by: Per Lindgren <per.lindgren@ltu.se>
2020-10-23move dispatchers to app argumentGravatar Per Lindgren 11-116/+60
2020-10-23Now all locks are symmetricGravatar Emil Fresk 6-103/+61
Test fixes Fix test Fix comment
2020-10-22Add the cfgs on a task to the module for that taskGravatar Henrik Tjäder 1-0/+5
2020-10-22Merge #396Gravatar bors[bot] 11-172/+76
396: Fix namespaces r=AfoHT a=korken89 Co-authored-by: Emil Fresk <emil.fresk@gmail.com>
2020-10-21Hide lock type better to not collide with user typesGravatar Emil Fresk 1-1/+1
2020-10-21Namespace cleanupGravatar Emil Fresk 6-52/+18
2020-10-21Updated examplesGravatar Emil Fresk 9-137/+75
More work
2020-10-15Implement all clippy suggestionsGravatar Henrik Tjäder 8-25/+28
2020-10-15Merge branch 'master' into spawn_experimentGravatar Emil Fresk 1-0/+16
2020-10-15Merge #371Gravatar bors[bot] 1-0/+17
371: task_local and lock_free r=korken89 a=AfoHT Getting this going to test with GHA For further discussion see https://github.com/rtic-rs/rfcs/issues/30 Co-authored-by: Per <Per Lindgren> Co-authored-by: Henrik Tjäder <henrik@tjaders.com>
2020-10-15Create Enum containing all tasksGravatar Henrik Tjäder 1-0/+17
2020-10-15Updated examples and rtic-nameGravatar Henrik Tjäder 2-180/+0
2020-10-15Print module name and priorityGravatar Henrik Tjäder 1-74/+61
2020-10-15task_local and lock_free analysis (take 1)Gravatar Per 2-0/+193
2020-10-15Merge branch 'master' into spawn_experimentGravatar Emil Fresk 4-6/+5
2020-10-15Detect if the rt flag is defined in the PAC/HALGravatar Emil Fresk 5-9/+7
Better error message Improved error string Update UI tests
2020-10-11Fixing examples and tests, modules now import user imports correctlyGravatar Emil Fresk 7-41/+24
Fmt Correct syntax crate UI test fix Fix build script Cleanup More cleanup
2020-10-11Now with spawn/schedule from anywhereGravatar Emil Fresk 15-684/+158