From 7cdb8a02d8a4a4150874cdbd3b8ae2e58489d101 Mon Sep 17 00:00:00 2001 From: Matthias Ringwald Date: Wed, 23 Dec 2015 16:22:20 +0100 Subject: [PATCH] split wiced port into platform/wiced and port/redbear-duo --- {port => platform}/wiced/hci_transport_h4_wiced.c | 0 {port => platform}/wiced/run_loop_wiced.c | 0 port/{wiced => redbear-duo}/btstack-config.h | 0 port/{wiced => redbear-duo}/main.c | 0 port/{wiced/wiced.mk => redbear-duo/redbear-duo.mk} | 4 ++-- 5 files changed, 2 insertions(+), 2 deletions(-) rename {port => platform}/wiced/hci_transport_h4_wiced.c (100%) rename {port => platform}/wiced/run_loop_wiced.c (100%) rename port/{wiced => redbear-duo}/btstack-config.h (100%) rename port/{wiced => redbear-duo}/main.c (100%) rename port/{wiced/wiced.mk => redbear-duo/redbear-duo.mk} (93%) diff --git a/port/wiced/hci_transport_h4_wiced.c b/platform/wiced/hci_transport_h4_wiced.c similarity index 100% rename from port/wiced/hci_transport_h4_wiced.c rename to platform/wiced/hci_transport_h4_wiced.c diff --git a/port/wiced/run_loop_wiced.c b/platform/wiced/run_loop_wiced.c similarity index 100% rename from port/wiced/run_loop_wiced.c rename to platform/wiced/run_loop_wiced.c diff --git a/port/wiced/btstack-config.h b/port/redbear-duo/btstack-config.h similarity index 100% rename from port/wiced/btstack-config.h rename to port/redbear-duo/btstack-config.h diff --git a/port/wiced/main.c b/port/redbear-duo/main.c similarity index 100% rename from port/wiced/main.c rename to port/redbear-duo/main.c diff --git a/port/wiced/wiced.mk b/port/redbear-duo/redbear-duo.mk similarity index 93% rename from port/wiced/wiced.mk rename to port/redbear-duo/redbear-duo.mk index 7ea6b5654..39c8f93f3 100644 --- a/port/wiced/wiced.mk +++ b/port/redbear-duo/redbear-duo.mk @@ -5,8 +5,8 @@ GLOBAL_INCLUDES += . ../../src ../../platform/embedded ../../chipset/bcm $(NAME)_SOURCES += \ main.c \ - run_loop_wiced.c \ - hci_transport_h4_wiced.c \ + ../../platform/wiced/run_loop_wiced.c \ + ../../platform/wiced/hci_transport_h4_wiced.c \ ../../chipset/bcm/bt_control_bcm.c \ ../../src/bk_linked_list.c \ ../../src/btstack_memory.c \