3054 Commits

Author SHA1 Message Date
matthias.ringwald@gmail.com
c03e16aeab added string helpers for link key and link key type from Christian Wick 2014-10-06 19:16:15 +00:00
matthias.ringwald@gmail.com
b0c7de49b9 use 250 ms system tick, disable eHCILL for now 2014-10-05 21:48:05 +00:00
matthias.ringwald@gmail.com
2c83071354 added #defines for BLE 2014-10-05 18:31:37 +00:00
matthias.ringwald@gmail.com
810505c066 use wfe instruction to enter sleep mode only if no event had occured prior. spp_and_le_counter working on STM32 2014-10-05 18:18:10 +00:00
matthias.ringwald@gmail.com
2121f530c8 fix warning on MSP430X check for other targets 2014-10-05 11:05:56 +00:00
matthias.ringwald@gmail.com
ac6b644223 use local hci_uart_config - 1 mbps not working with interal RC clock at 8 mhz 2014-10-05 10:54:40 +00:00
matthias.ringwald@gmail.com
452cf3bbef implemented L2CAP packet framgentation (in hci.c) 2014-10-05 10:30:58 +00:00
matthias.ringwald@gmail.com
2e480f6351 add #define to enable eHCILL mode logging 2014-10-05 09:32:32 +00:00
matthias.ringwald@gmail.com
bfca07b8cf fix compile 2014-10-05 09:23:05 +00:00
matthias.ringwald@gmail.com
578335164f use cc2564B service pack to enable BLE 2014-10-04 17:57:35 +00:00
matthias.ringwald@gmail.com
210c677480 fix generated GAP_LE_ADVERTISING_REPORT 2014-10-03 10:36:43 +00:00
matthias.ringwald@gmail.com
4f4b43f315 log locally generated gap le adv 2014-10-03 10:03:37 +00:00
mila@ringwald.ch
2eaec2f145 GATT battery query for daemon 2014-10-03 09:29:34 +00:00
mila@ringwald.ch
83fa000114 remove helper from list before freeing it 2014-10-03 09:28:33 +00:00
matthias.ringwald@gmail.com
cfc474427e updated readme 2014-10-02 21:43:16 +00:00
matthias.ringwald@gmail.com
c62674a9a4 added spp_and_le_counter (not working) 2014-10-02 21:42:14 +00:00
matthias.ringwald@gmail.com
2d93325cff added spp_counter (sometimes working) 2014-10-02 21:41:29 +00:00
matthias.ringwald@gmail.com
77f878ff5e disable extended warnings 2014-10-02 21:34:47 +00:00
mila@ringwald.ch
3b288578de added le_scan example 2014-10-02 20:22:04 +00:00
mila@ringwald.ch
7c40ac80c0 rewrote gatt_client state handling: API uses handles instaed of context structs (adapted examples and daemon) 2014-10-02 20:06:29 +00:00
mila@ringwald.ch
01159b07a8 added ATT_ERROR_TIMEOUT 2014-10-02 19:56:07 +00:00
matthias.ringwald@gmail.com
80b1e4cba6 use sleep mode and visualize it using LED2 2014-10-02 19:46:38 +00:00
matthias.ringwald@gmail.com
df60a1e976 use libopencmsis enable/disable irq calls 2014-10-02 19:14:42 +00:00
matthias.ringwald@gmail.com
8fea8d0a58 implement IRQ enable/disable 2014-10-02 15:21:25 +00:00
matthias.ringwald@gmail.com
ef5f429e40 beautify eHCILL log messages 2014-10-02 14:44:19 +00:00
matthias.ringwald@gmail.com
6d0dd2d7e8 added support for eHCILL 2014-10-02 14:30:16 +00:00
matthias.ringwald@gmail.com
d17defe15a enable log_info and log_error 2014-10-02 13:10:13 +00:00
matthias.ringwald@gmail.com
9412ece7fc move hci configuration into main.c 2014-10-02 12:47:00 +00:00
matthias.ringwald@gmail.com
95f2db4fa8 gap_inquiry working on nucleo 2014-10-02 12:30:06 +00:00
matthias.ringwald@gmail.com
1a1b52738c revert accidental commit 2014-10-02 12:28:55 +00:00
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