137 Commits

Author SHA1 Message Date
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
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
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
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
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
7bb5609e0a started stm32-f103rb-nucleo port 2014-09-28 20:48:04 +00:00
matthias.ringwald@gmail.com
58fea31756 update path for ios examples, too 2014-09-23 07:33:46 +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
92c41fe524 set up GATT Server with empty ATT database 2014-09-07 19:30:36 +00:00
mila@ringwald.ch
00bd262b83 disconnect connection moved into daemon 2014-09-04 20:58:14 +00:00
matthias.ringwald@gmail.com
de5d9fe42f moved general scripts into tools 2014-09-04 19:53:39 +00:00
matthias.ringwald@gmail.com
5754b9390d extra POSIX code and Makefile into platforms/posix/src 2014-09-04 19:24:00 +00:00
matthias.ringwald@gmail.com
32db4ecef0 moved remote_device_db_iphone and run_loop_cocoa to new platforms/cocoa 2014-09-04 14:34:03 +00:00
matthias.ringwald@gmail.com
acf6f745cd move platform_iphone to platforms/ios/src 2014-09-04 14:29:29 +00:00
matthias.ringwald@gmail.com
34e73f8d5d moved hci_transport_h4_iphone.c into platforms/ios 2014-09-04 14:19:09 +00:00
matthias.ringwald@gmail.com
3d7a3f6710 move bt_control_iphone into platforms/ios/src 2014-09-04 14:11:31 +00:00
matthias.ringwald@gmail.com
8a148cccf9 added distclean target for theos config 2014-09-04 14:06:00 +00:00
matthias.ringwald@gmail.com
2250dead6c move iOS project into platforms/ios 2014-09-04 14:01:15 +00:00