nuttx/Documentation/platforms
anjiahao 718ae3d2c6 stm32l5/nucleo-l552ze: enable LPUART1 console on ST-Link VCP
Three fixes to make LPUART1 work as NSH console on Nucleo-L552ZE-Q:

1. stm32l5_lowputc: add LPUART-specific BRR formula (256 * fCK / baud)
   instead of reusing the standard USART divisor calculation.

2. stm32_boot: enable VDDIO2 and reconfigure LPUART1 GPIOs (PG7/PG8)
   in board_initialize. The low-level setup runs before VDDIO2 is
   enabled, so GPIOG writes silently fail.

3. stm32l5_serial: fix LPUART1 apbclock (PCLK1 not PCLK2), add
   LPUART BRR branch in setformat, cast to uint64_t to prevent
   32-bit overflow in (fCK << 8).

Also switch nsh defconfig from USART3 to LPUART1, add GPIO_LPUART1
pin definitions in board.h, and update board documentation.

Signed-off-by: anjiahao <anjiahao@xiaomi.com>
2026-03-11 19:24:01 +08:00
..
arm stm32l5/nucleo-l552ze: enable LPUART1 console on ST-Link VCP 2026-03-11 19:24:01 +08:00
arm64 qemu-armv8a/netnsh: enabel the virtio-pci transport 2026-01-28 13:09:19 -03:00
avr arch/avr/src/avrdx: add support for TWI (I2C and SMBus) peripheral 2025-12-01 19:12:26 +08:00
ceva Documentation: add missing platforms to platforms/ and remove introduction/platforms 2023-10-22 19:06:44 +08:00
hc docs/m9s12/demo9s12ne64: Migrate README.txt to RST 2026-02-12 10:43:53 +01:00
mips docs/pic32mz-starterkit: Migrate README.txt to RST 2026-02-15 13:28:32 +01:00
misco misco/lm32/boards/misoc: Migrate README.txt to RST 2025-05-08 03:04:04 +02:00
or1k docs/or1k: Migrate README.txt to RST format 2026-02-06 08:54:28 -03:00
renesas docs/rx65n-rsk2mb: Migrate README.txt to rst format 2025-09-12 07:20:04 +02:00
risc-v Documentation: Add documentation for ESP32-P4 and Function-EV-Board 2026-03-09 21:40:25 +01:00
sim sim/gpiochip: add sim gpiochip for gpio autotest 2026-01-05 15:10:41 -03:00
sparc Documentation: migrate the rest boards 2023-10-26 18:13:34 -03:00
tricore arch/tricore: support tc4evb board. 2026-03-10 10:38:19 +01:00
x86 Documentation: fix spelling 2025-05-15 11:33:41 +08:00
x86_64 Documentation: add notes about TAP configuration for qemu 2025-12-18 11:39:54 -03:00
xtensa documentation: document esp32s2-saola-1:efuse defconfig 2026-02-20 15:54:40 +01:00
z16 Documentation: update broken links 2024-04-10 15:17:53 -03:00
z80 Documentation: update broken links 2024-04-10 15:17:53 -03:00
index.rst Documentation: migrate /arch 2023-10-26 00:08:54 +08:00