aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-09-01Remove the multicore testsHenrik Tjäder
2020-09-01Do not test homogeneous multicoreHenrik Tjäder
2020-09-01Brutally yank out multicoreHenrik Tjäder
2020-08-27Version fixEmil Fresk
2020-08-27Merge #353bors[bot]
353: Preparing v0.5.5 release r=AfoHT a=korken89 Co-authored-by: Emil Fresk <emil.fresk@gmail.com>
2020-08-27Preparing v0.5.5 releaseEmil Fresk
2020-08-27Merge #352bors[bot]
352: Reuse cortex-m r=TeXitoi a=AfoHT Potential fix for #351 Introduced by #338 Co-authored-by: Henrik Tjäder <henrik@tjaders.com>
2020-08-27Reuse cortex-mHenrik Tjäder
2020-08-26Merge #350bors[bot]
350: Preparing for 0.5.4 release r=AfoHT a=korken89 Co-authored-by: Emil Fresk <emil.fresk@gmail.com>
2020-08-26Preparing for 0.5.4 releaseEmil Fresk
2020-08-25Merge #341bors[bot]
341: Enable caching for Github Actions r=korken89 a=AfoHT Using [GHA caching](https://docs.github.com/en/actions/configuring-and-managing-workflows/caching-dependencies-to-speed-up-workflows) to store key parts of the testing environment. One example is downloading `arm-none-eabi-gcc` (which takes roughly 1 minute) for each checkexamples. The rustup setup is roughly 200MB and restores nicely. Rust examples can be found [here](https://github.com/actions/cache/blob/master/examples.md#rust---cargo) **Something to discuss:** Several notable projects remove some problematic files in order to keep cache size reasonable [rust-analyzer](https://github.com/rust-analyzer/rust-analyzer/blob/9a7db8fa009c612168ef16f6ed72315b5406ed09/.travis.yml#L2-L4) [cargo duscussion](https://github.com/rust-lang/cargo/issues/5885) [tantivity-search](https://github.com/tantivy-search/tantivy/pull/531/files) [clap-rs](https://github.com/clap-rs/clap/pull/1658/files#diff-354f30a63fb0907d4ad57269548329e3R5-R16) Co-authored-by: Henrik Tjäder <henrik@tjaders.com>
2020-08-24Try system QEMUHenrik Tjäder
2020-08-24Use ubuntu-20.04 (actual latest)Henrik Tjäder
2020-07-25Trigger CI rerunHenrik Tjäder
2020-07-25Remove arm-none-eabi-gccHenrik Tjäder
2020-07-25Try running with cargo-binutilsHenrik Tjäder
2020-07-21Merge #340bors[bot]
340: rtic::export::Peripherals created by into instead of transmute r=korken89 a=perlindgren Co-authored-by: Per Lindgren <per.lindgren@ltu.se>
2020-07-20Merge #344bors[bot]
344: Added badges to 'README.md' file r=AfoHT a=regexident Badges for quick access to the corresponding pages on **crates.io**, **docs.rs**, the **book** (aka **rtic.rs**), as well as a badge for showing the **minimum required rustc version**. Co-authored-by: Vincent Esche <regexident@gmail.com>
2020-07-15Added badges to 'README.md' fileVincent Esche
2020-07-15Merge #343bors[bot]
343: Updated URL for example 'init.rs' file r=AfoHT a=regexident (the file at tag '0.5.0' still uses `rtfm`, rather than `rtic` from tag '0.5.3' or later) Co-authored-by: Vincent Esche <regexident@gmail.com>
2020-07-14Remove old PATH modification just to trigger re-run of CIHenrik Tjäder
2020-07-14Merge #342bors[bot]
342: Spell check r=AfoHT a=regexident Co-authored-by: Vincent Esche <regexident@gmail.com>
2020-07-14Updated URL for example 'init.rs' fileVincent Esche
(the file at tag '0.5.0' still uses `rtfm`, rather than `rtic` from tag '0.5.3' or later)
2020-07-14Fixed some more spellingVincent Esche
2020-07-14Unified spelling of "real-time" (vs. "real time")Vincent Esche
(This spelling is consistent with the one provided by Merriam Webster for use an an adjective)
2020-07-13Enable caching for Github ActionsHenrik Tjäder
2020-07-09rtic::export::Peripherals created by into instead of transmutePer Lindgren
2020-06-30Merge #337bors[bot]
337: Examples: Clarify extern section r=korken89 a=dbrgn Some beginners are confused about the "extern" section, so I added an explanation comment to all examples. ![image](https://user-images.githubusercontent.com/105168/85903840-9ad2a780-b807-11ea-943d-3f37b814c23f.png) Furthermore, using the UARTx interrupts when UART is actually being used in the same example may be confusing, so I changed them all to SSI0/QEI0. Co-authored-by: Danilo Bargen <mail@dbrgn.ch>
2020-06-30Merge #338bors[bot]
338: Fixes an issue where one could double take the cortex_m Peripheral r=japaric a=korken89 Closes #321 Co-authored-by: Emil Fresk <emil.fresk@gmail.com>
2020-06-30Fixes an issue where one could double take the cortex_m PeripheralEmil Fresk
Added qemu test Added comment Typo Add cfg for homogeneous More cfg Now multicore working Add .run file
2020-06-26Examples: Clarify extern sectionDanilo Bargen
Some beginners are confused about the "extern" section, so I added an explanation comment to all examples. Furthermore, using the UARTx interrupts when UART is actually being used in the same example may be confusing, so I changed them all to SSI0/QEI0.
2020-06-16Merge #330bors[bot]
330: Combine publish, docs and build into one workflow, do not test on nightly r=korken89 a=AfoHT Streamline the Github Actions workflow a bit, currently it does not play well with multiple workflows since dependencies needs to be within the same workflow. This combines the previous docs and publish workflows into one larger build workflow. If pushing to master branch, and all jobs succeed, then the deploy is also done. No testing on nightly except for multi-core which requires nightly. Co-authored-by: Henrik Tjäder <henrik@tjaders.com>
2020-06-15Remove old workflows, change description of the workflowHenrik Tjäder
2020-06-15Combine publish, docs and build into one workflowHenrik Tjäder
2020-06-12Merge pull request #329 from rtic-rs/v0.5.3_releaseEmil Fresk
Preparing for v0.5.3
2020-06-12Updated CHANGELOGEmil Fresk
2020-06-12Updated book with migration guide for RTFM -> RTICEmil Fresk
2020-06-12Preparing for v0.5.3Emil Fresk
2020-06-11Merge #328bors[bot]
328: Link to GitHub from book r=korken89 a=nickray Co-authored-by: Nicolas Stalder <n@stalder.io>
2020-06-11Link to GitHub from bookNicolas Stalder
2020-06-11Merge #327bors[bot]
327: Small renaming fixes r=korken89 a=AfoHT Co-authored-by: Henrik Tjäder <henrik@tjaders.com>
2020-06-11Fix CI errorEmil Fresk
2020-06-11Testing CIEmil Fresk
2020-06-11Also fix the links in GHAHenrik Tjäder
2020-06-11Small renaming fixesHenrik Tjäder
2020-06-11Merge pull request #325 from AfoHT/rtic-renameEmil Fresk
Rename RTFM to RTIC
2020-06-11Rename RTFM to RTICHenrik Tjäder
2020-06-11Merge pull request #324 from rtfm-rs/v0.5.2_releaseEmil Fresk
Prepare for v0.5.2 release
2020-06-11FmtEmil Fresk
2020-06-11Prepare for v0.5.2 releaseEmil Fresk