Skip to content

Commit

Permalink
Merge pull request #2 from runfalk/master
Browse files Browse the repository at this point in the history
Added NuMicro M0 chip (M032SE3AE)
  • Loading branch information
elfmimi committed Nov 28, 2021
2 parents eea38d5 + 66f83ce commit 01f3204
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nu-isp/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ pub fn get_partinfo(pdid: u32) -> Option<PartInfo> {
NUC126KG4AE { 0x00C05230, 256*1024 },
/* NUC029 */
NUC029LGE { 0x00295C50, 256*1024 },
/* NuMicro M0-family */
M032SE3AE { 0x01132E10, 128*1024 },
};
pdid_map(pdid)
}
Expand Down

0 comments on commit 01f3204

Please sign in to comment.