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

Add PinMax board #2286

Merged
merged 2 commits into from
Jul 20, 2024
Merged

Add PinMax board #2286

merged 2 commits into from
Jul 20, 2024

Conversation

deltaford
Copy link
Contributor

Add PinMax board

Copy link
Owner

@earlephilhower earlephilhower left a comment

Choose a reason for hiding this comment

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

Some more defines missing in the variant header file, but once fixed looks good:

/home/runner/work/arduino-pico/arduino-pico/cores/rp2040/SerialUART.cpp:478:38: error: 'PIN_SERIAL1_TX' was not declared in this scope
  478 | SerialUART Serial1(__SERIAL1_DEVICE, PIN_SERIAL1_TX, PIN_SERIAL1_RX);
      |                                      ^~~~~~~~~~~~~~
/home/runner/work/arduino-pico/arduino-pico/cores/rp2040/SerialUART.cpp:478:54: error: 'PIN_SERIAL1_RX' was not declared in this scope
  478 | SerialUART Serial1(__SERIAL1_DEVICE, PIN_SERIAL1_TX, PIN_SERIAL1_RX);
      |                                                      ^~~~~~~~~~~~~~
/home/runner/work/arduino-pico/arduino-pico/cores/rp2040/SerialUART.cpp:484:38: error: 'PIN_SERIAL2_TX' was not declared in this scope
  484 | SerialUART Serial2(__SERIAL2_DEVICE, PIN_SERIAL2_TX, PIN_SERIAL2_RX);
      |                                      ^~~~~~~~~~~~~~
/home/runner/work/arduino-pico/arduino-pico/cores/rp2040/SerialUART.cpp:484:54: error: 'PIN_SERIAL2_RX' was not declared in this scope
  484 | SerialUART Serial2(__SERIAL2_DEVICE, PIN_SERIAL2_TX, PIN_SERIAL2_RX);
      |                                                      ^~~~~~~~~~~~~~

@deltaford
Copy link
Contributor Author

Added the defines

Copy link
Contributor Author

@deltaford deltaford left a comment

Choose a reason for hiding this comment

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

Updated defines

@earlephilhower earlephilhower self-requested a review July 20, 2024 20:07
@earlephilhower earlephilhower merged commit 80196d5 into earlephilhower:master Jul 20, 2024
14 checks passed
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