OpenBK7231T_App icon indicating copy to clipboard operation
OpenBK7231T_App copied to clipboard

Consider migrating to PlatformIO

Open anogma opened this issue 2 years ago • 1 comments

I know you've been busy implementing and revising contributions, but I think it may be interesting if the project could be migrated to PlatformIO. It would take some time but it may help to attract new contributors.

anogma avatar Jul 25 '22 23:07 anogma

I am not in-depth familiar with PlatformIO and could not figure out if a single instance could target multiple chips. Do you know if that was possible or if separate instances would have to be started? I decided to use Docker instead and use it to verify build on 3 basic chips- https://github.com/iprak/OpenBK7231T_Dev

iprak avatar Aug 10 '22 02:08 iprak

I tried this a while ago but had trouble getting the Beken sdk, etc working in it. (It's an old ARM9 architecture, not actually cortex M4 like tuya says, and there are binary blobs for WiFi support, etc that seem to depend pretty closely on the shipped compiler version.)

You definitely could run this in platform io, the Marlin 3d printer firmware uses it and runs on lots of chips, hardest part is just getting the platform set up.

rpavlik avatar Nov 24 '22 20:11 rpavlik