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

Enable EEPROM emulation on F401/F411 #14195

Merged
merged 1 commit into from Sep 15, 2021
Merged

Conversation

zvecr
Copy link
Member

@zvecr zvecr commented Aug 28, 2021

Description

TODONE:

  • More testing - various size options + via
  • Reduce ram requirement when not wanting to use the full 16k - something like #define FEE_DENSITY_BYTES 4048
  • Update logic below to not assume end of flash
  • Confirm linker file names - the files are more generic than those within platforms/chibios/boards/BLACKPILL_STM32_F4 so it seems logical enough for now

Types of Changes

  • Core
  • Bugfix
  • New feature
  • Enhancement/optimization
  • Keyboard (addition or update)
  • Keymap/layout/userspace (addition or update)
  • Documentation

Checklist

  • My code follows the code style of this project: C, Python
  • I have read the PR Checklist document and have made the appropriate changes.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.
  • I have tested the changes and verified that they work and don't break anything (as well as I can manage).

@zvecr zvecr added breaking_change Changes that need to wait for a version increment breaking_change_2021q4 and removed breaking_change Changes that need to wait for a version increment labels Aug 28, 2021
@drashna drashna requested a review from a team August 29, 2021 12:08
@jiaxin96 jiaxin96 mentioned this pull request Aug 29, 2021
14 tasks
@zvecr zvecr changed the title Feature/eeprom f4 Enable EEPROM emulation on F401/F411 Aug 29, 2021
@zvecr zvecr mentioned this pull request Aug 30, 2021
14 tasks
@zvecr zvecr force-pushed the feature/eeprom_f4 branch 2 times, most recently from 999ff38 to 3027559 Compare September 4, 2021 01:52
@github-actions github-actions bot removed the keymap label Sep 4, 2021
@zvecr zvecr force-pushed the feature/eeprom_f4 branch 2 times, most recently from e274be8 to 79fd2e7 Compare September 5, 2021 20:40
@github-actions github-actions bot removed the keyboard label Sep 5, 2021
@zvecr zvecr marked this pull request as ready for review September 5, 2021 21:07
@drashna drashna requested a review from a team September 8, 2021 06:39
@zvecr zvecr merged commit 1a68feb into qmk:develop Sep 15, 2021
@zvecr zvecr mentioned this pull request Nov 7, 2021
ptrxyz pushed a commit to ptrxyz/qmk_firmware that referenced this pull request Apr 9, 2022
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