matthias.ringwald
|
8c064dfc09
|
add -I.. to find config.h
|
2011-10-31 18:42:19 +00:00 |
|
matthias.ringwald
|
0b3e142cca
|
detect llvm-gcc in newer iOS SDKs and use gcc 4.2
|
2011-10-31 18:37:00 +00:00 |
|
matthias.ringwald
|
24d1051584
|
include inttypes to get PRIx32 definition
|
2011-10-31 18:32:40 +00:00 |
|
matthias.ringwald
|
f5454fc67e
|
disconnect all connections on hci_close, reset state on init
|
2011-10-19 17:28:46 +00:00 |
|
matthias.ringwald
|
366fab0c58
|
use strlen to get size of service name
|
2011-10-19 17:20:30 +00:00 |
|
matthias.ringwald
|
79bbfa0b87
|
use %p to print pointers
|
2011-10-19 17:19:16 +00:00 |
|
matthias.ringwald@gmail.com
|
93f1e93b9a
|
Edited wiki page MSP430GettingStarted through web user interface.
|
2011-10-16 20:48:33 +00:00 |
|
matthias.ringwald@gmail.com
|
02e2e670b9
|
Edited wiki page MSP430GettingStarted through web user interface.
|
2011-10-16 20:39:33 +00:00 |
|
matthias.ringwald@gmail.com
|
72d07750ed
|
Edited wiki page MSP430GettingStarted through web user interface.
|
2011-10-16 20:30:50 +00:00 |
|
matthias.ringwald@gmail.com
|
7f52bc2295
|
Edited wiki page MSP430GettingStarted through web user interface.
|
2011-10-16 20:29:20 +00:00 |
|
matthias.ringwald@gmail.com
|
7c46c40a5b
|
Edited wiki page MSP430GettingStarted through web user interface.
|
2011-10-16 20:20:58 +00:00 |
|
matthias.ringwald@gmail.com
|
5ff7e12f4a
|
Edited wiki page MSP430GettingStarted through web user interface.
|
2011-10-16 20:15:43 +00:00 |
|
matthias.ringwald@gmail.com
|
a74663029f
|
Edited wiki page MSP430GettingStarted through web user interface.
|
2011-10-16 20:11:57 +00:00 |
|
matthias.ringwald@gmail.com
|
25faed98a6
|
Edited wiki page MSP430GettingStarted through web user interface.
|
2011-10-16 20:11:07 +00:00 |
|
matthias.ringwald@gmail.com
|
ed6a2ab2ae
|
Edited wiki page MSP430GettingStarted through web user interface.
|
2011-10-16 20:07:58 +00:00 |
|
matthias.ringwald@gmail.com
|
cf910cf219
|
Edited wiki page MSP430GettingStarted through web user interface.
|
2011-10-16 20:02:19 +00:00 |
|
matthias.ringwald@gmail.com
|
2b2dc50f73
|
Created wiki page through web user interface.
|
2011-10-16 19:59:11 +00:00 |
|
matthias.ringwald@gmail.com
|
23a0af88ed
|
Edited wiki page CC256x through web user interface.
|
2011-10-16 19:34:36 +00:00 |
|
peter.voser.btstack@gmail.com
|
d417710f00
|
Added BTstack porting layer for Micrium's uC/OS.
|
2011-10-12 09:11:21 +00:00 |
|
matthias.ringwald
|
39f5baa59a
|
more compile fixes from Simon
|
2011-10-08 16:58:36 +00:00 |
|
matthias.ringwald
|
b03e14eb1f
|
comment unused variable
|
2011-10-08 16:38:21 +00:00 |
|
matthias.ringwald
|
f53674e547
|
comment unused variable
|
2011-10-08 16:37:43 +00:00 |
|
matthias.ringwald
|
8b44e303f3
|
store MTU for connection, remove unused variables
|
2011-10-08 16:36:25 +00:00 |
|
matthias.ringwald
|
a8fcceca67
|
no lcd used by spp_counter
|
2011-10-02 13:23:01 +00:00 |
|
matthias.ringwald
|
5909f7f2d1
|
handle HCI_SUBEVENT_LE_CONNECTION_COMPLETE
|
2011-10-01 15:47:15 +00:00 |
|
matthias.ringwald
|
9c65ff5e48
|
added LE events
|
2011-10-01 14:21:26 +00:00 |
|
mila@ringwald.ch
|
bbaeb5ac4a
|
avoid segfault when out of memory
|
2011-09-26 21:04:04 +00:00 |
|
matthias.ringwald
|
eedfb86250
|
added read/write le host supported
|
2011-09-25 19:38:06 +00:00 |
|
matthias.ringwald
|
6b78cfd088
|
revert last conmmit. order was correct
|
2011-09-25 19:16:37 +00:00 |
|
matthias.ringwald
|
24e9d60af0
|
fix order of BD_ADDR human representation
|
2011-09-25 18:51:28 +00:00 |
|
matthias.ringwald
|
0190978979
|
added hci_read_local_supported_features
|
2011-09-25 18:35:20 +00:00 |
|
matthias.ringwald
|
da75afa946
|
add OGF_LE_CONTROLLER
|
2011-09-25 18:34:46 +00:00 |
|
matthias.ringwald
|
14c530a3a2
|
use 'config.h' instead of '../config.h' to make standalone builds easier
|
2011-09-25 14:50:39 +00:00 |
|
matthias.ringwald
|
5b6549c924
|
more source files
|
2011-09-25 14:20:02 +00:00 |
|
matthias.ringwald
|
75f69bfa41
|
use 'config.h' instead of '../config.h' to make standalone builds easier
|
2011-09-25 14:15:05 +00:00 |
|
matthias.ringwald
|
c8901d41d6
|
use 'config.h' instead of '../config.h' to make standalone builds easier
|
2011-09-25 14:14:10 +00:00 |
|
matthias.ringwald
|
748ce49b14
|
no need for config.h
|
2011-09-25 14:11:18 +00:00 |
|
matthias.ringwald
|
a33ebe64a3
|
no need for config.h
|
2011-09-25 14:11:10 +00:00 |
|
matthias.ringwald
|
04e42ad0d4
|
don't send test data in echo example
|
2011-09-25 14:03:40 +00:00 |
|
matthias.ringwald
|
071f140242
|
add prototypes for Low Energy commands
|
2011-09-24 18:27:59 +00:00 |
|
matthias.ringwald@gmail.com
|
7ac235e74c
|
add Bluetooth Low Energy HCI commands from 4.0 specification
|
2011-09-24 18:17:02 +00:00 |
|
matthias.ringwald
|
53b382dc71
|
enable new eHCILL for demos
|
2011-09-22 19:37:16 +00:00 |
|
matthias.ringwald
|
159f74771f
|
h4 eHCILL implementation
|
2011-09-22 19:35:42 +00:00 |
|
matthias.ringwald
|
1c89612df3
|
Edited wiki page CC256x through web user interface.
|
2011-09-19 20:20:49 +00:00 |
|
matthias.ringwald
|
280329f988
|
Edited wiki page CC256x through web user interface.
|
2011-09-19 20:20:16 +00:00 |
|
matthias.ringwald
|
150e714254
|
different fix, this time working
|
2011-09-18 22:34:43 +00:00 |
|
matthias.ringwald
|
6bee57a2b2
|
only add , for cc2560
|
2011-09-18 22:27:11 +00:00 |
|
matthias.ringwald
|
a943456358
|
add missing colon
|
2011-09-18 22:08:56 +00:00 |
|
matthias.ringwald
|
5efc935a3a
|
temp fix for bug fixed in mspgcc LTS but not in ubuntu 11.10
|
2011-09-18 19:26:48 +00:00 |
|
matthias.ringwald
|
e889812346
|
use correct capitalization
|
2011-09-18 18:14:01 +00:00 |
|