stm32-rs / stm32l0xx-hal

A hardware abstraction layer (HAL) for the STM32L0 series microcontrollers written in Rust
BSD Zero Clause License
96 stars 60 forks source link

Add parapgraph about flash memory size in readme #171

Closed azerupi closed 3 years ago

azerupi commented 3 years ago

Following #170

Until a better 'fix' is available, this adds a paragraph in the readme to explain how to override the memory configuration.

It is a bit on the long side, I preferred to be complete but if it is too long I can cut down some parts. Let me know if I need to change anything. I did not test this yet, but I copied the memory.x file from here and the build.rs from the one you linked so I expect this to be good. :slightly_smiling_face:

azerupi commented 3 years ago

Done :slightly_smiling_face:

dbrgn commented 3 years ago

Thank you!