aboutsummaryrefslogtreecommitdiff
path: root/macros
AgeCommit message (Collapse)Author
2021-04-08Fixed UB in `spawn_at`Emil Fresk
2021-04-08Type aliases now work in the app moduleEmil Fresk
2021-03-22Updated schedule example with all combinationsEmil Fresk
2021-03-20Cancel and reschedule workingEmil Fresk
Support cfgs in the imports Account for extern tasks
2021-03-13Added interface for cancel/rescheduleEmil Fresk
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.1Emil Fresk
2021-03-02Updated `spawn_after` docsEmil Fresk
2021-02-25Documentation generation fixesEmil Fresk
Test fixes
2021-02-25Review fixesEmil Fresk
2021-02-23GHA updateEmil Fresk
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 panicEmil Fresk
2021-02-22Added enable/disable timer callsEmil Fresk
2021-02-21Properly call `on_interrupt`Emil Fresk
2021-02-21Fixed UB in generated `Monotonic::now()`Emil Fresk
2021-02-20Fixing warningsEmil Fresk
2021-02-18Now with new monotonic trait and crateEmil Fresk
2021-02-04Minor fixesEmil Fresk
2020-12-13CleanupEmil Fresk
2020-12-13Now handling SysTick as wellEmil Fresk
2020-12-13Reexport embedded-time as rtic::timeEmil Fresk
2020-12-12CleanupEmil Fresk
2020-12-12Monotonic codegen now passing compile stageEmil Fresk
2020-12-10More workEmil Fresk
2020-12-08TQ handlers being generatedEmil Fresk
2020-12-03Save, init generation fixedEmil Fresk
2020-11-19Fix the linkHenrik Tjäder
2020-11-19Remove stale documentation, refer to the bookHenrik Tjäder
2020-11-15The module should not be pubHenrik Tjäder
2020-11-15Move entry-point main into a separate moduleHenrik Tjäder
Prevents conflict with user provided tasks named main
2020-11-14Multilock supportEmil Fresk
2020-11-14Bump version numbers to v0.6.0-alpha.0Henrik Tjäder
2020-10-29extern taskPer Lindgren
2020-10-23Merge #400bors[bot]
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 argumentPer Lindgren
2020-10-23Now all locks are symmetricEmil Fresk
Test fixes Fix test Fix comment
2020-10-22Add the cfgs on a task to the module for that taskHenrik Tjäder
2020-10-22Merge #396bors[bot]
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 typesEmil Fresk
2020-10-21Namespace cleanupEmil Fresk
2020-10-21Updated examplesEmil Fresk
More work
2020-10-15Implement all clippy suggestionsHenrik Tjäder
2020-10-15Merge branch 'master' into spawn_experimentEmil Fresk
2020-10-15Use master branch on syntaxEmil Fresk
2020-10-15Merge #371bors[bot]
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-15Updated syntax crateEmil Fresk
2020-10-15Create Enum containing all tasksHenrik Tjäder
2020-10-15Changed branch for rtic-syntaxHenrik Tjäder
2020-10-15Updated examples and rtic-nameHenrik Tjäder
2020-10-15Print module name and priorityHenrik Tjäder
2020-10-15task_local and lock_free analysis (take 1)Per