Skip to content

Commit

Permalink
Release Candidate 1
Browse files Browse the repository at this point in the history
checked all issues are listed in CHANGELOG.md
doc/refman.pdf is updated
doc/refman.pdf has "v0.2.0" at the cover page
CHANGELOG.md has v0.2.0 entry
all UNRELEASED entry has been moved to v0.2.0
  • Loading branch information
suikan4github committed Feb 23, 2019
1 parent 2aec3a7 commit 26a8e1b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,25 +3,31 @@ Record of the modification in project development.

## [Unreleased]

## [0.2.0] - 2019-02-23

### Added
- [Issue 6 : Add CubeMX configuration note to the porting guide.](https://github.com/suikan4github/murasaki/issues/6)
- [Issue 10 : Write an install script](https://github.com/suikan4github/murasaki/issues/10)
- [Issue 12 : Step-By-Step porting sample](https://github.com/suikan4github/murasaki/issues/12)
- [Issue 13 : Add post mortem debugging description](https://github.com/suikan4github/murasaki/issues/13)

### Changed
- [Issue 8 : ADD link to murasaki_samples to README.md](https://github.com/suikan4github/murasaki/issues/8)
- [Issue 16 : Substitute \n\r by \n ](https://github.com/suikan4github/murasaki/issues/16)
- [Issue 17 : README.md refinement for DMA Interrupt and required memory](https://github.com/suikan4github/murasaki/issues/17)

### Deprecated
### Removed
### Fixed
- [Issue 5 : HAL_GPIO_EXTI_Callback() needs to avoid the null pointer access](https://github.com/suikan4github/murasaki/issues/5)
- [Issue 11 : Link to refman.pdf in README.md is wrong](https://github.com/suikan4github/murasaki/issues/11)
- [Issue 7 : README.md doesn't have link to the "where to get" at ToC](https://github.com/suikan4github/murasaki/issues/7)
- [Issue 15 : Write a Program flow walk through](https://github.com/suikan4github/murasaki/issues/15)

### Security
### Known Issue
- The SPI slave transfer is not tested.
- The SPI slave transfer is not tested.

## [0.1.0] - 2019-02-11

### Added
Expand All @@ -39,5 +45,6 @@ Record of the modification in project development.
### Fixed
### Security

[Unreleased]: https://github.com/suikan4github/murasaki/compare/v0.1.0...develop
[Unreleased]: https://github.com/suikan4github/murasaki/compare/v0.2.0...develop
[0.2.0]: https://github.com/suikan4github/murasaki/compare/v0.1.0...v0.2.0
[0.1.0]: https://github.com/suikan4github/murasaki/compare/v0.0.0...v0.1.0
3 changes: 2 additions & 1 deletion Inc/murasaki_0_intro.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
* \page murasaki_ug_preface Preface
* \brief Murasaki, is a class library on the STM32Cube HAL and FreeRTOS.
* \details
* By using Murasaki, you can program STM32 series quickly and easily.
* By using Murasaki, you can program STM32 series quickly and easily. You can obtain the
* source code of the Murasaki Library from the <a href="https://github.com/suikan4github/murasaki">GitHub repository</a>.
*
* Murasaki has following design philosophies:
*
Expand Down
Binary file modified doc/refman.pdf
Binary file not shown.

0 comments on commit 26a8e1b

Please sign in to comment.