-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Enhance fsdev #2739
Merged
Merged
Enhance fsdev #2739
Changes from 18 commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
5d26f57
update fsdev bsp for hil testing
hathach c0f38eb
fsdev read/write packet use unaligned function
hathach 2f8078f
minor changes
hathach 0eb0bae
fsdev: remove unused _setup_packet
hathach a5bc043
fix race condition where reset event cleaar setup count
hathach 02caf00
simplify btable rx/tx count/address access
hathach ef4285c
add flash stlink
hathach 3b8f9a2
refactor btable tx/rx into arr[2]
hathach 75d3a3b
implement btable_set_addr/count
hathach 6771ef3
more btable set/get clean up
hathach 749f092
refactor btable_set_rx_bufsize()
hathach b15814b
move align buffer to pma_alloc()
hathach 1cf8e34
improve set endpoint
hathach f4aaad6
add edpt0_open(), slightly update dtog
hathach 0c8d41e
correct ep toggle bit
hathach 1267782
enhance dcd_ep_ctr_rx_handler()
hathach e60efec
improve using ep_add_status/ep_add_dtog
hathach 76cc721
clean up dcd_edpt_stall/clear_statll
hathach 8139840
fix ep_add_dtog()
hathach 3156f1c
remove all pcd ep read, modify write
hathach ee831d2
rename to ep_read/write(), drop USBx argument
hathach ce0fdc5
refactor dcd_ep_ctr_handler
hathach 26b0df2
refactor xfer_ctl_ptr() to take epnum/dir to reduce computation
hathach 7954d9c
rename to fsdev_type.h, use FSDDEV_REG instead of USB
hathach 7d9b399
fix ep type bulk typo
hathach 332f75c
simplify read/write 16-bit packet
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 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 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 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 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 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 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.
Check notice
Code scanning / CodeQL
Commented-out code Note
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this comment for catching ch32v203 issue with windows with -O0/-Og