Files
RedBear-OS/config/redbear-bluetooth-experimental.toml
T
2026-04-17 00:03:58 +01:00

18 lines
592 B
TOML

# Red Bear OS Bluetooth Experimental Profile
#
# Standalone build target for the first bounded Bluetooth slice.
#
# This profile extends the existing minimal Red Bear baseline but keeps Bluetooth wiring isolated to
# this profile instead of leaking it into the shared device-service fragments used by all images.
# The current slice is explicit-startup, USB-attached, BLE-first, and intentionally not wired to
# USB-class autospawn yet.
include = ["redbear-minimal.toml", "redbear-bluetooth-services.toml"]
[general]
filesystem_size = 2048
[packages]
redbear-btusb = {}
redbear-btctl = {}