mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 08:43:55 -06:00
hw/arm: Add the USART to the stm32l4x5 SoC
Add the USART to the SoC and connect it to the other implemented devices. Signed-off-by: Arnaud Minier <arnaud.minier@telecom-paris.fr> Signed-off-by: Inès Varhol <ines.varhol@telecom-paris.fr> Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Message-id: 20240329174402.60382-5-arnaud.minier@telecom-paris.fr [PMM: fixed a few checkpatch nits] Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
This commit is contained in:
parent
c4c12ee487
commit
92741432ed
4 changed files with 86 additions and 7 deletions
|
@ -19,13 +19,13 @@ Currently B-L475E-IOT01A machine's only supports the following devices:
|
|||
- STM32L4x5 SYSCFG (System configuration controller)
|
||||
- STM32L4x5 RCC (Reset and clock control)
|
||||
- STM32L4x5 GPIOs (General-purpose I/Os)
|
||||
- STM32L4x5 USARTs, UARTs and LPUART (Serial ports)
|
||||
|
||||
Missing devices
|
||||
"""""""""""""""
|
||||
|
||||
The B-L475E-IOT01A does *not* support the following devices:
|
||||
|
||||
- Serial ports (UART)
|
||||
- Analog to Digital Converter (ADC)
|
||||
- SPI controller
|
||||
- Timer controller (TIMER)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue