This website requires JavaScript.
Explore
Help
Sign In
djsundog
/
circuitpython
Watch
1
Star
0
Fork
You've already forked circuitpython
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
4676e5900b
circuitpython
/
nrf5
/
bluetooth
History
Glenn Ruben Bakke
4676e5900b
nrf5/bluetooth: Moving makefile include folder and source files of bluetooth driver, ble uart and ble module to main Makefile.
2017-05-11 19:13:20 +02:00
..
ble_drv.c
nrf5/bluetooth: Updating bluetooth le driver to compile with s132 v.2.0.1 stack.
2017-04-24 23:05:08 +02:00
ble_drv.h
nrf5/bluetooth: Adding function to stop advertisment if onging
2017-04-04 21:22:49 +02:00
ble_uart.c
nrf5/bluetooth: Fixing bug found when testing microbit. Newly introduced advertisment data pointer was not cleared on nrf51 targets. Explicit set to NULL as no additional advertisment data is set. Raises a question on why the nrf51 static variable was not zero initialized. To be checked up.
2017-04-23 18:35:31 +02:00
ble_uart.h
nrf5/bluetooth: Adding webbluetooth REPL template. Alternating advertisment of eddystone URL and UART BLE service every 500 ms. Adding new config parameter to bluetooth_conf.h to enable webbluetooth repl. Has to be configured in combination with BLE_NUS. Eddystone URL not pointing to a valid WebBluetooth application at the moment, but rather to micropython.org as a placeholder for now.
2017-04-04 22:31:17 +02:00
bluetooth_common.mk
nrf5/bluetooth: Moving makefile include folder and source files of bluetooth driver, ble uart and ble module to main Makefile.
2017-05-11 19:13:20 +02:00
download_ble_stack.sh
nrf5/bluetooth: Updating Bluetooth LE stack download script to allow to be invoked from any parent folder. No need to change directory to bluetooth/ in order to get the correct download target folder position. Using the script location to determine the target folder.
2017-04-26 19:18:27 +02:00
ringbuffer.h
nrf5: Renaming sdk folder to bluetooth.
2017-03-04 17:54:15 +01:00