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

Upconvert several targets' form factors to ARDUINO_UNO #359

Merged
merged 3 commits into from
Sep 25, 2024

Conversation

multiplemonomials
Copy link
Collaborator

Summary of changes

Targets that use the ARDUINO form factor instead of the ARDUINO_UNO form factor print a warning for every. single. source. file. that. compiles, producing an ungodly amount of warning spam in CI. This fixes it at least for the targets which we are adding CI builds for, which is a start.

Impact of changes

Old-style PinNames.h migrated to new style

Migration actions required

Documentation

None


Pull request type

[] Patch update (Bug fix / Target update / Docs update / Test update / Refactor)
[X] Feature update (New feature / Functionality change / New API)
[] Major update (Breaking change E.g. Return code change / API behaviour change)

Test results

[] No Tests required for this change (E.g docs only update)
[] Covered by existing mbed-os tests (Greentea or Unittest)
[X] Tests / results supplied as part of this PR

This fixes the warning spam based on testing in my other branch

@multiplemonomials multiplemonomials merged commit 44ce176 into master Sep 25, 2024
10 checks passed
@multiplemonomials multiplemonomials deleted the dev/upconvert-formfactor-to-arduino-uno branch September 25, 2024 04:57
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.

2 participants