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

fixed I2C driver support for stm32f4 #7526

Merged
merged 3 commits into from
Dec 13, 2019
Merged

fixed I2C driver support for stm32f4 #7526

merged 3 commits into from
Dec 13, 2019

Conversation

yulei
Copy link
Contributor

@yulei yulei commented Dec 2, 2019

stm32f4 uses I2Cv1 and GPIOv2 drivers, so the current definitions on i2c_master.h should be modified.

Description

Types of Changes

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

Issues Fixed or Closed by This PR

Checklist

  • My code follows the code style of this project.
  • 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).

@fauxpark fauxpark requested a review from a team December 2, 2019 04:09
drivers/arm/i2c_master.h Outdated Show resolved Hide resolved
@drashna drashna requested a review from a team December 2, 2019 19:07
drivers/arm/i2c_master.h Outdated Show resolved Hide resolved
@drashna drashna merged commit a037ced into qmk:master Dec 13, 2019
patrl pushed a commit to patrl/qmk_firmware that referenced this pull request Dec 29, 2019
* correct i2c driver for stm32f4

* update pin mode definitions

* update macro definition
drashna pushed a commit to zsa/qmk_firmware that referenced this pull request Jan 2, 2020
* correct i2c driver for stm32f4

* update pin mode definitions

* update macro definition
fdidron pushed a commit to zsa/qmk_firmware that referenced this pull request Jan 6, 2020
* correct i2c driver for stm32f4

* update pin mode definitions

* update macro definition
fdidron pushed a commit to zsa/qmk_firmware that referenced this pull request Jan 8, 2020
* correct i2c driver for stm32f4

* update pin mode definitions

* update macro definition
HokieGeek pushed a commit to HokieGeek/qmk_firmware that referenced this pull request Feb 21, 2020
* correct i2c driver for stm32f4

* update pin mode definitions

* update macro definition
@yulei yulei deleted the i2ddef branch March 11, 2020 08:29
BorisTestov pushed a commit to BorisTestov/qmk_firmware that referenced this pull request May 23, 2024
* correct i2c driver for stm32f4

* update pin mode definitions

* update macro definition
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.

can't compile Chibios I2CV1 driver under stm32f4 through QMK configurator
4 participants