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

PlatformIO support #73

Closed
danielkucera opened this issue Jun 17, 2022 · 7 comments
Closed

PlatformIO support #73

danielkucera opened this issue Jun 17, 2022 · 7 comments

Comments

@danielkucera
Copy link

danielkucera commented Jun 17, 2022

Hello,
would it be please possible to add support for Platformio besides Arduino IDE?

It already has a support for compiling for this architecture, see:
platformio/platform-intel_mcs51#29

@DeqingSun
Copy link
Owner

It seems the platformio branch is already working?

@danielkucera
Copy link
Author

Which branch do you mean? What do yo mean by "working" ?

@DeqingSun
Copy link
Owner

The pr you linked is already merged. So that means the platform io already work with ch559

@kahoch
Copy link

kahoch commented Jul 29, 2022

The pr you linked is already merged. So that means the platform io already work with ch559

If select ch559 board, framework option is dimmed. Anyone knows how to use arduino framework in PIO?

@danielkucera
Copy link
Author

The pr you linked is already merged. So that means the platform io already work with ch559

Yes, ch559 is supported with basic SDK but Arduino (ch55xduino) is not supported as @kahoch pointed out.

@DeqingSun
Copy link
Owner

The support of Platformio is very generic and ch55xduino relied on tons of hack to get the compiler work. I'm not sure if Platformio is capable to do the same hack, even if it can, it will require a tons of work.

@KenwoodFox
Copy link

Sorry to bump, did you ever get this working with platformio @danielkucera? I looked over that PR that was published they did mention existing arduino specific support for the CH55x,
I don't have a 559 though i have a 552

I don't think we're too far off from PIO support, the existing .json at the root is close to the platform reqs parsable by pio?

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

No branches or pull requests

4 participants