ARMmbed / nrf51-sdk

Module to contain files provided by the nordic nRF51 SDK
Other
13 stars 17 forks source link

Nordic sdk 10.0.0 #13

Closed LiyouZhou closed 8 years ago

LiyouZhou commented 8 years ago

Tests:

clitest - all expected passes pass, all expected fails fail. build - all ble-examples build successfully pstorage - tested eddystoneservice and works dfu - tested to work mbed-classic: compiles

The changes are minor. Mostly to do with getting ready for nrf52

@ARMmbed/ble-owners Please review.

ghost commented 8 years ago

when 11.0 is released, do you plan on renaming the module to nrf5-sdk ? it seems that's what they name the SDK now.

LiyouZhou commented 8 years ago

There is no plan yet for v11. But renaming this module will break dependencies, so we probably won't do that.

ghost commented 8 years ago

ah, yotta doesn't have a package X obsoletes package Y functionality yet then.

andresag01 commented 8 years ago

+1, tried this by manually linking the module to the HeartRate ble-example and everything seems to work as expected.

pan- commented 8 years ago

Everything work perfectly on all examples and tests. I merge it.