aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-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-15Add example with features on all resources combined with lock_free and ↵Henrik Tjäder
task_local
2020-10-15Print module name and priorityHenrik Tjäder
2020-10-15task_local and lock_free analysis (take 1)Per
2020-10-15Merge #394bors[bot]
394: Detect if the rt flag is defined in the PAC/HAL r=AfoHT a=korken89 This stops RTIC applications from compiling if one has forgotten to set the `rt` flag in the PAC/HAL. The error: ``` error[E0433]: failed to resolve: could not find `interrupt` in `you_must_enable_the_rt_feature_for_the_pac_in_your_cargo_toml` --> src/main.rs:8:1 | 8 | #[rtic::app(device = stm32l4xx_hal::pac)] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `interrupt` in `you_must_enable_the_rt_feature_for_the_pac_in_your_cargo_toml` | = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) ``` Co-authored-by: Emil Fresk <emil.fresk@gmail.com>
2020-10-15Detect if the rt flag is defined in the PAC/HALEmil Fresk
Better error message Improved error string Update UI tests
2020-10-13Merge #392bors[bot]
392: device path must be absolute; clarify r=AfoHT a=dcarosone feel free to nitpick path terminology Co-authored-by: Daniel Carosone <Daniel.Carosone@gmail.com>
2020-10-13device path must be absolute; clarifyDaniel Carosone
2020-10-12Merge #388bors[bot]
388: Now core contains the same `Peripherals` type based on monotonic r=AfoHT a=korken89 Co-authored-by: Emil Fresk <emil.fresk@gmail.com>
2020-10-12UI fixEmil Fresk
2020-10-07Now core contains the same `Peripherals` type based on monotonicEmil Fresk
2020-10-07Merge #384bors[bot]
384: Fix MD-lints, add Matrix and meeting notes badges r=korken89 a=AfoHT Co-authored-by: Henrik Tjäder <henrik@tjaders.com>
2020-10-07Merge #385bors[bot]
385: Doclints r=korken89 a=dcarosone Some minor doc lints and wording cleanup Co-authored-by: Daniel Carosone <Daniel.Carosone@gmail.com>
2020-10-07minor md lints and wording clarificationDaniel Carosone
2020-10-07Merge branch 'master'Daniel Carosone
of https://github.com/rtic-rs/cortex-m-rtic
2020-10-06Fix MD-lints, add Matrix and meeting notes badgesHenrik Tjäder
2020-10-06Merge #173bors[bot]
173: add sandbox example r=AfoHT a=etrombly Added a real world example for my sandbox project. Co-authored-by: Eric Trombly <etrombly@yahoo.com>
2020-10-06Merge #346bors[bot]
346: fix badges / clean up README r=AfoHT a=fuchsnj Co-authored-by: Nathan Fox <fuchsnj@gmail.com> Co-authored-by: Henrik Tjäder <henrik@tjaders.com>
2020-10-06Restore links to docsHenrik Tjäder
2020-10-05Merge #370bors[bot]
370: Use latest mdBook r=korken89 a=AfoHT Test to see if latest mdBook works with current formatting, see #369 Co-authored-by: Henrik Tjäder <henrik@tjaders.com>
2020-10-05Merge #383bors[bot]
383: Split up migration guides into its own sections r=AfoHT a=korken89 Co-authored-by: Emil Fresk <emil.fresk@gmail.com>
2020-10-05Split up migration guides into its own sectionsEmil Fresk
2020-10-05Merge #382bors[bot]
382: Run the macro tests r=korken89 a=AfoHT Co-authored-by: Henrik Tjäder <henrik@tjaders.com>
2020-10-05Run the macro testsHenrik Tjäder
2020-10-05Merge #372bors[bot]
372: Now late resources are always used r=AfoHT a=korken89 Awaits the PR in `rtic-syntax`: https://github.com/rtic-rs/rtic-syntax/pull/32 Co-authored-by: Emil Fresk <emil.fresk@gmail.com>
2020-10-05Added back accidentally removed blockEmil Fresk
2020-10-05Move to master of rtic-syntaxEmil Fresk
2020-10-05Overwrite steerr filesEmil Fresk
2020-10-05Merge branch 'master' into always_late_resourcesEmil Fresk
2020-10-05Merge #381bors[bot]
381: Separate example check and run-pass tests r=korken89 a=AfoHT With the old 1.36.0 tests removed the full 20 free concurrent GHA jobs are not fully utilized. Separate the run-pass testing and the cargo check of examples Co-authored-by: Henrik Tjäder <henrik@tjaders.com>
2020-10-05Separate example check and run-pass testsHenrik Tjäder
2020-10-05Also update for the deploy stageHenrik Tjäder
2020-10-05Merge #380bors[bot]
380: Use a full copy of the book instead of symlink r=korken89 a=AfoHT Co-authored-by: Henrik Tjäder <henrik@tjaders.com>
2020-10-05Unable to use git for tagsHenrik Tjäder
2020-10-05Use a full copy of the book instead of symlinkHenrik Tjäder
2020-10-05Merge #379bors[bot]
379: Fix broken symlink during deploy-stage r=korken89 a=AfoHT Co-authored-by: Henrik Tjäder <henrik@tjaders.com>
2020-10-05Fix broken symlinkHenrik Tjäder
2020-10-05Merge #368bors[bot]
368: Mod over const r=korken89 a=AfoHT Related [RFC](https://github.com/rtic-rs/rfcs/pull/34) Dependent on [rtic-syntax-PR30](https://github.com/rtic-rs/rtic-syntax/pull/30) ~~Currently using my own dev-branch~~ Co-authored-by: Henrik Tjäder <henrik@tjaders.com>
2020-10-05Use latest rtic-syntax masterHenrik Tjäder
2020-10-05Merge #378bors[bot]
378: The stable book should build from branch r=korken89 a=AfoHT Co-authored-by: Henrik Tjäder <henrik@tjaders.com>
2020-10-05v must be first in the tag, document the versionHenrik Tjäder
2020-10-05Ensure pre-releases are not includedHenrik Tjäder
2020-10-05The stable book should build from branchHenrik Tjäder
2020-10-03Merge #377bors[bot]
377: Updated documentation to include the critical section token in init r=AfoHT a=korken89 Co-authored-by: Emil Fresk <emil.fresk@gmail.com>
2020-10-03Updated documentation to include the critical section token in initEmil Fresk
2020-10-02Remove leftover v1.36 hacksHenrik Tjäder
2020-10-02Prepare the book for v0.6Henrik Tjäder