Skip to content

Commit

Permalink
Merge pull request #42 from DAT540/main
Browse files Browse the repository at this point in the history
Add PIC16(L)F183XX series support
  • Loading branch information
salhk authored Mar 14, 2024
2 parents 4b75feb + 66dcb32 commit cd377e3
Show file tree
Hide file tree
Showing 2 changed files with 330 additions and 170 deletions.
8 changes: 4 additions & 4 deletions pic/PIC_LVP.tbh
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,13 @@ enum PIC_TYPE
PIC_16LF1828 = &b10100011000000,
PIC_16F1829 = &b10011111100000,
PIC_16LF1829 = &b10100011100000,
PIC_16F1574 = &h3000,
PIC_16F1574 = &h3000,
PIC_16LF1574 = &h3004,
PIC_16F1575 = &h3001,
PIC_16F1575 = &h3001,
PIC_16LF1575 = &h3005,
PIC_16F1578 = &h3002,
PIC_16F1578 = &h3002,
PIC_16LF1578 = &h3006,
PIC_16F1579 = &h3003,
PIC_16F1579 = &h3003,
PIC_16LF1579 = &h3007,
PIC_16F18313 = &h3066,
PIC_16LF18313 = &h3068,
Expand Down
Loading

0 comments on commit cd377e3

Please sign in to comment.