提交 856e08b1 编写于 作者: P Peter Harper 提交者: Damien George

rp2/boards/PICO_W: Enable Bluetooth Low Energy support.

Signed-off-by: NDamien George <damien@micropython.org>
上级 ba83f6d5
......@@ -7,7 +7,8 @@
"Breadboard friendly",
"Castellated Pads",
"Micro USB",
"WiFi"
"WiFi",
"Bluetooth"
],
"id": "rp2-pico-w",
"images": [
......
include("$(PORT_DIR)/boards/manifest.py")
require("bundle-networking")
# Bluetooth
require("aioble")
# cmake file for Raspberry Pi Pico W
# The C malloc is needed by cyw43-driver Bluetooth
set(MICROPY_C_HEAP_SIZE 4096)
set(MICROPY_PY_LWIP ON)
set(MICROPY_PY_NETWORK_CYW43 ON)
# Bluetooth
set(MICROPY_PY_BLUETOOTH ON)
set(MICROPY_BLUETOOTH_BTSTACK ON)
set(MICROPY_PY_BLUETOOTH_CYW43 ON)
# Board specific version of the frozen manifest
set(MICROPY_FROZEN_MANIFEST ${MICROPY_BOARD_DIR}/manifest.py)
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册