Skip to content

Remove midi_ep_task from ChibiOS #23162

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

Merged
merged 3 commits into from
Mar 29, 2024
Merged

Remove midi_ep_task from ChibiOS #23162

merged 3 commits into from
Mar 29, 2024

Conversation

robin-carlier
Copy link
Contributor

@robin-carlier robin-carlier commented Feb 27, 2024

Description

This PR removes the midi_ep_task function introduced in #8071 as it seems no longer necessary for MIDI to work properly. This function causes packets arriving during the protocol_post_task phase to be unprocessed through the usb_get_midi handler in quantum/midi/qmk_midi.c, as the function simply reads packets and does nothing with them.

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

NA

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).

@github-actions github-actions bot added the core label Feb 27, 2024
@drashna
Copy link
Member

drashna commented Mar 2, 2024

This has some merge conflicts that need to be resolved.

@robin-carlier
Copy link
Contributor Author

It should be good now.

@drashna drashna requested a review from a team March 3, 2024 17:49
@drashna drashna merged commit 42a725e into qmk:develop Mar 29, 2024
whoisjordangarcia pushed a commit to whoisjordangarcia/qmk_firmware that referenced this pull request Jun 8, 2024
Co-authored-by: Joel Challis <git@zvecr.com>
nuess0r pushed a commit to nuess0r/qmk_firmware that referenced this pull request Sep 8, 2024
Co-authored-by: Joel Challis <git@zvecr.com>
Ardakilic pushed a commit to Ardakilic/qmk_firmware that referenced this pull request Sep 10, 2024
Co-authored-by: Joel Challis <git@zvecr.com>
MasayukiFukada pushed a commit to MasayukiFukada/qmk_firmware that referenced this pull request May 1, 2025
Co-authored-by: Joel Challis <git@zvecr.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants