mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 12:12:50 +01:00
v0.3.4
This commit is contained in:
parent
c9c5ade132
commit
653338e799
5 changed files with 15 additions and 4 deletions
0
bors.toml → .github/bors.toml
vendored
0
bors.toml → .github/bors.toml
vendored
|
@ -7,15 +7,19 @@ matrix:
|
|||
|
||||
- env: TARGET=thumbv6m-none-eabi
|
||||
rust: nightly
|
||||
if: branch != master
|
||||
|
||||
- env: TARGET=thumbv7m-none-eabi
|
||||
rust: nightly
|
||||
if: branch != master
|
||||
|
||||
- env: TARGET=thumbv7em-none-eabi
|
||||
rust: nightly
|
||||
if: branch != master
|
||||
|
||||
- env: TARGET=thumbv7em-none-eabihf
|
||||
rust: nightly
|
||||
if: branch != master
|
||||
|
||||
before_install: set -e
|
||||
|
||||
|
|
|
@ -5,6 +5,12 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## [v0.3.4] - 2018-08-27
|
||||
|
||||
### Changed
|
||||
|
||||
- The documentation link to point to GH pages.
|
||||
|
||||
## [v0.3.3] - 2018-08-24
|
||||
|
||||
### Fixed
|
||||
|
@ -100,7 +106,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
|||
|
||||
- Initial release
|
||||
|
||||
[Unreleased]: https://github.com/japaric/cortex-m-rtfm/compare/v0.3.3...HEAD
|
||||
[Unreleased]: https://github.com/japaric/cortex-m-rtfm/compare/v0.3.4...HEAD
|
||||
[v0.3.4]: https://github.com/japaric/cortex-m-rtfm/compare/v0.3.3...v0.3.4
|
||||
[v0.3.3]: https://github.com/japaric/cortex-m-rtfm/compare/v0.3.2...v0.3.3
|
||||
[v0.3.2]: https://github.com/japaric/cortex-m-rtfm/compare/v0.3.1...v0.3.2
|
||||
[v0.3.1]: https://github.com/japaric/cortex-m-rtfm/compare/v0.3.0...v0.3.1
|
||||
|
|
|
@ -5,12 +5,12 @@ authors = [
|
|||
]
|
||||
categories = ["concurrency", "embedded", "no-std"]
|
||||
description = "Real Time For the Masses (RTFM) framework for ARM Cortex-M microcontrollers"
|
||||
documentation = "https://docs.rs/cortex-m-rtfm"
|
||||
documentation = "https://japaric.github.io/cortex-m-rtfm/cortex_m_rtfm/"
|
||||
keywords = ["arm", "cortex-m"]
|
||||
license = "MIT OR Apache-2.0"
|
||||
name = "cortex-m-rtfm"
|
||||
repository = "https://github.com/japaric/cortex-m-rtfm"
|
||||
version = "0.3.3"
|
||||
version = "0.3.4"
|
||||
|
||||
[dependencies]
|
||||
cortex-m = "0.4.0"
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
> Real Time For the Masses (RTFM) framework for ARM Cortex-M microcontrollers
|
||||
|
||||
# [Documentation](https://docs.rs/cortex-m-rtfm)
|
||||
# [Documentation](https://japaric.github.io/cortex-m-rtfm/cortex_m_rtfm/)
|
||||
|
||||
# License
|
||||
|
||||
|
|
Loading…
Reference in a new issue