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

pic32mz support #15

Open
mostafa-khaled775 opened this issue Aug 10, 2023 · 1 comment
Open

pic32mz support #15

mostafa-khaled775 opened this issue Aug 10, 2023 · 1 comment

Comments

@mostafa-khaled775
Copy link

Hi, I have noticed that there is no support for any pic32mz devices. what does it take to add support for them?

I can help with pic32mz efh devices.

@kiffie
Copy link
Owner

kiffie commented Aug 11, 2023

There is indeed no support for pic32mz - except in pic32-config-sector for pic32mzef.

To add support, I think the following topics need to be considered:

  • PAC for easy register access
  • interrupt support (the pic32mz devices have a slightly different interrupt controller)
  • adaptation/extension of the HAL modules (simple things like timers, UARTs should work)
  • FPU support for faster floating point

Probably it makes sense to start with the PAC.

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