-
Notifications
You must be signed in to change notification settings - Fork 100
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
fix(usb) compile tinyusb_net.c when RNDIS is enabled (IEC-96) #313
Open
voedipus
wants to merge
6
commits into
espressif:master
Choose a base branch
from
voedipus:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
80825f6
fix(usb) compile tinyusb_net.c when RNDIS is enabled
voedipus 37452a5
feat: Update expat to v2.6.2
hmalpani 09e79a9
Merge pull request #314 from hmalpani/feature/update_expat_to_v_2_6_2
mahavirj a6d2161
make RNDIS and ECM work
voedipus 274882f
Merge branch 'master' of github.com:voedipus/idf-extra-components
voedipus 19cde10
fix build for usb test app
voedipus 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
Submodule expat
updated
20 files
+1 −1 | .github/workflows/coverage.yml | |
+1 −1 | .github/workflows/fuzzing.yml | |
+6 −6 | expat/CMake.README | |
+4 −2 | expat/CMakeLists.txt | |
+79 −3 | expat/Changes | |
+1 −1 | expat/README.md | |
+1 −0 | expat/apply-clang-tidy.sh | |
+23 −4 | expat/configure.ac | |
+9 −11 | expat/doc/Makefile.am | |
+2 −5 | expat/doc/reference.html | |
+1 −1 | expat/doc/xmlwf.xml | |
+10 −9 | expat/lib/Makefile.am | |
+3 −2 | expat/lib/expat.h | |
+12 −5 | expat/lib/internal.h | |
+21 −9 | expat/lib/xmlparse.c | |
+4 −4 | expat/tests/Makefile.am | |
+59 −0 | expat/tests/acc_tests.c | |
+84 −67 | expat/tests/basic_tests.c | |
+1 −1 | expat/tests/misc_tests.c | |
+1 −1 | expat/win32/expat.iss |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
name: libexpat | ||
version: 2.6.0 | ||
version: 2.6.2 | ||
cpe: cpe:2.3:a:libexpat_project:libexpat:{}:*:*:*:*:*:*:* | ||
supplier: 'Organization: libexpat_project' | ||
description: Fast streaming XML parser written in C99 | ||
url: https://github.com/libexpat/libexpat/ | ||
hash: 849da3e3fe727fccef5e96ef35482d66447f06a2 | ||
hash: fa75b96546c069d17b8f80d91e0f4ef0cde3790d |
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.
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.
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.
Can we keep it tha way it was? ECM+RNDIS together? There are 2 reasons for this: