matthias.ringwald@gmail.com
|
667aa496c7
|
fix typo
|
2014-10-02 12:27:24 +00:00 |
|
matthias.ringwald@gmail.com
|
5620298627
|
use/configure openOCD for flashing
|
2014-10-02 09:04:31 +00:00 |
|
matthias.ringwald@gmail.com
|
6ae6a34cc0
|
remove disabled code
|
2014-10-02 07:48:30 +00:00 |
|
matthias.ringwald@gmail.com
|
7e68d623b9
|
nucleo boots up at 115kb
|
2014-10-02 07:43:57 +00:00 |
|
matthias.ringwald@gmail.com
|
d901374d9a
|
add in alpha Bluetooth code
|
2014-09-29 21:08:37 +00:00 |
|
matthias.ringwald@gmail.com
|
69deacbacd
|
let led blink
|
2014-09-29 20:29:21 +00:00 |
|
matthias.ringwald@gmail.com
|
a2c09c83bb
|
primitive hal_led interface
|
2014-09-29 20:29:04 +00:00 |
|
matthias.ringwald@gmail.com
|
bfee83c29b
|
fix compiler warnings
|
2014-09-29 20:06:39 +00:00 |
|
matthias.ringwald@gmail.com
|
6f7ecb09e3
|
fix unused parmeters warnings in btstack_memory
|
2014-09-29 19:53:42 +00:00 |
|
matthias.ringwald@gmail.com
|
3ad83cc639
|
correct prototypes
|
2014-09-29 18:13:00 +00:00 |
|
matthias.ringwald@gmail.com
|
7bb5609e0a
|
started stm32-f103rb-nucleo port
|
2014-09-28 20:48:04 +00:00 |
|
mila@ringwald.ch
|
23bed257d1
|
number of freed packets sanitized number of completed
|
2014-09-26 13:38:57 +00:00 |
|
mila@ringwald.ch
|
2f2c3f50b1
|
gatt battery level query example
|
2014-09-26 08:45:34 +00:00 |
|
mila@ringwald.ch
|
d19ec76901
|
generate.py moved to tools
|
2014-09-25 09:31:53 +00:00 |
|
mila@ringwald.ch
|
b610783c4a
|
add BTSTACK_EVENT_POWERON_FAILED description
|
2014-09-25 09:19:53 +00:00 |
|
matthias.ringwald@gmail.com
|
67f9f81af2
|
Edited wiki page GettingStarted through web user interface.
|
2014-09-23 07:35:15 +00:00 |
|
matthias.ringwald@gmail.com
|
58fea31756
|
update path for ios examples, too
|
2014-09-23 07:33:46 +00:00 |
|
matthias.ringwald@gmail.com
|
2123836d92
|
moved client-server-based examples into examples/daemon
|
2014-09-23 07:29:25 +00:00 |
|
matthias.ringwald@gmail.com
|
6d61352f79
|
new example categories: embedded vs. daemon
|
2014-09-22 20:28:01 +00:00 |
|
matthias.ringwald
|
81ecca98c8
|
removed .gitignore
|
2014-09-22 08:16:40 +00:00 |
|
matthias.ringwald@gmail.com
|
c37a3166d2
|
added gap_update_connection_parameters
|
2014-09-21 19:43:59 +00:00 |
|
matthias.ringwald@gmail.com
|
198795bf17
|
remove unused test code generation, use sdp_create_spp_service instead of local copy
|
2014-09-21 18:54:45 +00:00 |
|
mila@ringwald.ch
|
f0e135986e
|
seperate LIBUSB flags, only use to compile BTdaemon
|
2014-09-18 21:01:07 +00:00 |
|
mila@ringwald.ch
|
51774baa91
|
use CFLAGS for LIBUSB include flags
|
2014-09-18 20:54:40 +00:00 |
|
mila@ringwald.ch
|
6fd91241ca
|
remove unused libusb include
|
2014-09-18 20:53:59 +00:00 |
|
mila@ringwald.ch
|
533c0e8283
|
split ancs_client in main app and lib, use pkg-config for libusb
|
2014-09-10 21:03:38 +00:00 |
|
mila@ringwald.ch
|
3e67b70164
|
zero client struct after malloc, add null pointer check, don't power up right away
|
2014-09-10 19:04:57 +00:00 |
|
mila@ringwald.ch
|
82da37461e
|
disable LE Peripheral code in daemon
|
2014-09-10 07:57:25 +00:00 |
|
mila@ringwald.ch
|
3b585bee6e
|
use BTstack as name, re-enabel advertisements after disconnect
|
2014-09-08 18:53:11 +00:00 |
|
mila@ringwald.ch
|
f91e0d73dd
|
init sm to get gatt server working
|
2014-09-08 18:41:14 +00:00 |
|
mila@ringwald.ch
|
42c497d69d
|
fix typo in hci_transport_h2_libusb.c and path to remote_device_db_memory.c
|
2014-09-07 20:00:37 +00:00 |
|
mila@ringwald.ch
|
92c41fe524
|
set up GATT Server with empty ATT database
|
2014-09-07 19:30:36 +00:00 |
|
mila@ringwald.ch
|
5b09aef38a
|
check client handler before calling it att_server
|
2014-09-07 19:27:54 +00:00 |
|
mila@ringwald.ch
|
dfc6ff89b3
|
rename event_type->advertising_event_type to avoid overriding Event.getEventType() - second try
|
2014-09-07 18:59:02 +00:00 |
|
mila@ringwald.ch
|
7c02ae512f
|
revert r2796
|
2014-09-07 18:58:05 +00:00 |
|
matthias.ringwald@gmail.com
|
2c5fb23477
|
marked getters in Event and Packet as final to prevent overriding by genereated event classes
|
2014-09-07 09:02:18 +00:00 |
|
matthias.ringwald@gmail.com
|
6278657ebd
|
rename event_type->advertising_event_type to avoid overriding Event.getEventType()
|
2014-09-07 09:00:17 +00:00 |
|
matthias.ringwald@gmail.com
|
22f6379b3a
|
set state before notifying user
|
2014-09-05 14:59:16 +00:00 |
|
matthias.ringwald@gmail.com
|
54ed2ecaf7
|
fix remote_mtu and flush_timeout in L2CAP_EVENT_CHANNEL_OPENED
|
2014-09-05 14:34:22 +00:00 |
|
matthias.ringwald@gmail.com
|
149f622682
|
fix type cast warnings
|
2014-09-05 12:31:58 +00:00 |
|
matthias.ringwald@gmail.com
|
8ea7e5af59
|
added event formats for HCI_EVENT_COMMAND_COMPLETE HCI_EVENT_COMMAND_STATUS
|
2014-09-05 10:33:57 +00:00 |
|
matthias.ringwald@gmail.com
|
2d5d8e4c7c
|
added support for hci command event return parameters - variable size data until end of packet
|
2014-09-05 10:33:09 +00:00 |
|
matthias.ringwald@gmail.com
|
b263bd6eab
|
Edited wiki page iPodTouch1stGen through web user interface.
|
2014-09-05 09:58:02 +00:00 |
|
matthias.ringwald@gmail.com
|
77102cf681
|
Deleted wiki page BNEP through web user interface.
|
2014-09-05 09:50:47 +00:00 |
|
matthias.ringwald@gmail.com
|
a7d12effed
|
add missing have_ble check
|
2014-09-04 21:08:31 +00:00 |
|
mila@ringwald.ch
|
00bd262b83
|
disconnect connection moved into daemon
|
2014-09-04 20:58:14 +00:00 |
|
matthias.ringwald@gmail.com
|
d0fdae3c25
|
added GATT Client memory pool
|
2014-09-04 20:40:23 +00:00 |
|
matthias.ringwald@gmail.com
|
bb69aaaeef
|
removed cast for btstack_memory_X_get calls
|
2014-09-04 20:35:14 +00:00 |
|
matthias.ringwald@gmail.com
|
5b04e01774
|
also update uCos port memory pool
|
2014-09-04 20:21:39 +00:00 |
|
matthias.ringwald@gmail.com
|
6527a633fa
|
use struct types in btstack memory pools instead of void *
|
2014-09-04 20:19:38 +00:00 |
|