-
-
Notifications
You must be signed in to change notification settings - Fork 39.8k
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
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
zvecr
force-pushed
the
feature/eeprom_f4
branch
from
August 28, 2021 22:44
8d73401
to
db04274
Compare
14 tasks
14 tasks
zvecr
force-pushed
the
feature/eeprom_f4
branch
from
August 30, 2021 23:27
db04274
to
47034e6
Compare
14 tasks
zvecr
force-pushed
the
feature/eeprom_f4
branch
2 times, most recently
from
September 4, 2021 01:52
999ff38
to
3027559
Compare
zvecr
force-pushed
the
feature/eeprom_f4
branch
from
September 4, 2021 01:56
3027559
to
fcc6019
Compare
zvecr
force-pushed
the
feature/eeprom_f4
branch
from
September 4, 2021 23:43
fcc6019
to
52b70cb
Compare
zvecr
force-pushed
the
feature/eeprom_f4
branch
2 times, most recently
from
September 5, 2021 20:40
e274be8
to
79fd2e7
Compare
zvecr
force-pushed
the
feature/eeprom_f4
branch
from
September 5, 2021 23:32
79fd2e7
to
768013e
Compare
drashna
approved these changes
Sep 8, 2021
zvecr
force-pushed
the
feature/eeprom_f4
branch
from
September 15, 2021 09:25
768013e
to
5d5e047
Compare
ptrxyz
pushed a commit
to ptrxyz/qmk_firmware
that referenced
this pull request
Apr 9, 2022
BorisTestov
pushed a commit
to BorisTestov/qmk_firmware
that referenced
this pull request
May 23, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
TODONE:
#define FEE_DENSITY_BYTES 4048
platforms/chibios/boards/BLACKPILL_STM32_F4
so it seems logical enough for nowTypes of Changes
Checklist