@@ -18,7 +18,6 @@ a drop-in replacement for it.
1818
1919## Supported Devices
2020
21- <<<<<<< HEAD
2221| ` stm32_mcu ` | Core name | Reference manual | Available features |
2322| -------------| -----------------------| --------------------------------------------------------------------------| ----------------------------------------------------------|
2423| ` 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.
4847| ` 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 ` |
4948| ` 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 ` |
5049| ` 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 ) | |
5151
5252` stm32_mcu ` config flag should be set at the application level according to
5353this 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.
7854
7955## Documentation
8056
0 commit comments