-
Notifications
You must be signed in to change notification settings - Fork 988
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
Corrected NUCLEO_F429ZI f_cpu, added support for Multicast UDP (stm32Ethernet library) #198
Conversation
The function attachInterrupt now also accept std:function<void(void)> in order to bind object method to an interrupt.
I don't know why but it works
NUCLEO_F429ZI have 180mhz instead 160mhz
Added IGMP support and changed the hal config for ethernet in order to use the correct filter for the multicast.
Hi @straccio, Finally about the merge of the upstream.
fpistm is alias on my fork, stm32duino the official repo. Tips:
So, you should have:
Then to align official and fork:
2- Reset the master branch to the head of stm32duino
3- push this master on your fork
Then you could rebase your dev branch on the master |
The changes in platform.txt, are they suppose to be in there? BTW those platform.txt changes are better suited for platform.local.txt, I'll see if I can find time to modify the wiki later today. Edit: Also, try to avoid mixing plain reformatting and white space replacements with your changes. It makes it difficult to review what's actually been modified (stm32fXxx_hal_eth.c) |
Change in platform.txt should be ignored. Only this commit should be considered for this PR:
|
With #207, this PR is no more required. Update should be done at library side |
Sorry, i'm a noob... i can't understand how to pull only the changes after the merge upstream.