-
-
Notifications
You must be signed in to change notification settings - Fork 792
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
Drop "stage" ending for dev/platform to avoid issue with compatibility #1173
Comments
It should help #1170 (comment) |
We will remove |
@ivankravets even when The problem with multi-platform builds is that I need the I think we still need some kind of mechanism to provide additional compatibility information for non-pio libraries. Maybe user can file issues against the library registry? |
Here's an example:
The Unfortunately, with
Again, build breaks due to missing So either additional compatibility can be specified for |
Done! |
… issue #1236, issue #1235, issue #953, issue #1118, issue #1107, issue #1196, issue #1179, issue #1161, issue #1126, issue #104, issue #1033, issue #1034, issue #1175, issue #1173, issue #1155, issue #1188, issue #1111, issue #1153, issue #1150, issue #1145, issue #1139, issue #1137, issue #1170, issue #1157, issue #1102, issue #1105, issue #1140, issue #1154, issue #1066, issue #1038, issue #1054, issue #1055, issue #1061, issue #1017)
Coming from #1170 I've noticed that https://github.com/adafruit/DHT-sensor-library does not support
espressif8266
as platform, only arduino.For multi-platform pio builds that require
ldf_compat_mode=2
that will be a problem (Platform incompatible library
).Registering a "foreign" library is already possible using
pio lib register
according to http://docs.platformio.org/en/latest/userguide/lib/cmd_register.html.It would be helpful if there was a mechanism to specify additional properties for these foreign libraries like additional supported platforms.
The text was updated successfully, but these errors were encountered: