mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-29 22:20:37 +00:00
chipset: use cinnamon name for BlueKitchen Controller/Link Layer
This commit is contained in:
parent
6c10201034
commit
2c4f9bbb6d
@ -37,7 +37,7 @@ target_include_directories(port SYSTEM PUBLIC ${CMAKE_CURRENT_SOURCE_DIR}
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/port
|
||||
../../3rd-party/segger-rtt
|
||||
../../platform/embedded
|
||||
../../chipset/controller
|
||||
../../chipset/cinnamon
|
||||
../../src
|
||||
${NRF5_SDK_ROOT}/components/boards
|
||||
${NRF5_SDK_ROOT}/components/libraries/delay
|
||||
|
@ -26,9 +26,9 @@ C_SOURCES = \
|
||||
${BTSTACK_ROOT}/3rd-party/segger-rtt/SEGGER_RTT.c \
|
||||
${BTSTACK_ROOT}/3rd-party/segger-rtt/SEGGER_RTT_printf.c \
|
||||
${BTSTACK_ROOT}/3rd-party/segger-rtt/SEGGER_RTT_Syscalls_GCC.c \
|
||||
${BTSTACK_ROOT}/chipset/controller/controller.c \
|
||||
${BTSTACK_ROOT}/chipset/controller/hci_event.c \
|
||||
${BTSTACK_ROOT}/chipset/controller/hopping.c \
|
||||
${BTSTACK_ROOT}/chipset/cinnamon/controller.c \
|
||||
${BTSTACK_ROOT}/chipset/cinnamon/hci_event.c \
|
||||
${BTSTACK_ROOT}/chipset/cinnamon/hopping.c \
|
||||
${BTSTACK_ROOT}/platform/embedded/btstack_run_loop_embedded.c \
|
||||
${BTSTACK_ROOT}/platform/embedded/hci_dump_embedded_stdout.c \
|
||||
${BTSTACK_ROOT}/platform/embedded/hci_dump_segger_rtt_stdout.c \
|
||||
@ -89,7 +89,7 @@ INC_FOLDERS += \
|
||||
$(SDK_ROOT)//components/libraries/log/src \
|
||||
$(SDK_ROOT)/components/libraries/experimental_section_vars/ \
|
||||
$(BTSTACK_ROOT)/3rd-party/segger-rtt \
|
||||
$(BTSTACK_ROOT)/chipset/controller \
|
||||
$(BTSTACK_ROOT)/chipset/cinnamon \
|
||||
$(BTSTACK_ROOT)/src/ \
|
||||
$(BTSTACK_ROOT)/platform/embedded \
|
||||
../config \
|
||||
|
@ -83,9 +83,9 @@ ${BTSTACK_ROOT}/src/hci_dump.c \
|
||||
${BTSTACK_ROOT}/src/hci_transport_h4.c \
|
||||
${BTSTACK_ROOT}/src/l2cap.c \
|
||||
${BTSTACK_ROOT}/src/l2cap_signaling.c \
|
||||
${BTSTACK_ROOT}/chipset/controller/controller.c \
|
||||
${BTSTACK_ROOT}/chipset/controller/hci_event.c \
|
||||
${BTSTACK_ROOT}/chipset/controller/hopping.c \
|
||||
${BTSTACK_ROOT}/chipset/cinnamon/controller.c \
|
||||
${BTSTACK_ROOT}/chipset/cinnamon/hci_event.c \
|
||||
${BTSTACK_ROOT}/chipset/cinnamon/hopping.c \
|
||||
${BTSTACK_ROOT}/chipset/sx128x/ll_sx1280.c \
|
||||
${BTSTACK_ROOT}/chipset/sx128x/SMTC_Drivers/sx1280-driver-c/sx1280-hal.c \
|
||||
${BTSTACK_ROOT}/chipset/sx128x/SMTC_Drivers/sx1280-driver-c/sx1280.c \
|
||||
@ -186,7 +186,7 @@ C_INCLUDES = \
|
||||
-I ${BTSTACK_ROOT}/chipset/sx128x \
|
||||
-I ${BTSTACK_ROOT}/chipset/sx128x/SMTC_Drivers/ \
|
||||
-I ${BTSTACK_ROOT}/chipset/sx128x/SMTC_Drivers/sx1280-driver-c/ \
|
||||
-I ${BTSTACK_ROOT}/chipset/controller \
|
||||
-I ${BTSTACK_ROOT}/chipset/cinnamon \
|
||||
-I Drivers/CMSIS/Device/ST/STM32L4xx/Include \
|
||||
-I Drivers/CMSIS/Include \
|
||||
-I Drivers/STM32L4xx_HAL_Driver/Inc \
|
||||
|
Loading…
x
Reference in New Issue
Block a user