Land hal/util's shared mmwhal_types (status codes + critical-section helper) #20
Labels
No labels
Category
App
Category
Documentation
Category
Firmware
Category
Hardware
Category
Qms
PR_Size
L
PR_Size
M
PR_Size
S
PR_Size
XL
PR_Size
XS
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Priority
Very Low Priority
Size
Epic
Size
Feature
Size
Task
Status
Blocked
Status
Draft
Status
Needs-review
Team
Board
Team
Dev
Team
Management
Type
Bug
Type
Capa
Type
Improvement
Type
New-feature
Type
Regulatory
Type
Usability
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
opendutchsolutions.public/hal_awr6843#20
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description
Part of #16: the previously-uncommitted
hal/mss/hal/dssdriver tree is being landed as a series of small, per-module PRs instead of one large commit. This tracks the first piece:hal/util/mmwhal_types.h/.c, the sharedmmwhal_status_tenum and critical-section nesting counter every other module depends on.Use Case / Rationale
As a reviewer, I need this foundational piece tracked and reviewed on its own before any individual peripheral driver PR references it, so dependency order is explicit instead of implied.
Acceptance Criteria
hal/util/mmwhal_types.h(status enum) andhal/util/mmwhal_types.c(critical-section counter) are committedFunctional Impact
None — new file, foundational only.
Regulatory Impact
None
QMS Impact
None
Risk Impact
No — existing risk coverage sufficient.
Related Issues / PRs
Relates to #16. Closed by PR #18 (merged).