File tree Expand file tree Collapse file tree 3 files changed +14
-1
lines changed Expand file tree Collapse file tree 3 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 77 " Breadboard friendly" ,
88 " Castellated Pads" ,
99 " Micro USB" ,
10- " WiFi"
10+ " WiFi" ,
11+ " Bluetooth"
1112 ],
1213 "id" : " rp2-pico-w" ,
1314 "images" : [
Original file line number Diff line number Diff line change 11include ("$(PORT_DIR)/boards/manifest.py" )
22
33require ("bundle-networking" )
4+
5+ # Bluetooth
6+ require ("aioble" )
Original file line number Diff line number Diff line change 11# cmake file for Raspberry Pi Pico W
2+
3+ # The C malloc is needed by cyw43-driver Bluetooth
4+ set (MICROPY_C_HEAP_SIZE 4096)
5+
26set (MICROPY_PY_LWIP ON )
37set (MICROPY_PY_NETWORK_CYW43 ON )
48
9+ # Bluetooth
10+ set (MICROPY_PY_BLUETOOTH ON )
11+ set (MICROPY_BLUETOOTH_BTSTACK ON )
12+ set (MICROPY_PY_BLUETOOTH_CYW43 ON )
13+
514# Board specific version of the frozen manifest
615set (MICROPY_FROZEN_MANIFEST ${MICROPY_BOARD_DIR} /manifest.py)
You can’t perform that action at this time.
0 commit comments