Skip to content

stm32f746g-disco: Fix USERLED support#19232

Merged
acassis merged 1 commit into
apache:masterfrom
Vajnar:fix-userled
Jun 28, 2026
Merged

stm32f746g-disco: Fix USERLED support#19232
acassis merged 1 commit into
apache:masterfrom
Vajnar:fix-userled

Conversation

@Vajnar

@Vajnar Vajnar commented Jun 28, 2026

Copy link
Copy Markdown
Contributor

Summary

To make USERLED driver working on the stm32f746g-disco board, the following changes were made:

  1. Provide correct pin name BOARD_LED1 and associated bit mask BOARD_LED1_BIT
  2. Use non-negated ledon
  3. Add initialization into bringup code.

Impact

USERLED driver can be used on the stm32f746g-disco board.

Testing

Tested on stm32f746g-disco board.

@github-actions github-actions Bot added Size: S The size of the change in this PR is small Board: arm labels Jun 28, 2026
Provide correct pin name BOARD_LED1 and associated bit mask
BOARD_LED1_BIT. Also use non-negated `ledon`. Add initialization into
bringup code.

Signed-off-by: Martin Vajnar <martin.vajnar@gmail.com>
@github-actions

Copy link
Copy Markdown

MemBrowse Memory Report

No memory changes detected for:

@acassis acassis merged commit a923e4a into apache:master Jun 28, 2026
38 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Board: arm Size: S The size of the change in this PR is small

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants