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 \