-
Notifications
You must be signed in to change notification settings - Fork 19
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
PlatformIO Core 4.4 and the package registry #42
Comments
@ivankravets See my update #41 for making Serial3 work for BTT SKR 1.4 Turbo. Would an pull request like this also be preferably solved in the registry as you mention? What is the preferred route for taking care of issues like this? |
Let's wait when @p3p merge it. I'll provide further details. |
Hey Ivan, Thanks for bringing the changes you are making to the package system to my attention, I did like being able to control my own package manifest in the custom platform keeping things self contained, whats the reason you are deprecating this feature? Are there any other changes that will need to be reflected in my
It would probably be best if I had control over the package |
Sorry for not replying earlier. Release weeks are always tough.
There are a lot of reasons, see https://docs.platformio.org/en/latest/core/migration.html#package-management We allow anyone to publish a package to our registry and we will guarantee availability for it.
|
I can see the fragmentation being an issue, especially with you getting the complaints rather than the platform maintainers, I guess the only downside is now is if your infrastructure goes down rather than githubs the builds will fail ^^. Not sure how Chinese devs handle github being blocked, can't imagine the amount of things that breaks. Thanks for moving the package, is there a command to list the packages on my account? |
See https://github.com/Nuclei-Software/platforma-nuclei/issues/7 . A few hours ago.
Yes, you need https://docs.platformio.org/en/latest/core/userguide/access/cmd_list.html Does it show your packages? |
Indeed
The description of the |
Could we improve something? |
It may be a good idea to have a way to list account packages under the package command, but mostly it was just me not reading the docs well enough and the description for |
Thanks! Fixed platformio/platformio-docs@30ff70a So, I close this issue. Please don't hesitate to contact us for any questions. |
Hi Chris,
Thank you so much for your work and that use PlatformIO.
We see you use a legacy
packageRepositories
at https://github.com/p3p/pio-nxplpc-arduino-lpc176x/blob/release/platform.json#L17This feature has been removed in the upcoming PlatformIO Core 4.4. We uploaded
framework-arduino-lpc176x @ 0.2.4
to the registry.Would you like to maintain this package later by yourself? There is a new command
pio package publish
in PIO Core 4.4. We can also transfer currentframework-arduino-lpc176x @ 0.2.4
to your PlatformIO Account.If you have any questions, do not hesitate to contact us.
The text was updated successfully, but these errors were encountered: