platform-atmelsam icon indicating copy to clipboard operation
platform-atmelsam copied to clipboard

Add support for P1AM-100

Open NeoGaius opened this issue 4 years ago • 4 comments

Hi,

This adds the support for the P1AM-100 board which is based on the SAMD21. Very similar to the mkrzero.

Information about the hardware can be found here: https://github.com/facts-engineering/P1AM

Is there anything else required to implement this?

Resolves issues #98, #111, and #173

Best regards, NeoGaius

NeoGaius avatar Dec 15 '21 17:12 NeoGaius

At this point the core should probably be added too since @AdamCummick added Serial2 support to the P1AMCore recently.

Here is a link to the core: https://github.com/facts-engineering/P1AMCore

Is this something you are still able to work on @NeoGaius?

I'm just getting started with using the P1AM with PlatformIO and it would be very nice to have the board supported off the shelf.

Thanks, Ragiton

Ragiton avatar Jun 14 '23 19:06 Ragiton

@Ragiton what's issues are you having with https://registry.platformio.org/libraries/facts-engineering/P1AM?

patrickwasp avatar Jul 07 '23 16:07 patrickwasp

@Ragiton what's issues are you having with https://registry.platformio.org/libraries/facts-engineering/P1AM?

@patrickwasp I'm not having issues with the library you mention.

https://registry.platformio.org/libraries/facts-engineering/P1AM_Serial doesn't compile because it can't find Serial2. Serial2 doesn't exist on the mkrzero but it was added to the core here: https://github.com/facts-engineering/P1AMCore

from what I understand, the custom P1AMCore would need to be added for this board to work with the P1AM_Serial library

Ragiton avatar Jul 07 '23 17:07 Ragiton

is that what's holding back from this pull request being merged? @ivankravets @valeros, can you please provide feedback?

patrickwasp avatar Jul 10 '23 14:07 patrickwasp