Skip to content

Commit 1276c12

Browse files
microbuildertannewt
authored andcommitted
Enable SD132v2.0.1 BLE and UBLUEPY support by default
1 parent 23eb79c commit 1276c12

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

ports/nrf/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ $(error Invalid BOARD specified)
66
endif
77

88
# If SoftDevice is selected, try to use that one.
9-
SD ?=
9+
# Default to SD132 (exact version can be set with SOFTDEV_VERSION)
10+
SD ?= s132
1011
SD_LOWER = $(shell echo $(SD) | tr '[:upper:]' '[:lower:]')
1112

1213
# TODO: Verify that it is a valid target.

ports/nrf/mpconfigport.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -274,8 +274,8 @@ extern const struct _mp_obj_module_t ble_module;
274274
{ MP_ROM_QSTR (MP_QSTR_utime ), MP_ROM_PTR(&mp_module_utime) }, \
275275
MUSIC_MODULE \
276276
RANDOM_MODULE \
277-
/*BLE_MODULE \
278-
UBLUEPY_MODULE \*/
277+
BLE_MODULE \
278+
UBLUEPY_MODULE \
279279

280280

281281
#define MICROPY_PORT_BUILTIN_MODULE_WEAK_LINKS \

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy