Skip to content

Latest commit

 

History

History
49 lines (27 loc) · 1.08 KB

VERSION.md

File metadata and controls

49 lines (27 loc) · 1.08 KB

Version

This is about the board support package version.

Current Version

  • Fix bug of Example "BLEController" : "reporting pin's status too fast for andriod".
  • Fix function "shiftOut()" : "Not generate clock correctly".

Verison: 1.0.7

  • Use SandeepMistry's openocd to instead of arduino openocd
  • Fixed bug "Can't upload on macosx"
  • Change file "nrf_ble.h" to "ble.h"
kown issue
  • Upload problem on Linux 64bit, fix it as follow:
    sudo apt-get install lsb-core

    sudo apt-get install libudev1:i386

    sudo ln -sf /lib/x86_64-linux-gnu/libudev.so.1 /lib/x86_64-linux-gnu/libudev.so.0

Version: 1.0.6

  • Update libraries : ble-master, ble-nrf51822-master,mbed
  • Update examples, add more comments
  • Using openocd tools to instead of avrdude for uploading
  • Buring bootloader using DAPLink
  • Fixed bug "If don't call Serial.begin(),analogRead() would not work well"
  • Fixed bug "launchServiceDiscovery() doesn't discover all services and characteristics"
kown issue
  • Can't upload on macosx

Version: 1.0.5

  • Fixed BLE Controller Sketch