-
-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Add support for PIC32MZ port #6610
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
Conversation
…mer interrupt code into interrupt.c
… from gpio.c and uart.c
1. Run the socket select task at the same priority as CP. This is needed because it queues up the background work. Without it, CP needed to sleep to let the lower priority task go. 2. Close the active socket on disconnect. This prevents looping over a disconnected but not closed socket. Fixes micropython#6610. Fixes micropython#6613
Thanks for the contribution. This looks like a good piece of work, it's good to see that MicroPython can run on these PIC MCUs. Unfortunately we are unable to merge this into this repository at this time, because it's a big burden to take on a new port and maintain it. I suggest you maintain this yourself (eg as an out-of-tree port with See also #5302 for an attempt at a PIC32MX port. |
I added support for pic32mz mcu.