3698 Commits

Author SHA1 Message Date
Matthias Ringwald
dd7b6f613f update sdp_util to create SPP v1.2 compliant record 2015-05-10 22:07:54 +02:00
Matthias Ringwald
be74c046e1 Merge branch 'master' of https://github.com/bluekitchen/btstack 2015-05-10 00:44:22 +02:00
Matthias Ringwald
b3cf26ff05 disable spp_accel demo due to limited flash with mspgcc 2015-05-10 00:44:04 +02:00
Milanka Ringwald
911bc0f1af Merge branch 'master' of https://github.com/bluekitchen/btstack 2015-05-09 00:07:47 +02:00
Matthias Ringwald
1ca90339a3 fix compile warning 2015-05-08 22:24:02 +02:00
Matthias Ringwald
b4678bb372 Merge branch 'master' of https://github.com/bluekitchen/btstack 2015-05-08 22:19:54 +02:00
Matthias Ringwald
8d29070e3b Send hci reset after setting bd addr on stlc2500d 2015-05-08 22:19:45 +02:00
Matthias Ringwald
2f48d9200b schedule bd addr change before baud change 2015-05-08 21:58:00 +02:00
Matthias Ringwald
bd60bbd509 add command to set bd addr for stlc2500d 2015-05-08 21:26:32 +02:00
Milanka Ringwald
6ea2468695 manual: unified section syntax, added missing paths 2015-05-08 15:09:18 +02:00
Milanka Ringwald
48c65e956e added mediatek docu 2015-05-08 11:58:13 +02:00
Matthias Ringwald
47725a8e7b use PRIu32 from inttypes.h to print 32 bit unsigned numbers 2015-05-07 22:48:33 +02:00
Matthias Ringwald
3f10c8597f fix unused variables 2015-05-07 22:39:21 +02:00
Matthias Ringwald
288f84bdbd avoid warning about uninitialized code 2015-05-07 20:53:22 +02:00
Matthias Ringwald
cf3ec1f683 use -fpic for libBTstack 2015-05-07 19:52:22 +02:00
Matthias Ringwald
3f827278f0 fix anchors 2015-05-07 17:37:10 +02:00
Matthias Ringwald
7b2f72db63 add instructions on HCI logging 2015-05-07 17:34:14 +02:00
Matthias Ringwald
b615042013 moved to manual for further processing 2015-05-07 13:33:00 +02:00
Matthias Ringwald
e14ac1dfae extract StateMachineExtration as seperate project 2015-05-07 13:23:56 +02:00
Matthias Ringwald
7102391c2a outdated 2015-05-07 13:20:42 +02:00
Matthias Ringwald
04bee3d032 Merge branch 'master' of https://github.com/bluekitchen/btstack 2015-05-06 22:41:02 +02:00
Matthias Ringwald
d2b9afd305 use https for libopencm3 checkout 2015-05-06 22:40:52 +02:00
Matthias Ringwald
360f3fe3b0 renamed generated site folder to btstack, provide script to upload docs to server 2015-05-06 17:17:32 +02:00
milamikica
d9f907dbc9 Update README.md 2015-05-05 23:00:30 +02:00
Milanka Ringwald
b01766dfe5 markdown fix 2015-05-05 22:50:59 +02:00
Matthias Ringwald
40770331a1 added site/ to .gitingore and basic Makefile 2015-05-05 12:07:25 +02:00
Matthias Ringwald
54754827cd make executable 2015-05-05 12:06:34 +02:00
milamikica
439fcdea01 Update README.md 2015-05-05 00:24:43 +02:00
Milanka Ringwald
79ce32253c Merge branch 'master' of https://github.com/bluekitchen/btstack 2015-05-05 00:21:41 +02:00
Milanka Ringwald
a11d132691 markdown version of btstack manual 2015-05-05 00:21:33 +02:00
Matthias Ringwald
a55d0e5f2a Makefile for all platforms 2015-05-03 21:28:06 +02:00
Matthias Ringwald
40a904a488 ignore more temp files 2015-05-03 21:08:27 +02:00
Matthias Ringwald
61d3083200 call get_version.sh from ios src makefile 2015-05-03 21:04:14 +02:00
Matthias Ringwald
d277f4dc01 fix build of daemon examples for ios 2015-05-03 20:55:01 +02:00
Matthias Ringwald
057267d4d9 fix ios theos build to work from platform folder (no copy of files around) 2015-05-03 11:31:01 +02:00
Matthias Ringwald
df1c8383a6 fix ios build 2015-05-03 11:06:50 +02:00
Matthias Ringwald
e3a5f28223 move automake files for daemon into platforms/daemon 2015-05-02 23:47:22 +02:00
Matthias Ringwald
b65d0a6321 moved daemon sources into platforms/daemon/src 2015-05-02 23:36:05 +02:00
Matthias Ringwald
da4528422a move Makefile.in for daemon into platforms/daemon 2015-05-02 23:12:11 +02:00
Matthias Ringwald
50f0940e7f move daemon sources to platforms/daemon 2015-05-02 23:05:29 +02:00
Matthias Ringwald
e50ff87cfe remove generated files 2015-05-02 19:05:37 +02:00
Matthias Ringwald
0d60e59da1 Merge pull request #3 from swilson/master
Fix C99 warnings.
2015-05-02 18:55:54 +02:00
Matthias Ringwald
3099764421 add targets for .bts files 2015-05-02 18:46:20 +02:00
Matthias Ringwald
1a6524a9c0 automatically download TI service packs from git.ti.com 2015-05-02 00:38:11 +02:00
Matthias Ringwald
aa0cf9f42d draft LE Peripheral example for Arduino, implementation is missing 2015-04-28 23:19:47 +02:00
Matthias Ringwald
8773374af6 renamed Arduino examples 2015-04-28 22:29:26 +02:00
Matthias Ringwald
6ac3d2d4a8 support for iBeacon in Arduino port 2015-04-28 22:15:43 +02:00
Matthias Ringwald
e02c7f3ec2 collect data about characteristics 2015-04-28 21:04:26 +02:00
Matthias Ringwald
16bc8fbe85 drop pseudo from Arduino example 2015-04-28 20:43:21 +02:00
Sean Wilson
6da48142ef Fix C99 warnings. 2015-04-28 10:31:53 -04:00