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

Add start of frame notification for lpcip3511 #5

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

jzipperer-fb
Copy link

@jzipperer-fb jzipperer-fb commented Dec 20, 2023

#This enables the start of frame interrupt. When a start of frame interrupt occurs, a message is created and sent via USB_DeviceNotificationTrigger.

Notifications are gated by the define USB_DEVICE_CONFIG_SOF_NOTIFICATIONS. Some upper layers that use this middleware need start of frame notifications for doing isochronous transfers.

This fixes the following issue:
#7

@mmahadevan108
Copy link

cc @mcuxsusan , can you help get some reviews for this PR.

@brycewilkins
Copy link

brycewilkins commented Jan 17, 2024

@jzipperer-fb Great work! Thanks for this!

Could you reference the issue #7 in the PR summary? Hopefully that'll tie things together and the issue will get closed when this merges.

@jzipperer-fb jzipperer-fb force-pushed the jzipperer/sof-notifications branch from 29e52b7 to a422b77 Compare January 17, 2024 17:59
@jzipperer-fb
Copy link
Author

Done! Anything else needed to get this PR merged? Thanks!

@brycewilkins
Copy link

Done! Anything else needed to get this PR merged? Thanks!

Let's ask @mcuxcc and @mcuxsusan to take a look 🙏

@jzipperer-fb jzipperer-fb force-pushed the jzipperer/sof-notifications branch from a422b77 to c2fcea8 Compare January 25, 2024 17:25
This enables the start of frame interrupt.  When a start of frame
interrupt occurs, a message is created and sent via
USB_DeviceNotificationTrigger.

Notifications are gated by the define USB_DEVICE_CONFIG_SOF_NOTIFICATIONS.
Some upper layers that use this middleware need start of frame
notifications for doing isochronous transfers.

This fixes the following issue:
nxp-mcuxpresso#7

Signed-off-by: James Zipperer <[email protected]>
@jzipperer-fb jzipperer-fb force-pushed the jzipperer/sof-notifications branch from c2fcea8 to a3883c4 Compare January 25, 2024 18:12
Copy link

@brycewilkins brycewilkins left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Perfect! 🤞 for merge soon!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants