aboutsummaryrefslogtreecommitdiff
path: root/macros/src
AgeCommit message (Expand)Author
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
2020-11-14Multilock supportEmil Fresk
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-15Merge #371bors[bot]
2020-10-15Create Enum containing all tasksHenrik 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-05Merge branch 'master' into always_late_resourcesEmil Fresk
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-25Add format_ident importsHenrik Tjäder
2020-09-25Modify macro tests, use mod instead of constHenrik Tjäder