Skip to content

Commit 055cce7

Browse files
author
Jorge Aparicio
committed
release v0.1.0
1 parent 9641d2a commit 055cce7

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](http://keepachangelog.com/)
6+
and this project adheres to [Semantic Versioning](http://semver.org/).
7+
8+
## [Unreleased]
9+
10+
## [v0.1.0] - 2016-10-15
11+
12+
### Added
13+
14+
- Initial version of the `svd2rust` tool
15+
16+
[Unreleased]: https://github.com/japaric/f3/compare/v0.1.0...HEAD

Cargo.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
[package]
22
authors = ["Jorge Aparicio <[email protected]>"]
33
build = "build.rs"
4+
description = "Generate Rust register maps (`struct`s) from SVD files"
5+
documentation = "https://github.com/japaric/svd2rust#svd2rust"
6+
keywords = ["arm", "cortex-m", "register", "map", "generator"]
7+
license = "MIT OR Apache-2.0"
48
name = "svd2rust"
9+
repository = "https://github.com/japaric/svd2rust"
510
version = "0.1.0"
611

712
[dependencies]

0 commit comments

Comments
 (0)