Merge branch 'master' into ble-api-cleanup

This commit is contained in:
Matthias Ringwald 2016-01-28 20:42:00 +01:00
commit 2a989d8add
4 changed files with 14 additions and 1 deletions

View File

@ -59,6 +59,10 @@
#error HCI_OUTGOING_PRE_BUFFER_SIZE not defined. Please update hci.h
#endif
#ifdef HAVE_EHCILL
#error "HCI Transport H4 DMA does not support eHCILL. Please use hci_transport_h4_ehcill_dma.c instead."
#endif
typedef enum {
H4_W4_PACKET_TYPE = 1,
H4_W4_EVENT_HEADER,

View File

@ -56,6 +56,10 @@
#include "hci.h"
#include "hci_transport.h"
#ifdef HAVE_EHCILL
#error "HCI Transport H4 POSIX does not support eHCILL yet. Please remove HAVE_EHCILL from your btstack-config.h"
#endif
// assert pre-buffer for packet type is available
#if !defined(HCI_OUTGOING_PRE_BUFFER_SIZE) || (HCI_OUTGOING_PRE_BUFFER_SIZE == 0)
#error HCI_OUTGOING_PRE_BUFFER_SIZE not defined. Please update hci.h

View File

@ -52,6 +52,10 @@
#include "hci.h"
#include "hci_transport.h"
#ifdef HAVE_EHCILL
#error "HCI Transport H5 POSIX does not support eHCILL yet. Please remove HAVE_EHCILL from your btstack-config.h"
#endif
typedef struct hci_transport_h5 {
hci_transport_t transport;
btstack_data_source_t *ds;

View File

@ -9,7 +9,8 @@
#define HAVE_INIT_SCRIPT
#define HAVE_BZERO
#define HAVE_TICK
#define HAVE_EHCILL
// #define HAVE_EHCILL
// BTstack features that can be enabled
#define ENABLE_BLE