Rp2040 - ISO API to make Audio work#2843
Closed
pschatzmann wants to merge 76 commits into
Closed
Conversation
…eed (no fifo) mode
Allow vendor class to be used without FIFO.
[circleci] fix build with rx by get-deps before install toolchain
add pico2 to hil ci
add pico2 rp2350 (arm) board
Add STM32 B_5585I-IOT2A board
…d explanation for EPInfo address and GDFIFO. some function rename update h743 linker to use SRAM1 since USB DMA cannot access DTCM ram update xmc4500 to use uuid for testing
DWC2 DMA support
* migrate hil to new x64 VM instead of rpi * re-enable hil for s3
Ci dwc2 dma
support stm32U0 device
make all python files executable and standardize interpreter
fixed video_device.c _find_desc_format
more dwc2 enhance
update tusb_init() to take rhport and role, defined as macro with optional argument for backward compatible
…yusb_init add new tusb_int_handler(rhport, in_isr) and update tusb_init(rhport, role)
change tusb_init() to use init struct
Contributor
Author
|
I will resubmit this based on the dev branch |
This file contains hidden or 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
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.
Following the discussion that the RP2040 is missing the new ISO API, here is my take on it.
I added the 2 following methods
I was keeping the existing logic and I just needed to split up some functions to fit the new logic.
This is addressing this issue.
See #1802 (comment)
I am not sure why this pull request is generating so many changes:
I only changed the following files