Skip to content

Commit

Permalink
chore: doc comments update for unknown chips
Browse files Browse the repository at this point in the history
  • Loading branch information
andelf committed Nov 8, 2024
1 parent 5192be1 commit a30816a
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,19 @@ pub enum RiscvChip {
/// CH585/CH584 RISC-V3C series, BLE 5.4, NFC, USB HS, fallback as CH582
CH585 = 0x4B,

// The following are
// The following are possible riscvchip code of:
// - CH32M007
// - CH32V002/4/5/6/7
// - CH645
// - CH653
// - CH654
// - CH32V317?
Unknown0x0F = 0x0F,
// 1024, 256
Unknown0x4E = 0x4E,
// V002/4/5/6/7, or M007
Unknown0x46 = 0x46,
// V002/4/5/6/7, or M007 ??
// V002/4/5/6/7, or M007
Unknown0x86 = 0x86,
}

Expand Down

0 comments on commit a30816a

Please sign in to comment.