You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository is intentionally scoped to **BREAD-over-CRUMBS** for the first real hardware provider. It will be implemented with clean internal boundaries so reusable CRUMBS session and bus-management pieces can be extracted later if a broader multi-family use case becomes real.
7
+
Implements the Anolis Device Provider Protocol (ADPP) v1 over BREAD-over-CRUMBS, exposing RLHT
8
+
and DCMT devices to the Anolis runtime via framed stdio. Supports Linux hardware integration and a
9
+
hardware-free foundation build for development and CI.
6
10
7
11
Repository documentation:
8
12
9
-
-[docs/README.md](docs/README.md) - committed overview of scope and design decisions
10
-
-[docs/build.md](docs/build.md) - current build and dependency workflow
if (($env:OS-eq"Windows_NT") -and$Preset-in@("dev-foundation-debug","dev-foundation-release","ci-foundation-release")) {
71
+
throw"Preset '$Preset' uses Ninja and may not work with MSVC on Windows. Use 'dev-windows-foundation-debug', 'dev-windows-foundation-release', or 'ci-windows-foundation-release'."
0 commit comments