microsoft / pxt-maker

MakeCode target for "Maker" boards (beta)

Home Page:https://maker.makecode.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

support for Beaglebone boards

vaishnavachath opened this issue · comments

Is your feature request related to a problem? Please describe.

This feature request is supposed to initiate a discussion regarding adding support for Beaglebone boards in the pxt-maker target, I have been working on a separate Makecode target, starting from the pxt-maker sources to include support for the Beaglebone boards and was successful(live simulator) in implementing basic support for the Beaglebone Boards.

I would like to work on integrating my solution with the pxt-maker repository and bring in Beaglebone Boards support directly through the Makecode Maker target rather than creating a separate target for the same.

Describe the solution you'd like

I would like to have the Beaglebone Boards support delivered directly through Makecode Maker target rather than creating a separate target for the same. I am willing to work on the integration and would like to hear your valuable feedback on the same.

Describe alternatives you've considered

I have tried to create a new PXT target starting from the pxt-maker sources for providing the Beaglebone Support and was successful in implementing basic support for the same. I believe that it would be better to have the Beaglebone support served through the Makecode Maker target and would like to work on integrating the existing solution with the pxt-maker codebase.

Additional context

I have uploaded some quick test videos for the pxt-beaglebone target which you can find here :

Please let me know if you require any other details from me, Thank you.

The editor looks super cute :)

Yes we love to see beaglebone support in maker.makecode.com . The best way to go forward is to prepare pull requests for the required changes. At first, you can mark the beaglebone boards as "- beta" until the integration is tested. We are also on discord aka.ms/makecodecommunity.

Thank you for your work!

Do you have the end-to-end compilation figured out?

Thank you :) @pelikhan , I'll prepare pull requests for the Beaglebone support in the Makecode Maker target, the compilation part is something I am a bit confused with, sure I'll join the Discord community and continue further discussions there :)