oclyke
oclyke
We have a helpful individual who has created a PR to try to support PlatformIO in the Apollo3 Arduino core. [Issue](https://github.com/sparkfun/Arduino_Apollo3/issues/97) [Pull Request](https://github.com/sparkfun/Arduino_Apollo3/pull/101) Since I am unfamiliar with PlatformIO it...
@tuupola I would be interested in helping with the addition of this feature. Please let us know how we can best assist. IN the meantime I will get started on...
Chiming in - one solution to this problem would be to allow an alternative form of these API calls which allow the user to provide their own working area or...
Is the goal here to add compatibility with other libraries or to engulf another library to get built-in support? I would argue in favor of the first option so as...
@SHikumo Thanks for submitting an issue. It would be helpful if you could send me more information about how you arrived at that result. For example what microcontroller are you...
Just chiming in that I am interested in the same. @dotansimha's comment on [this PR](https://github.com/graphql/graphql-js/pull/2728) was spot-on: >Also, graphql-js is used by many projects locally, and execute sometimes is being...
Good catch - thanks!
@paulvha from your other issue (rebuilding libmbed-os.a) I presume you have set about trying to enable floating point in the minimal printf lib. Have you had any luck with this?...
Thanks @paulvha, it is good to know of a possible workaround. I am still holding out for a solution that could be permanently incorporated into the mbed repo. https://forums.mbed.com/t/how-to-use-overrides-for-static-library-build/10489/2 If...
For the time being I am proceeding with the submodule approach in the [Apollo3](https://github.com/sparkfun/Arduino_Apollo3) core (with an api/api directory). Could be convinced to use another method if it was convenient.