Skip to content

Commit

Permalink
mention potential SRAM layout issues in README
Browse files Browse the repository at this point in the history
someone(TM) really should do somting about issue 28.
  • Loading branch information
fhars committed Oct 16, 2019
1 parent 5dbdd50 commit 7d9d856
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ usually means that they must be compiled especially for your board
and that there can only be one application written in rust at a time
and it must be installed as the first application on the board, unless
you want to play games with linker scripts.
There are some `*_layout.ld` files provided that allow to run the
examples on common boards.
Due to MPU region alignment issues they may not work for applications
that use a lot of RAM, in that case you may have to change the SRAM
start address to fit your application.

## Getting Started

Expand Down

0 comments on commit 7d9d856

Please sign in to comment.