Skip to content

Commit

Permalink
Added all PIC32CM JH devices
Browse files Browse the repository at this point in the history
  • Loading branch information
ataradov committed Oct 17, 2023
1 parent 1cb0dca commit 70bf056
Showing 1 changed file with 22 additions and 4 deletions.
26 changes: 22 additions & 4 deletions target_atmel_cm0p.c
Original file line number Diff line number Diff line change
Expand Up @@ -208,10 +208,28 @@ static device_t devices[] =

{ 0x10011064, "samda1", "SAM DA1J16B", 64*1024 },

{ 0x11070000, "pic32cm_mc", "PIC32CM1216MC00032", 128*1024 },
{ 0x11070001, "pic32cm_mc", "PIC32CM6408MC00032", 64*1024 },
{ 0x11070006, "pic32cm_mc", "PIC32CM1216MC00048", 128*1024 },
{ 0x11070007, "pic32cm_mc", "PIC32CM6408MC00048", 64*1024 },
{ 0x11070000, "pic32cm_mc", "PIC32CM1216MC00032", 128*1024 },
{ 0x11070001, "pic32cm_mc", "PIC32CM6408MC00032", 64*1024 },
{ 0x11070006, "pic32cm_mc", "PIC32CM1216MC00048", 128*1024 },
{ 0x11070007, "pic32cm_mc", "PIC32CM6408MC00048", 64*1024 },

{ 0x1106000e, "pic32cm_jh", "PIC32CM5164JH00100", 512*1024 },
{ 0x1106000f, "pic32cm_jh", "PIC32CM5164JH00064", 512*1024 },
{ 0x11060014, "pic32cm_jh", "PIC32CM5164JH00048", 512*1024 },
{ 0x11060015, "pic32cm_jh", "PIC32CM5164JH00032", 512*1024 },
{ 0x1106000d, "pic32cm_jh", "PIC32CM2532JH00100", 256*1024 },
{ 0x11060010, "pic32cm_jh", "PIC32CM2532JH00064", 256*1024 },
{ 0x11060013, "pic32cm_jh", "PIC32CM2532JH00048", 256*1024 },
{ 0x11060016, "pic32cm_jh", "PIC32CM2532JH00032", 256*1024 },

{ 0x11060000, "pic32cm_jh", "PIC32CM5164JH01100", 512*1024 },
{ 0x11060001, "pic32cm_jh", "PIC32CM5164JH01064", 512*1024 },
{ 0x11060002, "pic32cm_jh", "PIC32CM5164JH01048", 512*1024 },
{ 0x11060003, "pic32cm_jh", "PIC32CM5164JH01032", 512*1024 },
{ 0x11060004, "pic32cm_jh", "PIC32CM2532JH01100", 256*1024 },
{ 0x11060005, "pic32cm_jh", "PIC32CM2532JH01064", 256*1024 },
{ 0x11060006, "pic32cm_jh", "PIC32CM2532JH01048", 256*1024 },
{ 0x11060007, "pic32cm_jh", "PIC32CM2532JH01032", 256*1024 },
};

static device_t target_device;
Expand Down

0 comments on commit 70bf056

Please sign in to comment.