-
Notifications
You must be signed in to change notification settings - Fork 1.3k
remove ep buffer for port with dedicated hw fifo #3359
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
+1,197
−885
Merged
Changes from 8 commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
30198b2
refactor tu_fifo, add tu_fifo_write/read/peek_n_access()
hathach d4cdc09
add more unit tests for tu_fifo
hathach d0d56a5
more tu_fifo refactor
hathach c9b623a
edpt stream support xfer_fifo for device CFG_TUD_EDPT_DEDICATED_HWFIFO
hathach 793d3b5
more tusb fifo refactor: ff_peek_local() lock mutex if need to correc…
hathach 7df6e7b
implement wanted char for cdc device without ep_buf
hathach d9094ff
implement wanted char for cdc device without ep_buf
hathach b7bf1d9
hil stress test cdc
hathach b98127f
hil stress test cdc
hathach 67ba8ea
focus on cdc test, write lots more data, each trunk is 64 or less sin…
hathach e1c218f
Merge branch 'master' into xfer-fifo
hathach 1a51a7e
dwc2 only enable dedicated hwfifo if DMA is not enabled
hathach c925277
change tu_fifo_buffer_info_t layout
hathach f63b672
dwc2 stm32 check if dcache enabled before calling SCB DCache function
hathach 0fa3002
omit ep buffer for midi device if device support CFG_TUD_EDPT_DEDICAT…
hathach 26a73df
add tu_scatter_read32(), tu_scatter_write32() to simplify tu_fifo
hathach 02e67c8
more fifo refactor
hathach d6c50c7
add tud_cdc_n_notify_msg()
hathach 726497a
omit cdc epnotify for dedicated hw fifo
hathach 4affbc1
more rename
hathach 07dfbad
correct tu_edpt_stream_read() with non-fifo mode. Fix rhport with ven…
hathach 8cf2c3b
re-enable other hil tests
hathach File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -5,7 +5,7 @@ Changelog | |
| 0.20.0 | ||
| ====== | ||
|
|
||
| *November 19, 2024* | ||
| *November 19, 2025* | ||
|
|
||
| General | ||
| ------- | ||
|
|
||
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.