Skip to content

Commit

Permalink
Release Candidate 2
Browse files Browse the repository at this point in the history
Change the memory requirment format of README.md to table.
  • Loading branch information
suikan4github committed Feb 23, 2019
1 parent 26a8e1b commit 154121b
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,9 +150,13 @@ 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
1 UART , 1 I2C and 1 EXTI) is following:

|Section|Memory|Size|
|-------|:----:|---:|
|.text|Flash|48kB|
|.data & .bss|RAM|16kB|


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

0 comments on commit 154121b

Please sign in to comment.