Skip to content

Commit

Permalink
Improvements to wording in README
Browse files Browse the repository at this point in the history
Co-authored-by: Danilo Bargen <mail@dbrgn.ch>
  • Loading branch information
azerupi and dbrgn committed Jun 24, 2021
1 parent 54a270a commit d391d0d
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,12 @@ for example the `STM32L062K8Tx` uses the GPIO peripheral version named

## Flash memory

Flash and RAM sizes are configured for each mcu in the feature list.
Flash and RAM sizes are automatically configured by using the appropriate
`mcu-*` Cargo feature, as described further up.

If you have an mcu that is not in the list or they are not correct, you can override
the `memory.x` of `stm32l0xx-hal` by providing your own.
If you have an MCU that does not yet have a corresponding `mcu-*` feature, or
if the default configuration is incorrect, you can override the `memory.x` of
`stm32l0xx-hal` by providing your own:
In your crate root, add a file called `memory.x` with the correct configuration. For example:

```
Expand Down

0 comments on commit d391d0d

Please sign in to comment.