platformio / platform-nordicnrf51

Nordic nRF51: development platform for PlatformIO
https://registry.platformio.org/platforms/platformio/nordicnrf51
Apache License 2.0
20 stars 25 forks source link

update arduino framework #23

Closed zerog2k closed 5 years ago

zerog2k commented 5 years ago

https://github.com/sandeepmistry/arduino-nRF5/releases has 0.5.1 release which fixes some i2c issues ... current platform only has 0.4.0

ivankravets commented 5 years ago

Thanks! Resolved in https://github.com/platformio/platform-nordicnrf51/commit/56c86da68f6c2f75f7db2f330236bc86e9f99c95

The final release is coming soon.

zerog2k commented 5 years ago

@ivankravets something doesnt look right with the updated framework-arduinonordicnrf5 http://dl.platformio.org/packages/framework-arduinonordicnrf5-0.5.1.tar.gz doesnt match the contents of 0.5.1 tag on the target repo https://github.com/sandeepmistry/arduino-nRF5/archive/0.5.1.tar.gz

in fact, in the framework package, the libraries and cores folders look old (have 26 Nov 17 date intead of 24 Feb 18)

How are these packages produced? It seems to be a bit of a mysterious black box.

ivankravets commented 5 years ago

Sorry, fixed! Please $ pio update.