Skip to content

Commit 7f639fd

Browse files
committed
pbdrv/bluetooth: Init scripts for cc2560x.
The EV3 was released with two different revisions of the CC2560 bluetooth module. Therefore we cannot rely on a statically compiled bluetooth init script. We include both init scripts in the firmware to be selected dynamically at module startup time.
1 parent 6e2c634 commit 7f639fd

File tree

3 files changed

+4331
-1
lines changed

3 files changed

+4331
-1
lines changed

bricks/_common/sources.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ PBIO_SRC_C = $(addprefix lib/pbio/,\
127127
drv/bluetooth/bluetooth_btstack_uart_block_ev3.c \
128128
drv/bluetooth/bluetooth_btstack_uart_block_stm32_hal.c \
129129
drv/bluetooth/bluetooth_btstack.c \
130-
drv/bluetooth/bluetooth_init_cc2564C_1.4.c \
130+
drv/bluetooth/bluetooth_init_cc2560x.c \
131131
drv/bluetooth/bluetooth_simulation.c \
132132
drv/bluetooth/bluetooth_stm32_bluenrg.c \
133133
drv/bluetooth/bluetooth_stm32_cc2640.c \

0 commit comments

Comments
 (0)