054acba072
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
18 lines
592 B
TOML
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 = {}
|