diff options
| author | Dan Halbert <halbert@halwitz.org> | 2020-06-25 20:57:17 -0400 |
|---|---|---|
| committer | Dan Halbert <halbert@halwitz.org> | 2020-06-25 20:57:17 -0400 |
| commit | 759929c24a9966b64075bedfb365f3dfc66ad681 (patch) | |
| tree | 928afac1054566f50d51afce84b32aac7d5067ee /py/circuitpy_mpconfig.mk | |
| parent | bc4c74517a261e2eb80a1829877d4ad3b29763d2 (diff) | |
hci early wip; refactor supervisor bluetooth.c for nrf: tested
Diffstat (limited to 'py/circuitpy_mpconfig.mk')
| -rw-r--r-- | py/circuitpy_mpconfig.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/py/circuitpy_mpconfig.mk b/py/circuitpy_mpconfig.mk index 3459bff6d..239bb665e 100644 --- a/py/circuitpy_mpconfig.mk +++ b/py/circuitpy_mpconfig.mk @@ -79,6 +79,10 @@ CFLAGS += -DCIRCUITPY_BITBANGIO=$(CIRCUITPY_BITBANGIO) CIRCUITPY_BLEIO ?= 0 CFLAGS += -DCIRCUITPY_BLEIO=$(CIRCUITPY_BLEIO) +# _bleio can be supported on most any board via HCI +CIRCUITPY_BLEIO_HCI ?= 0 +CFLAGS += -DCIRCUITPY_BLEIO_HCI=$(CIRCUITPY_BLEIO_HCI) + CIRCUITPY_BOARD ?= 1 CFLAGS += -DCIRCUITPY_BOARD=$(CIRCUITPY_BOARD) |
