Skip to content

Conversation

@KunYi
Copy link
Contributor

@KunYi KunYi commented Jan 25, 2026

Add initial support for the STM32 NUCLEO-F429ZI board.

This commit introduces a new board definition, including board initialization code, build rules, and default configuration. It also updates Kconfig and Makefile entries to integrate the new board into the build system.

The board configuration supports the on-board ST-Link Virtual COM Port (VCOM) using USART3, allowing kernel log output and debugging via the standard USB ST-Link interface without additional hardware.

  • Add new board definition under board/nucleof429

    • board initialization code
    • build.mk and defconfig
  • Update board and platform Kconfig entries

  • Update top-level Makefile for board selection

  • Enable USART3 for ST-Link VCOM console output

  • STM32 NUCLEO-F429ZI

  • ST-Link V2-1 (on-board)

Add initial support for the STM32 NUCLEO-F429ZI board.

This commit introduces a new board definition, including board
initialization code, build rules, and default configuration.
It also updates Kconfig and Makefile entries to integrate the
new board into the build system.

The board configuration supports the on-board ST-Link Virtual COM Port (VCOM)
using USART3, allowing kernel log output and debugging via the standard USB
ST-Link interface without additional hardware.

- Add new board definition under board/nucleof429
  - board initialization code
  - build.mk and defconfig
- Update board and platform Kconfig entries
- Update top-level Makefile for board selection
- Enable USART3 for ST-Link VCOM console output

- STM32 NUCLEO-F429ZI
- ST-Link V2-1 (on-board)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant