Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

boards/common/stm32: simplify ifdef logic #20617

Merged
merged 1 commit into from
Apr 24, 2024

Conversation

Enoch247
Copy link
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

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
27 checks passed
@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