aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2020-06-11Merge pull request #323 from rtfm-rs/bors_to_ghaEmil Fresk
Moved bors to GHA
2020-06-11Merge pull request #313 from russell/patch-1Emil Fresk
Update example to use better initial value
2020-06-11Merge #314bors[bot]
314: do not optimize build deps r=korken89 a=japaric this may make CI faster Co-authored-by: Jorge Aparicio <jorge@japaric.io>
2020-06-11Merge #315bors[bot]
315: allow handlers to be named 'main' r=korken89 a=japaric `#[init]`, `#[idle]` and `#[task]` handlers can now be named `main` fixes #311 Co-authored-by: Jorge Aparicio <jorge.aparicio@ferrous-systems.com>
2020-06-11Merge pull request #319 from AfoHT/fixoddexEmil Fresk
Use cargo feature instead of conditional compilation hacks
2020-06-11Merge #320 #322bors[bot]
320: No build opt on msrv r=korken89 a=AfoHT #314 is failing the tests since 1.36.0 is not capable of 'build-override' profiles. This extends current CI setup for both Travis and GHA to remove any `build-override` before running in case toolchain is 1.36.0. 322: Update resources.md r=korken89 a=lonesometraveler This fixes some typos. Co-authored-by: Henrik Tjäder <henrik@tjaders.com> Co-authored-by: KENTARO OKUDA <lonesometraveler@mac.com>
2020-06-11Moved bors to GHAEmil Fresk
2020-06-11Update resources.mdKENTARO OKUDA
2020-06-10Disable optimisation profiles in GHA for 1.36.0Henrik Tjäder
2020-06-10Remove compilation optimisations on 1.36.0Henrik Tjäder
2020-06-10Use cargo feature instead of conditional compilation hacksHenrik Tjäder
2020-06-09Merge #310bors[bot]
310: Update app.md r=korken89 a=lonesometraveler - Fix typos - Improve readability Co-authored-by: KENTARO OKUDA <lonesometraveler@mac.com>
2020-06-09Merge #318bors[bot]
318: Run cargo fmt r=korken89 a=AfoHT Fix style issues reported by cargo fmt Co-authored-by: Henrik Tjäder <henrik@tjaders.com>
2020-06-03Merge #316bors[bot]
316: Testing GHA v0.1 r=korken89 a=AfoHT Implementing previous Travis CI setup on Github Actions Co-authored-by: Henrik Tjäder <henrik@tjaders.com>
2020-06-03Run cargo fmtHenrik Tjäder
2020-06-02Merge #317bors[bot]
317: Use statically compiled mdbook r=perlindgren a=AfoHT Instead of building mdbook, get a precompiled version Co-authored-by: Henrik Tjäder <henrik@tjaders.com>
2020-06-02Use travis to set the PATH properlyHenrik Tjäder
2020-06-02Use statically compiled mdbookHenrik Tjäder
2020-06-02Testing GHA v0.1Henrik Tjäder
Implementing previous Travis CI setup on Github Actions
2020-05-29allow handlers to be named 'main'Jorge Aparicio
`#[init]`, `#[idle]` and `#[task]` handlers can now be named `main` fixes #311
2020-05-26TODO(remove) codegen no-opJorge Aparicio
2020-05-26touch src/lib.rsJorge Aparicio
2020-05-26trigger incremental CI re-buildJorge Aparicio
2020-05-26do not optimize build depsJorge Aparicio
2020-05-26Update example to use better initial valueRussell Sim
The example above this in the documentation states ``` // semantically, the monotonic timer is frozen at time "zero" during `init` // NOTE do *not* call `Instant::now` in this context; it will return a nonsense value let now = cx.start; // the start time of the system ``` It results in weird scheduling issues, but still eventually works. `cx.start` is much more reliable. Relates to https://github.com/rtfm-rs/cortex-m-rtfm/issues/196
2020-05-13Update app.mdKENTARO OKUDA
2020-04-22Merge #306bors[bot]
306: Retain cfg-attributes on resources r=korken89 a=AfoHT When rust 1.43 lands as stable this will resolve #301 and allow for the kind of conditional compilation exemplified in the issue. Tested on beta and nightly. Co-authored-by: Henrik Tjäder <henrik@tjaders.com>