-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Add board file for Pi-Plates MICROPi #1487
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
Conversation
MICROpi board file for pico-sdk
peterharperuk
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You need to push this to the development branch, not master.
|
With the following small tweaks, this passes the checks I added in #1724
// Board definition for the Pi-Plates MICROPi processor board
-#ifndef _BOARDS_PIPLATES_MICROPI_H_RP2040
-#define _BOARDS_PIPLATES_MICROPI_H_RP2040
+#ifndef _BOARDS_PI_PLATES_MICROPI_H
+#define _BOARDS_PI_PLATES_MICROPI_H
// For board detection
-#define PIPLATES_MICROPI_RP2040
+#define PI_PLATES_MICROPI
// --- UART ---
#ifndef PICO_DEFAULT_UART |
|
this was added as part of #1724 |
Umm, no it wasn't. |
|
is it ready to merge? |
|
IMHO it'll be ready to merge if the changes I suggested earlier are made, i.e.
// Board definition for the Pi-Plates MICROPi processor board
-#ifndef _BOARDS_PIPLATES_MICROPI_H_RP2040
-#define _BOARDS_PIPLATES_MICROPI_H_RP2040
+#ifndef _BOARDS_PI_PLATES_MICROPI_H
+#define _BOARDS_PI_PLATES_MICROPI_H
// For board detection
-#define PIPLATES_MICROPI_RP2040
+#define PI_PLATES_MICROPI
// --- UART ---
#ifndef PICO_DEFAULT_UARTAre you able to do that @pi-plates or should I just close this PR and create a new one? (Apologies for not making this clear in my previous comment.) |
|
Im on VACA and will do this when I get back. I might need a little hand
holding though...
…On Tue, Jun 25, 2024, 1:23 PM Andrew Scheller ***@***.***> wrote:
IMHO it'll be ready to merge if the changes I suggested earlier are made,
i.e.
// Board definition for the Pi-Plates MICROPi processor board
-#ifndef _BOARDS_PIPLATES_MICROPI_H_RP2040-#define _BOARDS_PIPLATES_MICROPI_H_RP2040+#ifndef _BOARDS_PI_PLATES_MICROPI_H+#define _BOARDS_PI_PLATES_MICROPI_H
// For board detection-#define PIPLATES_MICROPI_RP2040+#define PI_PLATES_MICROPI
// --- UART ---
#ifndef PICO_DEFAULT_UART
Are you able to do that @pi-plates <https://github.com/pi-plates> or
should I just close this PR and create a new one? (Apologies for not making
this clear in my previous comment.)
—
Reply to this email directly, view it on GitHub
<#1487 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACACCAOCOOBRI3DN6327N6TZJGYSLAVCNFSM6AAAAAA4BJM6RGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCOBZGY3TSMBWGE>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Slight tweak to some of the #define-names
|
I've now made the above-mentioned changes directly. |
lurch
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tools/check_board_header.py is happy, so approving
|
Thanks a lot.
Jerry Wasinger
Founder, Pi-Plates
…On Wed, Jul 24, 2024 at 5:47 AM Andrew Scheller ***@***.***> wrote:
I've now made the above-mentioned changes directly.
—
Reply to this email directly, view it on GitHub
<#1487 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACACCAMFTPLSGU6JF6PFA2TZN5Z3FAVCNFSM6AAAAAA4BJM6RGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDENBXGQYTSNZXGM>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
MICROpi board file for pico-sdk