aboutsummaryrefslogtreecommitdiff
path: root/macros
AgeCommit message (Expand)Author
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
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]
2020-10-23move dispatchers to app argumentPer Lindgren
2020-10-23Now all locks are symmetricEmil Fresk
2020-10-22Add the cfgs on a task to the module for that taskHenrik Tjäder
2020-10-22Merge #396bors[bot]
2020-10-21Hide lock type better to not collide with user typesEmil Fresk
2020-10-21Namespace cleanupEmil Fresk
2020-10-21Updated examplesEmil Fresk
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]
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
2020-10-15Merge branch 'master' into spawn_experimentEmil Fresk
2020-10-15Detect if the rt flag is defined in the PAC/HALEmil Fresk
2020-10-11Fixing examples and tests, modules now import user imports correctlyEmil Fresk
2020-10-11Now with spawn/schedule from anywhereEmil Fresk
2020-10-08Merge branch 'master' into spawn_experimentEmil Fresk
2020-10-08Added critical sectionsEmil Fresk
2020-10-07Now core contains the same `Peripherals` type based on monotonicEmil Fresk
2020-10-05spawn POC works, likely unsound, cleanupPer Lindgren
2020-10-05spawn POC works, likely unsoundPer Lindgren
2020-10-05Added back accidentally removed blockEmil Fresk
2020-10-05Move to master of rtic-syntaxEmil Fresk
2020-10-05Merge branch 'master' into always_late_resourcesEmil Fresk
2020-10-05Use latest rtic-syntax masterHenrik Tjäder
2020-10-02Merge branch 'master' into mod_constHenrik Tjäder
2020-10-01Added `bare_metal::CriticalSection` to `init::Context`Emil Fresk
2020-10-01Now late resources are always usedEmil Fresk
2020-10-01Rename const_app to mod_appHenrik Tjäder
2020-09-29Remove stale commentHenrik Tjäder
2020-09-29Keep user code as-is within the module, add exampleHenrik Tjäder
2020-09-25Due to new module boundaries the schedule fn needs to be pubHenrik Tjäder
2020-09-25cfg_core is gone, cargo fmtHenrik Tjäder
2020-09-25Use dev-branch for mod_constHenrik Tjäder
2020-09-25Add format_ident importsHenrik Tjäder
2020-09-25Modify macro tests, use mod instead of constHenrik Tjäder
2020-09-25Compose the use-statements, reduce debug-printoutsHenrik Tjäder