mirror of
https://github.com/bybrooklyn/openbitdo.git
synced 2026-03-19 12:12:57 -04:00
release prep: rc.1 baseline and gating updates
This commit is contained in:
16
spec/dossiers/6012/firmware_core.toml
Normal file
16
spec/dossiers/6012/firmware_core.toml
Normal file
@@ -0,0 +1,16 @@
|
||||
# Sanitized static dirty-room dossier
|
||||
|
||||
dossier_id = "DOS-6012-Firmware"
|
||||
pid_hex = "0x6012"
|
||||
operation_group = "Firmware"
|
||||
command_id = ["U2EnterBootloader", "U2FirmwareChunk", "U2FirmwareCommit", "U2ExitBootloader"]
|
||||
request_shape = "boot transition frames followed by chunked firmware transfer frames"
|
||||
response_shape = "ack/status and completion indicators"
|
||||
validator_rules = ["boot transition acknowledged", "chunk ack observed", "commit response accepted"]
|
||||
retry_behavior = "firmware retries are bounded and guarded by unsafe flags"
|
||||
failure_signatures = ["boot transition failure", "chunk ack mismatch", "commit timeout"]
|
||||
evidence_source = "static"
|
||||
confidence = "inferred"
|
||||
requirement_ids = ["REQ-U2-002", "REQ-DR-001", "REQ-DR-002"]
|
||||
class_family = "Ultimate2 firmware update dispatch"
|
||||
notes = "Unsafe flow remains runtime-gated with dual acknowledgement"
|
||||
16
spec/dossiers/6012/u2_core.toml
Normal file
16
spec/dossiers/6012/u2_core.toml
Normal file
@@ -0,0 +1,16 @@
|
||||
# Sanitized static dirty-room dossier
|
||||
|
||||
dossier_id = "DOS-6012-U2-Core"
|
||||
pid_hex = "0x6012"
|
||||
operation_group = "Ultimate2Core"
|
||||
command_id = ["U2GetCurrentSlot", "U2ReadConfigSlot", "U2WriteConfigSlot", "U2ReadButtonMap", "U2WriteButtonMap", "U2SetMode"]
|
||||
request_shape = "64-byte Ultimate2 command frames with slot/mode/map payload sections"
|
||||
response_shape = "status header plus slot/config/map payload bytes"
|
||||
validator_rules = ["byte0 == 0x02", "payload length meets command minimum", "slot readback value is bounded"]
|
||||
retry_behavior = "bounded retries for slot/map reads and write acknowledgements"
|
||||
failure_signatures = ["timeout", "malformed response", "unsupported for pid"]
|
||||
evidence_source = "static"
|
||||
confidence = "inferred"
|
||||
requirement_ids = ["REQ-U2-001", "REQ-DR-001", "REQ-DR-002"]
|
||||
class_family = "Ultimate2_4Advance2 / Ultimate2_4Advance2UI dispatch"
|
||||
notes = "Advanced theme/sixaxis/deep macro controls remain intentionally hidden"
|
||||
Reference in New Issue
Block a user