Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix flash driver for use in SMT32F7 series #400

Merged
merged 1 commit into from
Jul 21, 2017

Conversation

josesimoes
Copy link
Member

  • replace sector calculation algorithm with general code (was working only for F4 series)
  • add Data Synchronous Barrier to erase and write operations on F7 series
  • add and update flash driver readme files

Signed-off-by: José Simões jose.simoes@eclo.solutions

@josesimoes josesimoes added Series: STM32xx Everything related specifically with STM32 targets Type: bug Type: enhancement labels Jul 21, 2017
@nfbot
Copy link
Member

nfbot commented Jul 21, 2017

Hi @josesimoes,

I'm nanoFramework bot.
Thank you for your contribution!

A human will be reviewing it shortly. 😉

@josesimoes josesimoes force-pushed the fix-flash-driver-for-f7series branch 2 times, most recently from eafa990 to 85ad53a Compare July 21, 2017 09:41
- replace sector calculation algorithm with general code (was working only for F4 series)
- add Data Synchronous Barrier to erase and write operations on F7 series
- add and update flash driver readme files

Signed-off-by: José Simões <jose.simoes@eclo.solutions>
@josesimoes josesimoes force-pushed the fix-flash-driver-for-f7series branch from 85ad53a to ab04ae0 Compare July 21, 2017 09:47
@josesimoes josesimoes merged commit 90ac568 into nanoframework:master Jul 21, 2017
@josesimoes josesimoes deleted the fix-flash-driver-for-f7series branch July 21, 2017 09:53
MatthiasJentsch added a commit that referenced this pull request Sep 10, 2018
…int) should search toward the beginning of the string #400 (#845)

Fixed issue #400: string.LastIndexOf(char, int) and string.LastIndexOf(string, int) should search toward the beginning of the string

Signed-off-by: Matthias Jentsch <info@matthias-jentsch.de>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Series: STM32xx Everything related specifically with STM32 targets Type: bug Type: enhancement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants