diff --git a/boards/weact-f401cc/doc.txt b/boards/weact-f401cc/doc.txt index b6c452992b..1b17bd06d3 100644 --- a/boards/weact-f401cc/doc.txt +++ b/boards/weact-f401cc/doc.txt @@ -33,6 +33,19 @@ It is available on sites like AliExpress for less than 3€. | Datasheet | [Datasheet](https://www.st.com/resource/en/datasheet/stm32f401cc.pdf) | | Reference Manual | [Reference Manual](https://www.st.com/content/ccc/resource/technical/document/reference_manual/9b/53/39/1c/f7/01/4a/79/DM00119316.pdf/files/DM00119316.pdf/jcr:content/translations/en.DM00119316.pdf) | +## Implementation Status + +| Device | ID | Supported | Comments | +|:----------------- |:------------- |:------------------------- |:--------------------------------------------------------- | +| MCU | STM32F401CC | partly | Energy saving modes not fully utilized | +| Low-level driver | GPIO | yes | | +| | PWM | yes (4 pins available)) | | +| | UART | 2 UARTs | USART2 via PA3(RX)/PA2(TX), USART1 on PA10(RX)/PA9(TX) | +| | I2C | 1 I2C | | +| | SPI | 1 SPI | | +| | USB | yes | | +| | Timer | 1 32 bit timer (TIM5) | | + ## Flashing the device The device comes with a bootloader that allows flashing via `dfu-util`. diff --git a/boards/weact-f401ce/doc.txt b/boards/weact-f401ce/doc.txt index ea8fbf3df3..c40a043ce6 100644 --- a/boards/weact-f401ce/doc.txt +++ b/boards/weact-f401ce/doc.txt @@ -33,6 +33,19 @@ It is available on sites like AliExpress for less than 3€. | Datasheet | [Datasheet](https://www.st.com/resource/en/datasheet/stm32f401ce.pdf) | | Reference Manual | [Reference Manual](https://www.st.com/content/ccc/resource/technical/document/reference_manual/9b/53/39/1c/f7/01/4a/79/DM00119316.pdf/files/DM00119316.pdf/jcr:content/translations/en.DM00119316.pdf) | +## Implementation Status + +| Device | ID | Supported | Comments | +|:----------------- |:------------- |:------------------------- |:--------------------------------------------------------- | +| MCU | STM32F401CE | partly | Energy saving modes not fully utilized | +| Low-level driver | GPIO | yes | | +| | PWM | yes (4 pins available)) | | +| | UART | 2 UARTs | USART2 via PA3(RX)/PA2(TX), USART1 on PA10(RX)/PA9(TX) | +| | I2C | 1 I2C | | +| | SPI | 1 SPI | | +| | USB | yes | | +| | Timer | 1 32 bit timer (TIM5) | | + ## Flashing the device The device comes with a bootloader that allows flashing via `dfu-util`. diff --git a/boards/weact-f411ce/doc.txt b/boards/weact-f411ce/doc.txt index 263fe04a64..08824bdfc7 100644 --- a/boards/weact-f411ce/doc.txt +++ b/boards/weact-f411ce/doc.txt @@ -15,7 +15,7 @@ It is available on sites like AliExpress for less than 4€. ![WeAct-F411CE](https://user-images.githubusercontent.com/1301112/69389644-eb5fb080-0ccc-11ea-8002-67d3db851250.png) ### MCU -| MCU | STM32F411CE | +| MCU | STM32F411CEU6 | |:---------------- |:--------------------- | | Family | ARM Cortex-M4F | | Vendor | ST Microelectronics | @@ -33,6 +33,19 @@ It is available on sites like AliExpress for less than 4€. | Datasheet | [Datasheet](https://www.st.com/resource/en/datasheet/stm32f411ce.pdf) | | Reference Manual | [Reference Manual](https://www.st.com/content/ccc/resource/technical/document/reference_manual/9b/53/39/1c/f7/01/4a/79/DM00119316.pdf/files/DM00119316.pdf/jcr:content/translations/en.DM00119316.pdf) | +## Implementation Status + +| Device | ID | Supported | Comments | +|:----------------- |:------------- |:------------------------- |:--------------------------------------------------------- | +| MCU | STM32F411CE | partly | Energy saving modes not fully utilized | +| Low-level driver | GPIO | yes | | +| | PWM | yes (4 pins available)) | | +| | UART | 2 UARTs | USART2 via PA3(RX)/PA2(TX), USART1 on PA10(RX)/PA9(TX) | +| | I2C | 1 I2C | | +| | SPI | 1 SPI | | +| | USB | yes | | +| | Timer | 1 32 bit timer (TIM5) | | + ## Flashing the device The device comes with a bootloader that allows flashing via `dfu-util`.