@@ -18,7 +18,6 @@ a drop-in replacement for it.
18
18
19
19
## Supported Devices
20
20
21
- <<<<<<< HEAD
22
21
| ` stm32_mcu ` | Core name | Reference manual | Available features |
23
22
| -------------| -----------------------| --------------------------------------------------------------------------| ----------------------------------------------------------|
24
23
| ` stm32f100 ` | ARM® Cortex®-M3 r1p1 | [ RM0041] ( https://www.st.com/resource/en/reference_manual/cd00246267.pdf ) | ` dma ` ` gpio ` ` spi ` ` tim ` |
@@ -48,33 +47,10 @@ a drop-in replacement for it.
48
47
| ` stm32l4s7 ` | ARM® Cortex®-M4F r0p1 | [ RM0432] ( https://www.st.com/resource/en/reference_manual/dm00310109.pdf ) | ` adc ` ` dma ` ` exti ` ` gpio ` ` i2c ` ` rtc ` ` spi ` ` tim ` ` uart ` |
49
48
| ` stm32l4r9 ` | ARM® Cortex®-M4F r0p1 | [ RM0432] ( https://www.st.com/resource/en/reference_manual/dm00310109.pdf ) | ` adc ` ` dma ` ` exti ` ` gpio ` ` i2c ` ` rtc ` ` spi ` ` tim ` ` uart ` |
50
49
| ` stm32l4s9 ` | ARM® Cortex®-M4F r0p1 | [ RM0432] ( https://www.st.com/resource/en/reference_manual/dm00310109.pdf ) | ` adc ` ` dma ` ` exti ` ` gpio ` ` i2c ` ` rtc ` ` spi ` ` tim ` ` uart ` |
50
+ | ` stm32wbx5 ` | ARM® Cortex®-M4F r0p1 | [ RM0434] ( https://www.st.com/resource/en/reference_manual/dm00318631.pdf ) | |
51
51
52
52
` stm32_mcu ` config flag should be set at the application level according to
53
53
this table.
54
- =======
55
- | Device name / Cargo feature | Core name | Reference manual |
56
- | -------------| -----------------------| --------------------------------------------------------------------------|
57
- | ` stm32f100 ` | ARM® Cortex®-M3 r1p1 | [ RM0041] ( https://www.st.com/resource/en/reference_manual/cd00246267.pdf ) |
58
- | ` stm32f101 ` | ARM® Cortex®-M3 r1p1 | [ RM0008] ( https://www.st.com/resource/en/reference_manual/cd00171190.pdf ) |
59
- | ` stm32f102 ` | ARM® Cortex®-M3 r1p1 | [ RM0008] ( https://www.st.com/resource/en/reference_manual/cd00171190.pdf ) |
60
- | ` stm32f103 ` | ARM® Cortex®-M3 r1p1 | [ RM0008] ( https://www.st.com/resource/en/reference_manual/cd00171190.pdf ) |
61
- | ` stm32f107 ` | ARM® Cortex®-M3 r1p1 | [ RM0008] ( https://www.st.com/resource/en/reference_manual/cd00171190.pdf ) |
62
- | ` stm32l4x1 ` | ARM® Cortex®-M4F r0p1 | [ RM0394] ( https://www.st.com/resource/en/reference_manual/dm00151940.pdf ) |
63
- | ` stm32l4x2 ` | ARM® Cortex®-M4F r0p1 | [ RM0394] ( https://www.st.com/resource/en/reference_manual/dm00151940.pdf ) |
64
- | ` stm32l4x3 ` | ARM® Cortex®-M4F r0p1 | [ RM0394] ( https://www.st.com/resource/en/reference_manual/dm00151940.pdf ) |
65
- | ` stm32l4x5 ` | ARM® Cortex®-M4F r0p1 | [ RM0351] ( https://www.st.com/resource/en/reference_manual/dm00083560.pdf ) |
66
- | ` stm32l4x6 ` | ARM® Cortex®-M4F r0p1 | [ RM0351] ( https://www.st.com/resource/en/reference_manual/dm00083560.pdf ) |
67
- | ` stm32l4r5 ` | ARM® Cortex®-M4F r0p1 | [ RM0432] ( https://www.st.com/resource/en/reference_manual/dm00310109.pdf ) |
68
- | ` stm32l4s5 ` | ARM® Cortex®-M4F r0p1 | [ RM0432] ( https://www.st.com/resource/en/reference_manual/dm00310109.pdf ) |
69
- | ` stm32l4r7 ` | ARM® Cortex®-M4F r0p1 | [ RM0432] ( https://www.st.com/resource/en/reference_manual/dm00310109.pdf ) |
70
- | ` stm32l4s7 ` | ARM® Cortex®-M4F r0p1 | [ RM0432] ( https://www.st.com/resource/en/reference_manual/dm00310109.pdf ) |
71
- | ` stm32l4r9 ` | ARM® Cortex®-M4F r0p1 | [ RM0432] ( https://www.st.com/resource/en/reference_manual/dm00310109.pdf ) |
72
- | ` stm32l4s9 ` | ARM® Cortex®-M4F r0p1 | [ RM0432] ( https://www.st.com/resource/en/reference_manual/dm00310109.pdf ) |
73
- | ` stm32wbx5 ` | ARM® Cortex®-M4F r0p1 | [ RM0434] ( https://www.st.com/resource/en/reference_manual/dm00318631.pdf ) |
74
-
75
- ** NOTE** Exactly one cargo feature should be selected based on the device
76
- model.
77
- >>>>>>> Initial WB55 support.
78
54
79
55
## Documentation
80
56
0 commit comments