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.
This commit is contained in:
parent
80c9c2e3c0
commit
309ae12346
|
@ -31,7 +31,7 @@ else
|
|||
include ../py/mkenv.mk
|
||||
include boards/$(BOARD)/mpconfigboard_$(SD_LOWER).mk
|
||||
|
||||
include sdk/sdk_common.mk
|
||||
include sdk/bluetooth_common.mk
|
||||
endif
|
||||
|
||||
# qstr definitions (must come before including py.mk)
|
||||
|
|
|
@ -206,7 +206,7 @@
|
|||
|
||||
// if sdk is in use, import configuration
|
||||
#if BLUETOOTH_SD
|
||||
#include "nrf5_sdk_conf.h"
|
||||
#include "bluetooth_conf.h"
|
||||
#endif
|
||||
|
||||
#ifndef MICROPY_PY_UBLUEPY
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
#ifndef HELP_SD_H__
|
||||
#define HELP_SD_H__
|
||||
|
||||
#include "nrf5_sdk_conf.h"
|
||||
#include "bluetooth_conf.h"
|
||||
|
||||
#if MICROPY_PY_BLE
|
||||
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
* THE SOFTWARE.
|
||||
*/
|
||||
|
||||
#include "nrf5_sdk_conf.h"
|
||||
#include "bluetooth_conf.h"
|
||||
|
||||
#if MICROPY_PY_BLE_6LOWPAN
|
||||
|
||||
|
|
Loading…
Reference in New Issue