Skip to content

Commit c26fed9

Browse files
committed
[green] Correct capability-defined target wording
Signed-off-by: Viwat Vchirawongkwin <viwat.v@chula.ac.th>
1 parent dff3440 commit c26fed9

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

docs/specifications/firmware.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@ prove the required flash/PSRAM topology. The full compatibility, artifact, and
7878
bounded public-beta contracts are frozen in
7979
[firmware/browser-flashing.md](firmware/browser-flashing.md).
8080

81-
These targets are the first validated firmware family, not the product
82-
boundary. A future port MAY use another upstream MicroPython port, CPU
81+
These targets are the initial reference/build family, not the product boundary.
82+
A future port MAY use another upstream MicroPython port, CPU
8383
architecture, BLE host, native integration mechanism, build system, storage
8484
backend, or provisioning tool. It MUST preserve PBLE/1, the protected
8585
control-plane boundary, capability negotiation, workspace safety, and the

docs/specifications/hardware.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ PyBLE's platform scope is any microcontroller board that can run MicroPython
66
and provide a Bluetooth Low Energy peripheral stack capable of hosting a
77
conforming PBLE/1 agent. It makes no assumptions about wiring and carries no
88
board-specific routing profile. Hardware eligibility is broader than current
9-
support: a board works with PyBLE only after a maintained agent port or firmware
10-
image for that target passes the protocol, resource, recovery, and
11-
hardware-in-the-loop gates.
9+
support. A qualified port must pass its complete protocol, resource, recovery,
10+
and hardware-in-the-loop gates; a narrower beta must name the exact evidence it
11+
has passed and the qualification that remains open.
1212

1313
Classic ESP32, ESP32-S3, and ESP32-C3 are the **initial v1 reference target
1414
families**, not the permanent product boundary. A public browser image is

0 commit comments

Comments
 (0)