Skip to content

Commit

Permalink
Added concrete memory requirement to readme
Browse files Browse the repository at this point in the history
suikan4github#17
README.md refinement for DMA Interrupt and required memory suikan4github#17
  • Loading branch information
suikan4github committed Feb 23, 2019
1 parent 83f7840 commit 7f5c1ae
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Record of the modification in project development.
### 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
Expand Down
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,13 +147,18 @@ The tested target is following :

Pins, clocks, peripherals, and FreeRTOS have to be configured by CubeMX.

The required memory resoucese for the Nucleo F722 demo application (2 tasks, 1 LED,
1 UART , 1 I2C and 1 EXTI)
* .text(Flash) : 48kB
* .bss (RAM) : 16kB

## Where to get Murasaki
The Murasaki library can be obtained from [Github project page](https://github.com/suikan4github/murasaki/)

## Install
The Murasaki library is an add-on to the STM32 application skeleton generated by CubeMX.

The detail of the install procedure is described in the
The detail of the install procedure is described in the
[doc/refman.pdf](https://github.com/suikan4github/murasaki/blob/master/doc/refman.pdf)
## License
The Murasaki library is distributed under [MIT License](https://github.com/suikan4github/murasaki/blob/master/LICENSE)
Expand Down

0 comments on commit 7f5c1ae

Please sign in to comment.