-
-
Notifications
You must be signed in to change notification settings - Fork 39.6k
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
Update UART driver API #14839
Merged
Merged
Update UART driver API #14839
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
drashna
approved these changes
Oct 16, 2021
sigprof
requested changes
Oct 16, 2021
I've changed the API to more closely resemble those of the SPI and I2C drivers. Will do some testing later. |
sigprof
requested changes
Oct 17, 2021
zvecr
reviewed
Oct 18, 2021
Co-authored-by: Sergey Vlasov <sigprof@gmail.com>
Co-authored-by: Joel Challis <git@zvecr.com>
fauxpark
force-pushed
the
uart-string-functions
branch
from
October 28, 2021 01:43
33b4b83
to
c6931a7
Compare
tzarc
approved these changes
Nov 1, 2021
drashna
approved these changes
Nov 4, 2021
zvecr
approved these changes
Nov 13, 2021
cadusk
pushed a commit
to cadusk/qmk_firmware
that referenced
this pull request
Dec 2, 2021
* qmk/develop: (32 commits) [Keyboard] Add macro3 PCB support (qmk#15131) [Keyboard] Add layout options, hotswap version to portal 66 (qmk#14719) [Keyboard] Add Bourgeau 75% PCB (qmk#15072) [Keyboard] Fix bandominedoni via keymap compilation (qmk#15171) Fix additional board sizes for RGB Matrix (qmk#15170) kb_elmo/m0116_usb: Fix Configurator Key Sequence (qmk#15147) Require explicit enabling of RGB Matrix modes (qmk#15018) Reimplements WPM feature to be smaller & precise (qmk#13902) Add support for deferred executors. (qmk#14859) Add needed include to pointing_device.c (qmk#15167) Fix uart function prototypes (qmk#15162) Rework and expand Pointing Device support (qmk#14343) Partially reinstate CI formatting process (qmk#15155) kb_elmo/elmopad: fix macro reference in info.json (qmk#15142) kb_elmo/m0110a_usb: Fix Configurator Key Sequence (qmk#15143) Update UART driver API (qmk#14839) Fix hebrew emoji in langs.md (qmk#15140) [Keyboard] Add space between Cradio info.json layout (qmk#15127) add wait to unicode for win (qmk#15061) [Docs] Correct logic of tap hold statement (qmk#14992) ...
lambdalisue
added a commit
to lambdalisue/qmk_firmware
that referenced
this pull request
May 1, 2022
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
Renamed
uart_putchar()
anduart_getchar()
touart_write()
anduart_read()
respectively. Addeduart_transmit()
anduart_receive()
to match I2C and SPI driver APIs.Types of Changes
Issues Fixed or Closed by This PR
Checklist