Microchip-MPLAB-Harmony / bootloader

Harmony 3 Bootloader
https://onlinedocs.microchip.com/v2/keyword-lookup?keyword=MH3_bootloader&redirect=true
Other
23 stars 13 forks source link

Support for PIC32MM #17

Open gordonklaus opened 2 years ago

gordonklaus commented 2 years ago

Hi. Is it planned to add support for the filesystem bootloader on the PIC32MM any time in the near future?

Our product needs this feature in the very short term, so, as a followup question: How much work would you estimate this to involve, that I might do it myself? I took a short look at the code and it appears that the linker script might be the hardest part. Any resources or suggestions are very welcome! I'd be glad to submit a pull request if I can pull it off.

amitraddi commented 2 years ago

Hi @gordonklaus , Thank you for posting the request. Bootloaders for PIC32MM are planned to be released somewhere in April-May time frame.

In order to port you will need changes in python files, and off course linkers. Quick pointer for you if above timings are not ok is to have a look at PIC32MZ or PIC32MX linkers from bootloader, pick the default linker for the PIC32MM part and update accordingly