-
Notifications
You must be signed in to change notification settings - Fork 1
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
Add example of smoltcp echo server #512
Conversation
da62f07
to
3fc68a2
Compare
5b410c8
to
a3e25c6
Compare
a3e25c6
to
22b2634
Compare
572e896
to
f459c53
Compare
e4f3f01
to
95b6fdc
Compare
af57deb
to
045dc88
Compare
8e96a75
to
0641dbf
Compare
22b2634
to
14f53f4
Compare
106eb8c
to
6b252f9
Compare
3d5e08b
to
8cf8030
Compare
6b252f9
to
ae2d9e5
Compare
439c6b8
to
281c3fd
Compare
281c3fd
to
566078e
Compare
44c4ed4
to
4182732
Compare
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.
No real complaints about the actual code itself, more just some style/readability things. Except for the one note on lines 96-97 of firmware-support/bittide-sys/src/axi.rs
. I'm happy with basically everything else otherwise.
c114baf
to
e26935f
Compare
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.
Looks good apart from the previous two comments I left. My only other request would be to run a ./cargo.sh fmt
from the base of the repo before resolving the PR.
e26935f
to
d2da98b
Compare
* Utilize type level `BUF_SIZE` to derive address offsets * Add `debug_assert` to check `copy_overlapping` invariant in debug builds
bd1683a
to
3efa1b8
Compare
Add all rust code for the
smoltcp
echo server