From b6a24fb95641b9c136a78a7305c0a7bca3ca52a3 Mon Sep 17 00:00:00 2001 From: Matthias Ringwald Date: Mon, 8 Jan 2018 22:52:43 +0100 Subject: [PATCH] posix-h4: add meta patch for em9304 --- port/posix-h4/Makefile | 2 ++ port/posix-h4/btstack_config.h | 1 + 2 files changed, 3 insertions(+) diff --git a/port/posix-h4/Makefile b/port/posix-h4/Makefile index 475d9cd1d..c95b7169b 100644 --- a/port/posix-h4/Makefile +++ b/port/posix-h4/Makefile @@ -17,6 +17,8 @@ CORE += \ main.c \ btstack_stdin_posix.c \ wav_util.c \ + crc32.c \ + 0000000_META_hci_patches_v5_iram.c \ # bluetooth_init_cc2564_2.14.c \ # bluetooth_init_cc2564C_1.0.c \ diff --git a/port/posix-h4/btstack_config.h b/port/posix-h4/btstack_config.h index 00b876d2e..daeb879a6 100644 --- a/port/posix-h4/btstack_config.h +++ b/port/posix-h4/btstack_config.h @@ -10,6 +10,7 @@ #define HAVE_POSIX_FILE_IO #define HAVE_BTSTACK_STDIN #define HAVE_POSIX_TIME +#define HAVE_EM9304_PATCH_CONTAINER // BTstack features that can be enabled #define ENABLE_BLE