Enable SD132v2.0.1 BLE and UBLUEPY support by default

This commit is contained in:
microbuilder 2018-01-15 13:09:39 +01:00 committed by Scott Shawcroft
parent 23eb79ca8f
commit 1276c12097
2 changed files with 4 additions and 3 deletions

View File

@ -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.

View File

@ -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 \