8000 nrf5: Starting process of renaming files in sdk folder to facilitate … · godlygeek/circuitpython@309ae12 · GitHub
[go: up one dir, main page]

Skip to content

Commit 309ae12

Browse files
committed
nrf5: Starting process of renaming files in sdk folder to facilitate renaming of the folder and make it more logical. Transition will be from sdk to bluetooth.
1 parent 80c9c2e commit 309ae12

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed

nrf5/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ else
3131
include ../py/mkenv.mk
3232
include boards/$(BOARD)/mpconfigboard_$(SD_LOWER).mk
3333

34-
include sdk/sdk_common.mk
34+
include sdk/bluetooth_common.mk
3535
endif
3636

3737
# qstr definitions (must come before including py.mk)

nrf5/mpconfigport.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@
206206

207207
// if sdk is in use, import configuration
208208
#if BLUETOOTH_SD
209-
#include "nrf5_sdk_conf.h"
209+
#include "bluetooth_conf.h"
210210
#endif
211211

212212
#ifndef MICROPY_PY_UBLUEPY
File renamed without changes.

nrf5/sdk/help_sd.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
#ifndef HELP_SD_H__
2828
#define HELP_SD_H__
2929

30-
#include "nrf5_sdk_conf.h"
30+
#include "bluetooth_conf.h"
3131

3232
#if MICROPY_PY_BLE
3333

nrf5/sdk/iot_0.9.0/modnwble6lowpan.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
* THE SOFTWARE.
2525
*/
2626

27-
#include "nrf5_sdk_conf.h"
27+
#include "bluetooth_conf.h"
2828

2929
#if MICROPY_PY_BLE_6LOWPAN
3030

0 commit comments

Comments
 (0)
0