Skip to content

boards/common/stm32: simplify ifdef logic#20617

Merged
benpicco merged 1 commit intoRIOT-OS:masterfrom
Enoch247:simplify-stm32-ifdefs
Apr 24, 2024
Merged

boards/common/stm32: simplify ifdef logic#20617
benpicco merged 1 commit intoRIOT-OS:masterfrom
Enoch247:simplify-stm32-ifdefs

Conversation

@Enoch247
Copy link
Copy Markdown
Contributor

Contribution description

This patch just simplifies the the ifedef logic in a few shared stm32 headers, in support of the STM32H7 port.

Testing procedure

try running:

#! /bin/sh -e

boards=""
boards="$boards `ls -1 boards/ | grep stm32`"
boards="$boards `ls -1 boards/ | grep nucleo`"

for board in $boards
do
	make -C examples/blinky BOARD=$board
done

Issues/PRs references

none known

@Enoch247 Enoch247 requested a review from aabadie as a code owner April 23, 2024 20:36
@github-actions github-actions bot added the Area: boards Area: Board ports label Apr 23, 2024
@benpicco benpicco added the CI: ready for build If set, CI server will compile all applications for all available boards for the labeled PR label Apr 24, 2024
@riot-ci
Copy link
Copy Markdown

riot-ci commented Apr 24, 2024

Murdock results

✔️ PASSED

3152301 boards/common/stm32: simplify ifdef logic

Success Failures Total Runtime
10066 0 10066 11m:49s

Artifacts

@benpicco benpicco added this pull request to the merge queue Apr 24, 2024
Merged via the queue into RIOT-OS:master with commit 772bc7a Apr 24, 2024
@mguetschow mguetschow added this to the Release 2024.07 milestone Jul 5, 2024
@Enoch247 Enoch247 deleted the simplify-stm32-ifdefs branch October 21, 2024 14:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Area: boards Area: Board ports CI: ready for build If set, CI server will compile all applications for all available boards for the labeled PR

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants