4eb72b34df
The default now includes all sub-components (security, l2cap, etc) and using the kwarg options is no longer supported. Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
11 lines
144 B
Python
11 lines
144 B
Python
include("$(PORT_DIR)/boards/manifest.py")
|
|
|
|
# Networking
|
|
require("bundle-networking")
|
|
|
|
# Utils
|
|
require("logging")
|
|
|
|
# Bluetooth
|
|
require("aioble")
|