docs(lifecycle): add PEv2 HAL interface lifecycle documentation chain (Phase 02–04)#115
Draft
docs(lifecycle): add PEv2 HAL interface lifecycle documentation chain (Phase 02–04)#115
Conversation
…s (Phase 02-04) Create complete lifecycle documentation chain for HAL Interface: PEv2 (StR #33): - .github/workflows/create-lifecycle-issues-pev2.yml: idempotent workflow that creates all Phase 02-04 GitHub issues and wires sub-issue relationships - .github/lifecycle-issues/pev2/req-f-pev2-001..008.md: 8 Functional Requirements - .github/lifecycle-issues/pev2/req-nf-pev2-001..003.md: 3 Non-Functional Requirements - .github/lifecycle-issues/pev2/adr-pev2-001..005.md: 5 Architecture Decision Records - .github/lifecycle-issues/pev2/arc-c-pev2.md: Architecture Component - .github/lifecycle-issues/pev2/sdd-pev2.md: Software Design Description - .github/lifecycle-issues/pev2/str-comment-pev2.md: traceability comment for #33 Co-authored-by: zarfld <13350047+zarfld@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Update HAL interface for PEv2 implementation
docs(lifecycle): add PEv2 HAL interface lifecycle documentation chain (Phase 02–04)
Feb 25, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Per the defined lifecycle process, all Functional/Non-Functional Requirements, Architecture Decision Records, and SDDs must precede code changes. This PR establishes that full documentation chain for the PEv2 HAL interface work tracked in StR #33.
What's Added
.github/workflows/create-lifecycle-issues-pev2.ymlPhase 02 — System Requirements (
req-f-pev2-*.md,req-nf-pev2-*.md)Phase 03 — Architecture (
adr-pev2-*.md,arc-c-pev2.md)pokeys.[DevID].PEv2.*), axis-conditional pin creation strategy, bitmapped→HAL-pin decomposition strategy, read/write phase separation,sPoKeysHalPEv2global-vs-per-axis struct organisation.Phase 04 — Design (
sdd-pev2.md)str-comment-pev2.mdType of Change
Traceability
Testing
Documentation-only commit; no build or RT artefacts changed.
bash test_compile.shpassesmake -f Makefile.noqmakebuilds without errorshalrun/loadusr)halrun/loadrt)Real-Time Safety Checklist (if RT code changed)
malloc/freein real-time thread pathsO_NONBLOCK)mlockallused where requiredhal_s32_t,hal_bit_t,hal_float_t)Checklist
Original prompt
This section details on the original issue you should resolve
<issue_title>HAL Interface: PEv2</issue_title>
<issue_description>ensure pokeys_py and pokeys_rt follow the definition below for halinterface of PEv2 and use the correct enumerations and commands to update and extract information for each axis
ensure that pins for required & enabled axes are created only
ensure that input pins are updated by the corresponding pointers in pokeyslib
for outputs ensure that the pointers in pokeyslib are update based on corresponding pins
update documentation accordingly
PEv2 information
Pins
Parameters
PEv2 information - for each axis
Pins
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.