stm32: add stm32c0 support.
This commit is contained in:
@ -27,6 +27,7 @@ flavors = [
|
||||
{ regex_feature = "stm32f3.*", target = "thumbv7em-none-eabi" },
|
||||
{ regex_feature = "stm32f4.*", target = "thumbv7em-none-eabi" },
|
||||
{ regex_feature = "stm32f7.*", target = "thumbv7em-none-eabi" },
|
||||
{ regex_feature = "stm32c0.*", target = "thumbv6m-none-eabi" },
|
||||
{ regex_feature = "stm32g0.*", target = "thumbv6m-none-eabi" },
|
||||
{ regex_feature = "stm32g4.*", target = "thumbv7em-none-eabi" },
|
||||
{ regex_feature = "stm32h7.*", target = "thumbv7em-none-eabi" },
|
||||
@ -67,6 +68,19 @@ memory-x = []
|
||||
|
||||
# BEGIN GENERATED FEATURES
|
||||
# Generated by stm32-gen-features. DO NOT EDIT.
|
||||
stm32c011d6 = []
|
||||
stm32c011f4 = []
|
||||
stm32c011f6 = []
|
||||
stm32c011j4 = []
|
||||
stm32c011j6 = []
|
||||
stm32c031c4 = []
|
||||
stm32c031c6 = []
|
||||
stm32c031f4 = []
|
||||
stm32c031f6 = []
|
||||
stm32c031g4 = []
|
||||
stm32c031g6 = []
|
||||
stm32c031k4 = []
|
||||
stm32c031k6 = []
|
||||
stm32f030c6 = []
|
||||
stm32f030c8 = []
|
||||
stm32f030cc = []
|
||||
@ -1275,11 +1289,9 @@ stm32u575zi = []
|
||||
stm32u585ai = []
|
||||
stm32u585ci = []
|
||||
stm32u585oi = []
|
||||
stm32u585qe = []
|
||||
stm32u585qi = []
|
||||
stm32u585ri = []
|
||||
stm32u585vi = []
|
||||
stm32u585ze = []
|
||||
stm32u585zi = []
|
||||
stm32wb10cc = []
|
||||
stm32wb15cc = []
|
||||
@ -1297,7 +1309,6 @@ stm32wb55vc = []
|
||||
stm32wb55ve = []
|
||||
stm32wb55vg = []
|
||||
stm32wb55vy = []
|
||||
stm32wb5mmg = []
|
||||
stm32wl54cc-cm4 = []
|
||||
stm32wl54cc-cm0p = []
|
||||
stm32wl54jc-cm4 = []
|
||||
@ -1306,8 +1317,6 @@ stm32wl55cc-cm4 = []
|
||||
stm32wl55cc-cm0p = []
|
||||
stm32wl55jc-cm4 = []
|
||||
stm32wl55jc-cm0p = []
|
||||
stm32wl55uc-cm4 = []
|
||||
stm32wl55uc-cm0p = []
|
||||
stm32wle4c8 = []
|
||||
stm32wle4cb = []
|
||||
stm32wle4cc = []
|
||||
@ -1320,6 +1329,4 @@ stm32wle5cc = []
|
||||
stm32wle5j8 = []
|
||||
stm32wle5jb = []
|
||||
stm32wle5jc = []
|
||||
stm32wle5u8 = []
|
||||
stm32wle5ub = []
|
||||
# END GENERATED FEATURES
|
||||
|
Reference in New Issue
Block a user