File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Nordic files
22# ####################
3- drivers / bluetooth /s1 * /
3+ bluetooth /s1 * /
44
55# Build files
66# ####################
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ include ../../py/mkenv.mk
2121-include mpconfigport.mk
2222
2323ifneq ($(SD ) , )
24- include drivers/ bluetooth/bluetooth_common.mk
24+ include bluetooth/bluetooth_common.mk
2525endif
2626
2727FROZEN_MPY_DIR = freeze
@@ -41,16 +41,14 @@ INC += -I$(BUILD)
4141INC += -I$(BUILD ) /genhdr
4242INC += -I./../../lib/cmsis/inc
4343INC += -I./boards/$(BOARD )
44+ INC += -I./bluetooth
4445INC += -I./modules/ubluepy
4546INC += -I./modules/ble
4647INC += -I./nrfx
4748INC += -I./nrfx/hal
4849INC += -I./nrfx/mdk
4950INC += -I./nrfx/drivers/include
5051INC += -I../../lib/mp-readline
51- INC += -I./drivers/bluetooth
52- INC += -I./drivers
53- INC += -I./peripherals
5452INC += -I../../lib/tinyusb/src
5553INC += -I./usb
5654
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change @@ -15,11 +15,11 @@ endif
1515
1616CFLAGS += -DBLUETOOTH_SD_DEBUG=1
1717
18- INC += -Idrivers/bluetooth /$(SD ) _$(MCU_VARIANT ) _$(SOFTDEV_VERSION ) /$(SD ) _$(MCU_VARIANT ) _$(SOFTDEV_VERSION ) _API/include
19- INC += -Idrivers/bluetooth /$(SD ) _$(MCU_VARIANT ) _$(SOFTDEV_VERSION ) /$(SD ) _$(MCU_VARIANT ) _$(SOFTDEV_VERSION ) _API/include/$(MCU_VARIANT )
18+ INC += -Ibluetooth /$(SD ) _$(MCU_VARIANT ) _$(SOFTDEV_VERSION ) /$(SD ) _$(MCU_VARIANT ) _$(SOFTDEV_VERSION ) _API/include
19+ INC += -Ibluetooth /$(SD ) _$(MCU_VARIANT ) _$(SOFTDEV_VERSION ) /$(SD ) _$(MCU_VARIANT ) _$(SOFTDEV_VERSION ) _API/include/$(MCU_VARIANT )
2020
2121SOFTDEV_HEX_NAME = $(SD ) _$(MCU_VARIANT ) _$(SOFTDEV_VERSION ) _softdevice.hex
22- SOFTDEV_HEX_PATH = drivers/ bluetooth/$(SD ) _$(MCU_VARIANT ) _$(SOFTDEV_VERSION )
22+ SOFTDEV_HEX_PATH = bluetooth/$(SD ) _$(MCU_VARIANT ) _$(SOFTDEV_VERSION )
2323SOFTDEV_HEX = $(SOFTDEV_HEX_PATH ) /$(SOFTDEV_HEX_NAME )
2424
2525define STACK_MISSING_ERROR
@@ -32,7 +32,7 @@ define STACK_MISSING_ERROR
3232# #
3333# Please run the download script: #
3434# #
35- # drivers/ bluetooth/download_ble_stack.sh #
35+ # bluetooth/download_ble_stack.sh #
3636# #
3737# ######################################################
3838
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ You then need to download the SD and Nordic SDK files via:
1818
1919```
2020$ cd ports/nrf
21- $ ./drivers/ bluetooth/download_ble_stack.sh
21+ $ ./bluetooth/download_ble_stack.sh
2222```
2323
2424## Installing ` adafruit-nrfutil `
You can’t perform that action at this time.
0 commit comments