Skip to content
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

adding native_ethernet to portenta H7 #41

Closed
b0hne opened this issue Jul 20, 2022 · 3 comments
Closed

adding native_ethernet to portenta H7 #41

b0hne opened this issue Jul 20, 2022 · 3 comments

Comments

@b0hne
Copy link

b0hne commented Jul 20, 2022

Hi,
I used this repo on a Portenta H7, in oder to use native_ethernet i had to replace:
platform_code/arduino/native_ethernet/micro_ros_transport.cpp
#5 #include <NativeEthernetUdp.h> with <EthernetUdp.h>
and
platform_code/arduino/native_ethernet/micro_ros_transport.h
#1 #include <NativeEthernet.h> with #include <EthernetUdp.h>

I would create a pull request, but i don't know how to embed it into the existing system.

@pablogs9
Copy link
Member

Yes please, can you create a PR with those changes?

@b0hne
Copy link
Author

b0hne commented Sep 2, 2022

#49

@pablogs9
Copy link
Member

pablogs9 commented Sep 5, 2022

Moving to #49

@pablogs9 pablogs9 closed this as completed Sep 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants