Skip to content

Commit

Permalink
Merge pull request #825 from WRansohoff/stlink_g0_soic8
Browse files Browse the repository at this point in the history
Add support for G031/G041 chips.
  • Loading branch information
Nightwalker-87 committed Mar 16, 2020
2 parents 01ab4a9 + 85d33b2 commit c7bc031
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/stlink/chipid.h
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@ enum stlink_stm32_chipids {
STLINK_CHIPID_STM32_G4_CAT2 = 0x468, // See: RM 0440 s46.6.1 "MCU device ID code".
STLINK_CHIPID_STM32_G4_CAT3 = 0x469,
STLINK_CHIPID_STM32_L4RX = 0x470, // taken from the STM32L4R9I-DISCO board
STLINK_CHIPID_STM32_G0_CAT1 = 0x466, // G031/041
STLINK_CHIPID_STM32_G0_CAT2 = 0x460, // G071/081
STLINK_CHIPID_STM32_WB55 = 0x495
};

Expand Down

0 comments on commit c7bc031

Please sign in to comment.