nrf8001: added new BLE module with broadcasting example
authorKiveisha Yevgeniy <yevgeniy.kiveisha@intel.com>
Tue, 12 Aug 2014 23:40:47 +0000 (23:40 +0000)
committerKiveisha Yevgeniy <yevgeniy.kiveisha@intel.com>
Tue, 12 Aug 2014 23:40:47 +0000 (23:40 +0000)
commit044037b892b475751a88003de462797b0bcd9e2c
tree0ec4fe853468eea23aef71c10f4d132a2774d48f
parentad87704c19b0f4444ada84bf94548ae6409472e8
nrf8001: added new BLE module with broadcasting example

Signed-off-by: Kiveisha Yevgeniy <yevgeniy.kiveisha@intel.com>
29 files changed:
examples/CMakeLists.txt
examples/nrf8001_broadcast.cxx [new file with mode: 0644]
examples/nrf8001_broadcast.h [new file with mode: 0644]
src/nrf8001/CMakeLists.txt [new file with mode: 0644]
src/nrf8001/aci.h [new file with mode: 0644]
src/nrf8001/aci_cmds.h [new file with mode: 0644]
src/nrf8001/aci_evts.h [new file with mode: 0644]
src/nrf8001/aci_protocol_defines.h [new file with mode: 0644]
src/nrf8001/aci_queue.cpp [new file with mode: 0644]
src/nrf8001/aci_queue.h [new file with mode: 0644]
src/nrf8001/aci_setup.cpp [new file with mode: 0644]
src/nrf8001/aci_setup.h [new file with mode: 0644]
src/nrf8001/acilib.cpp [new file with mode: 0644]
src/nrf8001/acilib.h [new file with mode: 0644]
src/nrf8001/acilib_defs.h [new file with mode: 0644]
src/nrf8001/acilib_if.h [new file with mode: 0644]
src/nrf8001/acilib_types.h [new file with mode: 0644]
src/nrf8001/boards.h [new file with mode: 0644]
src/nrf8001/dtm.h [new file with mode: 0644]
src/nrf8001/hal_aci_tl.cpp [new file with mode: 0644]
src/nrf8001/hal_aci_tl.h [new file with mode: 0644]
src/nrf8001/hal_platform.h [new file with mode: 0644]
src/nrf8001/jsupm_nrf8001.i [new file with mode: 0644]
src/nrf8001/lib_aci.cpp [new file with mode: 0644]
src/nrf8001/lib_aci.h [new file with mode: 0644]
src/nrf8001/nrf8001.cxx [new file with mode: 0644]
src/nrf8001/nrf8001.h [new file with mode: 0644]
src/nrf8001/pyupm_nrf8001.i [new file with mode: 0644]
src/nrf8001/uart_over_ble.h [new file with mode: 0644]