-
-
Notifications
You must be signed in to change notification settings - Fork 799
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
Support Mbed OS (3.x) with yotta build #640
Comments
Sorry for the off-top. I see request https://raw.githubusercontent.com/Gas-Sense/ble/master/library.json Does this lib work with PlatformIO? |
@ivankravets yes, I have tested it manually moving it into the project and it works well! |
The |
@ivankravets Thanks! Any thougths on yotta? |
PlatformIO uses own Build System that works everywhere without dependences. The best option here is to write native PlatformIO Build System script for Mbed OS. We will try to find sponsors for this feature because we don't have enough resources for 3-rd parties tools. |
@valeros , please switch all development platforms to new builder for ARM mbed and close this issue. |
PlatformIO 3.0 supports to build Mbed OS |
* develop: Fix incorrect line order when converting from INO to CPP and pointer is used Fix unit test Notify about `version` field when creating library Add support for SparkFun Blynk Board Return valid exit code from ``plaformio test`` command Disable SSL Server-Name-Indication for Python < 2.7.9 Version bump to 3.0.1 (issue #772) Disable temporary SSL for PlatformIO services // Resolve #772 Version bump to 3.0.0 (issues #770, #766, #747, #730, #765, #640, #659, #742, #459, #542, #763, #759, #753, #757, #749, #748, #745, #519, #709, #743, #413, #498, #410, #740, #361, #414, #554, #732, #588, #475, #461, #101, #719, #721, #537, #415, #522, #289, #556, #570, #456, #617, #432, #408, #479, #667, #510) Fix menu height for docs Fix issue with multiple archives when linking firmware Add migration guide for PIO2 to PIO3 Search libraries by headers/includes with ``platformio lib search --header`` option Update pio run command examples Add Unit Testing Demo Update PIO Plus badge title and link Add PlatformIO Plus badge Add links to PlatformIO Plus
As you may be aware, the mbed team are in the final stages of rolling out the yotta build engine to support the new Mbed OS system of building applications for their hardware.
As far as I know, this isn't supported in platformo currently (I would love to be corrected on this). If that is the case, are there any plans to support it, if not - can we make some?
The text was updated successfully, but these errors were encountered: