Browse Source

stm32/boards/PYBD: Allow building with BTstack (via make command line).

Work done in collaboration with Jim Mussared aka @jimmo.
pull/5672/head
Damien George 5 years ago
parent
commit
51f8591097
  1. 5
      ports/stm32/boards/PYBD_SF2/mpconfigboard.mk
  2. 5
      ports/stm32/boards/PYBD_SF3/mpconfigboard.mk
  3. 5
      ports/stm32/boards/PYBD_SF6/mpconfigboard.mk

5
ports/stm32/boards/PYBD_SF2/mpconfigboard.mk

@ -10,8 +10,9 @@ TEXT0_SECTIONS = .isr_vector .text .data
TEXT1_SECTIONS = .text_ext TEXT1_SECTIONS = .text_ext
# MicroPython settings # MicroPython settings
MICROPY_PY_BLUETOOTH = 1 MICROPY_PY_BLUETOOTH ?= 1
MICROPY_BLUETOOTH_NIMBLE = 1 MICROPY_BLUETOOTH_NIMBLE ?= 1
MICROPY_BLUETOOTH_BTSTACK ?= 0
MICROPY_PY_LWIP = 1 MICROPY_PY_LWIP = 1
MICROPY_PY_NETWORK_CYW43 = 1 MICROPY_PY_NETWORK_CYW43 = 1
MICROPY_PY_USSL = 1 MICROPY_PY_USSL = 1

5
ports/stm32/boards/PYBD_SF3/mpconfigboard.mk

@ -10,8 +10,9 @@ TEXT0_SECTIONS = .isr_vector .text .data
TEXT1_SECTIONS = .text_ext TEXT1_SECTIONS = .text_ext
# MicroPython settings # MicroPython settings
MICROPY_PY_BLUETOOTH = 1 MICROPY_PY_BLUETOOTH ?= 1
MICROPY_BLUETOOTH_NIMBLE = 1 MICROPY_BLUETOOTH_NIMBLE ?= 1
MICROPY_BLUETOOTH_BTSTACK ?= 0
MICROPY_PY_LWIP = 1 MICROPY_PY_LWIP = 1
MICROPY_PY_NETWORK_CYW43 = 1 MICROPY_PY_NETWORK_CYW43 = 1
MICROPY_PY_USSL = 1 MICROPY_PY_USSL = 1

5
ports/stm32/boards/PYBD_SF6/mpconfigboard.mk

@ -7,8 +7,9 @@ LD_FILES = boards/PYBD_SF6/f767.ld
TEXT0_ADDR = 0x08008000 TEXT0_ADDR = 0x08008000
# MicroPython settings # MicroPython settings
MICROPY_PY_BLUETOOTH = 1 MICROPY_PY_BLUETOOTH ?= 1
MICROPY_BLUETOOTH_NIMBLE = 1 MICROPY_BLUETOOTH_NIMBLE ?= 1
MICROPY_BLUETOOTH_BTSTACK ?= 0
MICROPY_PY_LWIP = 1 MICROPY_PY_LWIP = 1
MICROPY_PY_NETWORK_CYW43 = 1 MICROPY_PY_NETWORK_CYW43 = 1
MICROPY_PY_USSL = 1 MICROPY_PY_USSL = 1

Loading…
Cancel
Save