-
Notifications
You must be signed in to change notification settings - Fork 48
[DO NOT MERGE] add enet tests #1361
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
Draft
julianuziemblo
wants to merge
4
commits into
julianuziemblo/RTOS-1014
Choose a base branch
from
julianuziemblo/test-enet
base: julianuziemblo/RTOS-1014
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.
Draft
Changes from all commits
Commits
Show all changes
4 commits
Select commit
Hold shift + click to select a range
a2464fa
submodule update
julianuziemblo 0ea32e5
_projects/ia32-generic-qemu/lwipopts: format file
julianuziemblo b83a192
_projects/ia32-generic-qemu/lwipopts: enable LWIP_NETPACKET
julianuziemblo 94e876d
[DO NOT MERGE] enet test submodules
julianuziemblo 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
Submodule libphoenix
updated
7 files
| +284 −0 | include/phoenix/ethtool.h | |
| +5 −2 | include/sys/sockios.h | |
| +1 −30 | sys/ioctl.c | |
| +1 −1 | unistd/Makefile | |
| +20 −2 | unistd/file.c | |
| +278 −0 | unistd/ioctl-helper.c | |
| +36 −0 | unistd/ioctl-helper.h |
Submodule phoenix-rtos-kernel
updated
4 files
| +1 −0 | include/ioctl.h | |
| +26 −37 | posix/posix.c | |
| +0 −21 | posix/posix_private.h | |
| +1 −0 | syscalls.c |
Submodule phoenix-rtos-lwip
updated
18 files
| +1 −1 | _targets/Makefile.armv7a7-imx6ull | |
| +1 −1 | _targets/Makefile.armv7m7-imxrt106x | |
| +1 −1 | _targets/Makefile.armv7m7-imxrt117x | |
| +1 −1 | _targets/Makefile.ia32-generic | |
| +3 −6 | drivers/bdring.c | |
| +2 −2 | drivers/bdring.h | |
| +81 −33 | drivers/ephy.c | |
| +12 −3 | drivers/ephy.h | |
| +234 −208 | drivers/imx-enet.c | |
| +170 −0 | drivers/physelftest.c | |
| +40 −0 | drivers/physelftest.h | |
| +6 −7 | drivers/pktmem.c | |
| +165 −5 | drivers/rtl8139cp.c | |
| +1 −0 | include/netif-driver.h | |
| +1 −1 | lib-lwip | |
| +11 −2 | port/netpacket.c | |
| +50 −20 | port/sockets.c | |
| +2 −1 | wi-fi/lwip/main.c |
Submodule phoenix-rtos-ports
updated
6 files
Submodule phoenix-rtos-tests
updated
17 files
| +2 −4 | busybox/busybox.py | |
| +5 −0 | enet/Makefile | |
| +299 −0 | enet/main.c | |
| +12 −0 | enet/test.yaml | |
| +1 −0 | ioctl/Makefile | |
| +286 −0 | ioctl/test-ioctl-special.c | |
| +89 −0 | ioctl/test-route.py | |
| +18 −6 | ioctl/test.yaml | |
| +6 −7 | libc/math/abs.c | |
| +17 −27 | libc/math/common.c | |
| +7 −2 | libc/math/common.h | |
| +46 −52 | libc/math/exp.c | |
| +39 −46 | libc/math/frac.c | |
| +72 −56 | libc/math/pow.c | |
| +107 −124 | libc/math/trig.c | |
| +5 −0 | trunner/config.py | |
| +22 −2 | trunner/types.py |
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.