Commit Graph

60 Commits

Author SHA1 Message Date
Matthias Ringwald
d77060bd01 bcm: list SCO over HCI as supported via USB 2017-01-19 14:35:11 +01:00
Matthias Ringwald
a508997d74 Merge branch 'develop' into windows-h4 2017-01-16 21:32:42 +01:00
Matthias Ringwald
8084ae4a58 cc256x: fix compile by incl. btstack_chipset_cc256x.h in generated init script files 2016-12-19 16:12:43 +01:00
Matthias Ringwald
2b39b77181 Merge branch 'windows-h4' of https://github.com/bluekitchen/btstack into windows-h4 2016-12-19 15:35:38 +01:00
Matthias Ringwald
48093f1910 docs: fix CC256x table 2016-12-14 15:22:09 +01:00
Matthias Ringwald
4f537631e3 docs: update cc256x info 2016-12-14 14:29:27 +01:00
Matthias Ringwald
ed5d91bab6 cc256x: provide btstack_chipset_cc256x_lmp_subversion(), validate in posix-h4 port 2016-12-14 12:31:16 +01:00
Matthias Ringwald
06ee659a5c cc256x: only convert individual files instead processing all *.bts files 2016-12-14 11:32:40 +01:00
Matthias Ringwald
37da03da17 cc256x: fetch CC256xB v1.5 and CC256xC v1.0 from BlueKitchen site, only extract individual files from .zips 2016-12-14 10:50:55 +01:00
Matthias Ringwald
73ff2b1c17 cc256x: map aka to lmp_subversion and provide generated init script 2016-12-13 22:35:30 +01:00
Matthias Ringwald
6ab4420a83 cc256x: list unified 'aka' init script version 2016-12-13 22:17:22 +01:00
Matthias Ringwald
439b93a15d chipsets: add CC256xC 2016-12-13 21:47:51 +01:00
Matthias Ringwald
69316fe8e4 cc256x: fixes Makefile.inc, cleanup conversion script 2016-12-13 21:41:47 +01:00
Matthias Ringwald
638e16f3df cc256x: support CC256xB v1.5 and CC256xC v1.0 service packs 2016-12-13 15:47:10 +01:00
Matthias Ringwald
9ed5a9efe4 bcm: fix compile for windows 2016-12-02 17:18:36 +01:00
Matthias Ringwald
29c2a6e312 docs: review, more on baud rate changes 2016-11-19 22:04:58 +01:00
Matthias Ringwald
7a656c7926 docs: fix path to imag 2016-11-18 18:20:25 +01:00
Matthias Ringwald
35e00af028 docs: move chipsets.md to chipsets/README.md, add to manual 2016-11-18 18:16:17 +01:00
Matthias Ringwald
fc1ce7736c chipset-bcm: start collecting .hcd files: AP6212A / BCM43438A1. Use fast uart with Broadcom chips 2016-11-17 14:59:45 +01:00
Matthias Ringwald
64eccac7d9 chipset-bcm: support .hcd files in posix-h4 port 2016-11-14 17:40:06 +01:00
Matthias Ringwald
e63eef5d93 cc256x: add command for setting bd addr 2016-07-17 20:53:57 +02:00
Matthias Ringwald
5ca1628e7e chipset/cc256x: fix compile for ANT add-on 2016-07-05 11:07:04 +02:00
Matthias Ringwald
5415113f9f cc256x: follow recommendations for SCO over HCI 2016-05-20 14:26:01 +02:00
Matthias Ringwald
edc52946c2 cc256x: support CC256xB v1.4 init scripts 2016-05-20 11:13:49 +02:00
Matthias Ringwald
a3fe55ccff cc256x: support older chipsets 2016-05-20 10:36:17 +02:00
Matthias Ringwald
05b338c5b8 csr: fix ps key for h5 config 2016-04-29 14:49:16 +02:00
Matthias Ringwald
35dfa65188 csr: enable RTS/CTS for BCSP and H5 2016-04-29 14:05:32 +02:00
Matthias Ringwald
f6a20ec99f eHCILL: use ENABLE_EHCILL instead of HAVE_EHCILL plus runtime enable call, updated docs 2016-04-27 15:18:55 +02:00
Matthias Ringwald
c4054521da cc256x: avoid sending random HCI at end of init script 2016-03-26 23:00:17 +01:00
Matthias Ringwald
51acb41463 fix old contact email 2016-03-26 22:03:43 +01:00
Matthias Ringwald
71c4de7a56 sco: HAVE_SCO_OVER_HCI -> ENABLE_SCO_OVER_HCI 2016-03-01 17:29:04 +01:00
Matthias Ringwald
a47028ed44 fix compile 2016-02-24 17:14:56 +01:00
Matthias Ringwald
f8fbdce0c5 use little/big_endian_read/store_16/24/32 2016-01-31 00:07:32 +01:00
Matthias Ringwald
26a5de6f3c csr: add another pskey that could help for SCO over HCI 2016-01-22 22:34:47 +01:00
Matthias Ringwald
593df0d91a csr: fix baudrate change 2016-01-22 22:22:41 +01:00
Matthias Ringwald
fc62ef06d9 csr: try to enable SCO over HCI - doesn't work with tested CSR8811 inside BTM805 2016-01-22 21:58:35 +01:00
Matthias Ringwald
c0cdcfe728 hci: added local version information callback to allow for runtime driver selection 2016-01-22 20:55:43 +01:00
Matthias Ringwald
fb55bd0acc remove btstack_control_h from hci_init. mark btstack_control, hci_transport, and hci_transport_config as const 2016-01-22 17:16:06 +01:00
Matthias Ringwald
faa6c1f625 renamed bt_control_chipsetname into btstack_chipset_chipsetname. fix some builds 2016-01-22 17:01:08 +01:00
Matthias Ringwald
3fb36a2984 chipset: remove all chipset functions from btstack_control.h and use from hci.c 2016-01-22 15:41:59 +01:00
Matthias Ringwald
58360f586d chipset: add btstack_chipset to all chipset drivers 2016-01-22 14:33:46 +01:00
Matthias Ringwald
0af2bb27be add btstack_chipset_t 2016-01-22 11:19:59 +01:00
Matthias Ringwald
7907f06931 btstack-config.h -> btstack_config.h 2016-01-21 15:41:16 +01:00
Matthias Ringwald
a9a4c40924 structure btstack-config.h 2016-01-21 15:33:36 +01:00
Matthias Ringwald
75a994c4ca ant: hide internal functions, rename ant_cmds -> ant_cmd 2016-01-21 12:12:37 +01:00
Matthias Ringwald
5604262918 hci_cmds -> hci_cmd 2016-01-21 11:33:17 +01:00
Matthias Ringwald
eb8860135e fix missing bstack_ for struct data_source and struct timer. utils->btstack_util 2016-01-20 16:10:07 +01:00
Matthias Ringwald
af3c1ffe4c rename bt_control_h top btstack_control.h 2016-01-20 15:06:36 +01:00
Matthias Ringwald
16ece13520 prefix debug with btstack_ 2016-01-20 14:52:45 +01:00
Matthias Ringwald
7fe5c1bdd3 cleanup after merge, add port/posix-csr 2016-01-17 22:12:19 +01:00