Skip to content
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

Works fine with STM32 on platform.io but not listed as supporting STM32 in the platform.io library repo tool #729

Closed
chrisco484 opened this issue Feb 13, 2021 · 3 comments
Labels

Comments

@chrisco484
Copy link

I tried a few different RF24 libraries and this was the only one I could get working on a Blue Pill STM32F103x.

I selected this library even though the platform.io library manager did not have STM32 listed in this libraries set of supported boards - and yet it works wonderfully well.

How would we get platform.io to list STM32 as supported by this library??

@2bndy5
Copy link
Member

2bndy5 commented Feb 13, 2021

Great news!

I believe that supported platforms are listed in the library.json file. Best to read the PlatformIO docs to be sure. For the Arduino platform, this library assumes all boards are supported using * (in library.properties file). I don't see why this assumption wasn't made for platformIO.

Are you interested in submitting a PR that adds the proper stm32 platform to that list? I think the added platform would be called ststm32.

@TMRh20
Copy link
Member

TMRh20 commented Feb 13, 2021 via email

TMRh20 added a commit that referenced this issue Feb 15, 2021
@2bndy5
Copy link
Member

2bndy5 commented Feb 19, 2021

closing this as it has been addressed by TMRh20's above commit. @chrisco484 thanks again for bringing this to our attention 👍🏻

@2bndy5 2bndy5 closed this as completed Feb 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants