206 Commits

Author SHA1 Message Date
Matthias Ringwald
615ae44436 posix: cleanup fast FTDI hack 2016-03-30 17:02:46 +02:00
Matthias Ringwald
aec7654d98 prefix embedded HAVE_ 2016-03-30 11:06:56 +02:00
Matthias Ringwald
d0755cd68c prefix POSIX related HAVE_ defines 2016-03-30 10:59:47 +02:00
Matthias Ringwald
e32b1c032a drop HAVE_SO_NOSIGPIPE 2016-03-29 21:51:43 +02:00
Matthias Ringwald
06d662def5 add HAVE_STDIO to posix ports 2016-03-28 16:26:37 +02:00
Matthias Ringwald
f8d88472fc rename cocoa to corefoundation 2016-03-28 13:15:21 +02:00
Matthias Ringwald
59c6af158d add classic/core.h and ble/core.h, add ENABLE_CLASSIC where missing 2016-03-28 12:45:43 +02:00
Matthias Ringwald
a265b909d4 memory: use MAX_NR_ instead of MAX_NO_ 2016-03-28 12:05:33 +02:00
Matthias Ringwald
4164b7bb34 stm32: fix compile 2016-03-28 11:57:22 +02:00
Matthias Ringwald
96dc834d42 mtk: fix compile 2016-03-28 11:56:32 +02:00
Matthias Ringwald
0cb5b9716d fix prototypes for fn() 2016-03-28 11:44:30 +02:00
Matthias Ringwald
e3f52beb49 daemon: fix compile 2016-03-28 11:36:15 +02:00
Matthias Ringwald
63498137b1 msp430f5529: fix compile 2016-03-28 11:23:58 +02:00
Matthias Ringwald
dde31d0bb5 msp430: fix hci setup 2016-03-28 11:13:53 +02:00
Matthias Ringwald
2c455dad9a MAX_NO_BTSTACK_LINK_KEY_DB_MEMORYS -> MAX_NO_BTSTACK_LINK_KEY_DB_MEMORY_ENTRIES 2016-03-27 23:10:54 +02:00
Matthias Ringwald
af0d0df5e5 replace malloc+memset by calloc 2016-03-27 23:01:37 +02:00
Matthias Ringwald
40d883bd01 replace bzero with memset and drop HAVE_BZERO 2016-03-27 22:49:03 +02:00
Matthias Ringwald
51acb41463 fix old contact email 2016-03-26 22:03:43 +01:00
Matthias Ringwald
fffdd28857 Merge branch 'master' into develop 2016-03-25 23:15:14 +01:00
Matthias Ringwald
0d70dd6280 runloop: pass enable/disable callbacks to run loop impl 2016-03-24 22:19:26 +01:00
Matthias Ringwald
24ced5a6f6 runloop: enable callback for all data sources 2016-03-24 22:12:50 +01:00
Matthias Ringwald
f912b310ca runloop: pass callback type to data source process functions 2016-03-24 20:50:00 +01:00
Matthias Ringwald
7cd5ef9557 runloop: pass callback type to data source process functions 2016-03-24 20:46:20 +01:00
Matthias Ringwald
c4ae7169b8 runloop: replace struct btstack_data_source with btstack_data_source_t 2016-03-24 20:26:16 +01:00
Matthias Ringwald
3a5c43eebf runloop: set data source fd by new setter 2016-03-24 20:04:14 +01:00
Matthias Ringwald
40403fbfd4 runloop: set ds->process via setter 2016-03-24 19:42:12 +01:00
Matthias Ringwald
835c167141 runloop: set ds->process via setter 2016-03-24 19:36:55 +01:00
Matthias Ringwald
3250103aa0 posix: support B300/B1200 mapped to 2mbps hack 2016-03-23 15:54:41 +01:00
Matthias Ringwald
a6ddbcb91c hci: re-add local version information callback for dynamic chipset configuration 2016-03-22 22:15:59 +01:00
Matthias Ringwald
aedec01ab0 nrf5x: read RSSI for adv pdus 2016-03-20 21:25:05 +01:00
Matthias Ringwald
5c34373d6d nrf5x: drop advs with crc error, avoids bug in ad_parser 2016-03-20 21:13:27 +01:00
Matthias Ringwald
f0c05fddac nrf5x: hunting deadlock 2016-03-19 23:05:51 +01:00
Matthias Ringwald
666f0f1a25 nrf5x: use mutex to protect outgoing event buffer 2016-03-19 22:48:24 +01:00
Matthias Ringwald
211c43a022 nrf5x: use radio end event irq to process adv pdu 2016-03-19 22:35:30 +01:00
Matthias Ringwald
1f450fe42c nrf5x: add blocking retarget impl 2016-03-19 22:19:21 +01:00
Matthias Ringwald
0283db5655 nrf5: minimal viable port for the nRF5 Series 2016-03-18 11:28:14 +01:00
Matthias Ringwald
e607af9c65 doc: update memory config section 2016-03-17 17:28:05 +01:00
Matthias Ringwald
efda0b48f9 sdp_util: extract sdp_create_spp_service into spp_server and use spp_create_sdp_record 2016-03-17 11:24:38 +01:00
Matthias Ringwald
763c9b6f30 sdp_client: rename sdp_query_rfcomm -> sdp_client_query_rfcom 2016-03-17 10:58:11 +01:00
Matthias Ringwald
ec94e29f15 Merge branch 'develop' of https://github.com/bluekitchen/btstack into develop 2016-03-08 10:48:53 +01:00
Matthias Ringwald
8070883bfe .gitignore 2016-03-08 10:19:16 +01:00
Matthias Ringwald
cca7dd5cb1 pic32: fix compile 2016-03-07 22:06:47 +01:00
Matthias Ringwald
958ff6c679 pic32: remove unused missing header 2016-03-07 21:57:25 +01:00
Matthias Ringwald
6d53ac6920 pic32: fix project config 2016-03-07 21:20:27 +01:00
Matthias Ringwald
23a6544a48 stm32 port: fix compile 2016-03-07 17:42:57 +01:00
Matthias Ringwald
045013fe99 java: use streamline event names, GAP_LE_EVENT_ADVERTISING_REPORT -> GAP_EVENT_ADVERTISING_REPORT 2016-03-07 17:19:53 +01:00
Matthias Ringwald
8c274258eb daemon: no btstack_device_name_db_fs.c yet 2016-03-04 15:15:25 +01:00
Matthias Ringwald
6dd60d2741 arduino: fix paths for doc generation 2016-03-04 15:10:05 +01:00
Matthias Ringwald
726a19abef fix msp430 ports 2016-03-04 14:37:06 +01:00
Matthias Ringwald
a6efb91912 rewrite sscanf_bd_addr to be sscanf free 2016-03-04 14:21:22 +01:00