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

Moved custom defaults to dedicated block for STM32F745. #9870

Merged

Conversation

mikeller
Copy link
Member

@mikeller mikeller commented Jun 1, 2020

Rationale: Makes it easier to debug with STM32F745 targets. Currently there is a lot of unused flash on this target, so we may as well use it to make debugging easier (i.e. flashing with make STM32F745_flash without losing custom defaults).

Before:

AXIM_FLASH_CUSTOM_DEFAULTS:           8 B        22 KB      0.04%
AXIM_FLASH_CONFIG:          0 GB        32 KB      0.00%
     AXIM_FLASH1:      503864 B       960 KB     51.26%
AXIM_FLASH_CUSTOM_DEFAULTS_EXTENDED:          0 GB         0 GB      -nan%

After:

AXIM_FLASH_CUSTOM_DEFAULTS:           8 B        22 KB      0.04%
AXIM_FLASH_CONFIG:          0 GB        32 KB      0.00%
     AXIM_FLASH1:      503864 B       928 KB     53.02%
AXIM_FLASH_CUSTOM_DEFAULTS_EXTENDED:          0 GB        32 KB      0.00%

@mikeller mikeller added this to the 4.2 milestone Jun 1, 2020
@mikeller mikeller merged commit ad11592 into betaflight:master Jun 2, 2020
@mikeller mikeller deleted the add_extended_custom_defaults_stm32f745 branch June 2, 2020 19:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants