stm32-sx1280: move sx128x driver into chipset/sx128x

This commit is contained in:
Matthias Ringwald 2020-09-02 23:40:11 +02:00
parent 4a9a543dea
commit cb5466b082
29 changed files with 4 additions and 4 deletions

View File

@ -83,6 +83,8 @@ ${BTSTACK_ROOT}/chipset/sx128x/controller.c \
${BTSTACK_ROOT}/chipset/sx128x/hci_event.c \
${BTSTACK_ROOT}/chipset/sx128x//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 \
Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal.c \
Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_cortex.c \
Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma.c \
@ -105,8 +107,6 @@ Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim.c \
Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim_ex.c \
port/hal_timer.c \
port/btstack_port.c \
SMTC_Drivers/sx1280-driver-c/sx1280-hal.c \
SMTC_Drivers/sx1280-driver-c/sx1280.c \
Src/main.c \
Src/stm32l4xx_hal_msp.c \
Src/stm32l4xx_it.c \
@ -180,6 +180,8 @@ C_INCLUDES = \
-I ${BTSTACK_ROOT}/src/ble \
-I ${BTSTACK_ROOT}/src/ble/gatt-service \
-I ${BTSTACK_ROOT}/chipset/sx128x \
-I ${BTSTACK_ROOT}/chipset/sx128x/SMTC_Drivers/ \
-I ${BTSTACK_ROOT}/chipset/sx128x/SMTC_Drivers/sx1280-driver-c/ \
-I controller \
-I Drivers/CMSIS/Device/ST/STM32L4xx/Include \
-I Drivers/CMSIS/Include \
@ -187,8 +189,6 @@ C_INCLUDES = \
-I Drivers/STM32L4xx_HAL_Driver/Inc/Legacy \
-I Inc \
-I port \
-I SMTC_Drivers/ \
-I SMTC_Drivers/sx1280-driver-c/ \
-I .
# compile gcc flags