Add BSPs for Microchip PIC32MZ MCUs

Two boards from Olimex are added:
olimex_hmz144  with PIC32MZ2048EFM144
olimex_emz64.c with PIC32MZ2048EFH064

Both can be programmed with Segger JLINK probe using ICSP
interface. (JTAG not tested but could also work but header
is not mounted).
This commit is contained in:
Jerzy Kasenberg
2021-12-26 22:43:45 +01:00
parent 340309561d
commit fff4a248be
6 changed files with 426 additions and 0 deletions
@@ -0,0 +1,5 @@
JLINK_DEVICE=PIC32MZ2048EFH064
JLINK_IF=ICSP
CFLAGS += \
-mprocessor=32MZ2048EFH064 \