Skip to content

boards/nucleo32: fix arduino pinmap for nucleo-l432kc#12381

Merged
aabadie merged 1 commit into
RIOT-OS:masterfrom
aabadie:pr/boards/nucleo32-arduino-pinmap-fix
Oct 8, 2019
Merged

boards/nucleo32: fix arduino pinmap for nucleo-l432kc#12381
aabadie merged 1 commit into
RIOT-OS:masterfrom
aabadie:pr/boards/nucleo32-arduino-pinmap-fix

Conversation

@aabadie

@aabadie aabadie commented Oct 7, 2019

Copy link
Copy Markdown
Contributor

Contribution description

This PR is fixing the Arduino pinmap of D7/D8 for nucleo-l432kc, as reported in #12138.

I checked the user manual of nucleo32 boards and only nucleo-l432kc needs this change. The other nucleo32 impacted board is nucleo-l412kb but is not supported yet (but is provided by #12144)

Testing procedure

Write an application that uses ARDUINO_PIN_7 and ARDUINO_PIN_8, build it on nucleo-l432kc and verify it is working compared to master (I'll write something and give a link here if needed).

Issues/PRs references

fixes #12138

@aabadie aabadie added Type: bug The issue reports a bug / The PR fixes a bug (including spelling errors) CI: ready for build If set, CI server will compile all applications for all available boards for the labeled PR Area: boards Area: Board ports labels Oct 7, 2019
@aabadie
aabadie requested a review from fjmolinas October 7, 2019 12:39

@benpicco benpicco left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The change is small enough, the board was probably never extensively used with the Arduino compatibility layer before.
I trust you testing / data sheet reading.

@aabadie

aabadie commented Oct 8, 2019

Copy link
Copy Markdown
Contributor Author

I could test this PR with #12388 and it fixes the mentioned issue on nucleo-l432kc.

The CI is all green, so let's merge this PR.

@aabadie
aabadie merged commit 3651c21 into RIOT-OS:master Oct 8, 2019
@aabadie
aabadie deleted the pr/boards/nucleo32-arduino-pinmap-fix branch October 8, 2019 08:29
@kb2ma kb2ma added this to the Release 2019.10 milestone Oct 28, 2019
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 Type: bug The issue reports a bug / The PR fixes a bug (including spelling errors)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

boards/common/nucleo32/include/arduino_pinmap.h not correct/complete

3 participants