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 memory map for STM32F7xx #456

Merged
merged 1 commit into from
Aug 15, 2016
Merged

Fix memory map for STM32F7xx #456

merged 1 commit into from
Aug 15, 2016

Conversation

zulusw
Copy link
Contributor

@zulusw zulusw commented Aug 15, 2016

Also:

  • fixed a typo in an if statement condition in make_memory_map
  • cleaned up usage of '4096' in favor of const size_t sz = 4096.

Also:
- fixed a typo in an if statement condition in make_memory_map
- cleaned up usage of '4096' in favor of const size_t sz = 4096.
@texane texane merged commit 1ca526c into stlink-org:master Aug 15, 2016
@texane
Copy link
Collaborator

texane commented Aug 15, 2016

Nice, merged. Thanks.

@Nightwalker-87 Nightwalker-87 added this to the v1.3.0 milestone Mar 16, 2020
@Nightwalker-87 Nightwalker-87 changed the title Fix memory map for STM32F7xxx Fix memory map for STM32F7xx Mar 17, 2020
@stlink-org stlink-org locked as resolved and limited conversation to collaborators Apr 14, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Wrong memory size hardcoded for STM32F7xxx in memory_map_template_F7
3 participants