Enable SD132v2.0.1 BLE and UBLUEPY support by default
This commit is contained in:
parent
23eb79ca8f
commit
1276c12097
@ -6,7 +6,8 @@ $(error Invalid BOARD specified)
|
||||
endif
|
||||
|
||||
# If SoftDevice is selected, try to use that one.
|
||||
SD ?=
|
||||
# Default to SD132 (exact version can be set with SOFTDEV_VERSION)
|
||||
SD ?= s132
|
||||
SD_LOWER = $(shell echo $(SD) | tr '[:upper:]' '[:lower:]')
|
||||
|
||||
# TODO: Verify that it is a valid target.
|
||||
|
@ -274,8 +274,8 @@ extern const struct _mp_obj_module_t ble_module;
|
||||
{ MP_ROM_QSTR (MP_QSTR_utime ), MP_ROM_PTR(&mp_module_utime) }, \
|
||||
MUSIC_MODULE \
|
||||
RANDOM_MODULE \
|
||||
/*BLE_MODULE \
|
||||
UBLUEPY_MODULE \*/
|
||||
BLE_MODULE \
|
||||
UBLUEPY_MODULE \
|
||||
|
||||
|
||||
#define MICROPY_PORT_BUILTIN_MODULE_WEAK_LINKS \
|
||||
|
Loading…
Reference in New Issue
Block a user