platformio / platformio/platformio-core
Support ppc64le architecture thru microwatt/chiselwatt or Renode
Open
@valeros is already working on this.
Since Apr 24, 2020.
feature
platform
- Dominant language
- Python
- Stars
- 9.5k
- Forks
- 905
- Avg merge
- 2d 13h
- Merged PRs (30d)
- 2
Description
What kind of issue is this?
- Development Platform or Board.
All issues (building, uploading, adding new boards, etc.) related to PlatformIO development platforms
should be reported to appropriate repository related to your hardware
https://github.com/topics/platformio-platform
Support Powerpc64le processors like Microwatt and Chiselwatt thru the standard powerpc64le GCC toolchain.
The binaries can be built using standard GCC toolchain like the one from Bootlin bleeding-edge for powerpc64le-power8.
An example project is on https://github.com/carlosedp/PlatformIO-Renode-Demos/tree/master/Native-ppc64le even with Renode simulation. In this sample I build using a Docker container with Bootlin toolchain.

Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.