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

Adafruit Feather NRF52 BSP update to 0.10.1? #41

Closed
wb8wka opened this issue Apr 23, 2019 · 12 comments · Fixed by #43
Closed

Adafruit Feather NRF52 BSP update to 0.10.1? #41

wb8wka opened this issue Apr 23, 2019 · 12 comments · Fixed by #43

Comments

@wb8wka
Copy link

wb8wka commented Apr 23, 2019

When will the PlatformIO BSP for the Adafruit NRF52 be updated from 0.9.3 to 0.10.1?

@jeremypoulter
Copy link
Contributor

@ivankravets What is the best process for updating? I assume you need to create a new package of the Adafruit BSP then a PR can be created with the required updates?

@ivankravets
Copy link
Member

@jeremypoulter done! https://bintray.com/beta/#/platformio/dl-packages/framework-arduinoadafruitnrf52/1.1001.0?tab=files

Please note that new boards were added in the new release. It would be good to have them in PlatformIO too.

@wb8wka
Copy link
Author

wb8wka commented Apr 24, 2019

@ivankravets wow thank you. Excuse the newbie question, as day before yesterday was my first use of PlatformIO, but I'd just replace this directory:

C:\Users\kingr.platformio\packages\framework-arduinoadafruitnrf52

with this: framework-arduinoadafruitnrf52-1.1001.0.tar.gz\ framework-arduinoadafruitnrf52
-1.1001.0.tar\ (keeping the same directory structure and name)

@ivankravets
Copy link
Member

PlatformIO, but I'd just replace this directory:

Does it work?

@wb8wka
Copy link
Author

wb8wka commented Apr 24, 2019

I'll be trying it later this evening, I will let you know.

@wb8wka
Copy link
Author

wb8wka commented Apr 26, 2019

@ivankravets

Sorry for the delay. I deleted everything in:

C:\Users\kingr.platformio\packages\framework-arduinoadafruitnrf52

and then replaced it with the contents of the tar.gz file you attached.

then did a build and all seemed fine but I noticed it created a directory that contained the 0.9.3 BSP:

C:\Users\kingr.platformio\packages\[email protected]

and on closer examination was building with 0.9.3. I deleted that directory and did a clean and it ended up downloading the 0.9.3 files again and recreating that directory.

@wb8wka
Copy link
Author

wb8wka commented Apr 26, 2019

Oh, and this was with core 3.6.6

@wb8wka
Copy link
Author

wb8wka commented Apr 27, 2019

Any thoughts?

@jeremypoulter
Copy link
Contributor

Was looking at this yesterday, there are a few changes needed in the Platform IO side of things. Update to get the new package and currently the version numbers are hard coded, doing an update to read from the framework. Plus adding the additional boards ;-)

@wb8wka
Copy link
Author

wb8wka commented Apr 30, 2019

So perhaps in the next release of PlatformIO? I don't need the features of 0.10.1 at this point, was more curious if it could be incorporated sooner.

@ivankravets
Copy link
Member

Please re-test with upstream version https://docs.platformio.org/en/latest/platforms/nordicnrf52.html#upstream

@wb8wka
Copy link
Author

wb8wka commented May 4, 2019

@ivankravets yes, that works. Had to reinstall GitCLient and restart platformIO but worked fine after that.

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants