target/arm: Add support with identify STAR-MC1
[fw/openocd] / src / target / cortex_m.h
index 69368a919e448f8e0aa7527e620bbb8386be2b1e..b1de26ebce101248d6a33d5bf4661ca18c7981ed 100644 (file)
@@ -36,6 +36,7 @@
 
 enum cortex_m_partno {
        CORTEX_M_PARTNO_INVALID,
+       STAR_MC1_PARTNO    = 0x132,
        CORTEX_M0_PARTNO   = 0xC20,
        CORTEX_M1_PARTNO   = 0xC21,
        CORTEX_M3_PARTNO   = 0xC23,