II.
LibraryProcess JSON
Structured · livelib-process:embedded-systems--hardware-bring-up
specializations/embedded-systems/hardware-bring-up json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:embedded-systems--hardware-bring-up",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "specializations/embedded-systems/hardware-bring-up",
"description": "Hardware Bring-Up Process - Initial validation and testing of new hardware platforms, including power-on\nsequence verification, clock configuration, memory testing, and peripheral functionality validation using JTAG debuggers\nand oscilloscopes.",
"libraryPath": "library/specializations/embedded-systems/hardware-bring-up.js",
"specialization": "embedded-systems",
"references": [
"- Hardware Bring-Up Best Practices: https://www.embedded.com/hardware-bring-up-best-practices/",
"- JTAG Debugging: https://interrupt.memfault.com/blog/a-deep-dive-into-jtag",
"- Embedded Systems Debugging: https://www.embedded.com/debugging-embedded-systems-with-oscilloscopes/"
],
"example": "const result = await orchestrate('specializations/embedded-systems/hardware-bring-up', {\n boardName: 'CustomBoard-Rev2',\n hardwareRevision: 'Rev2.1',\n targetMcu: 'STM32F407VG',\n debugInterface: 'JTAG',\n schematicPath: 'docs/schematics/custom-board-v2.pdf'\n});",
"usesAgents": [
"hw-bringup-specialist",
"embedded-tech-writer"
]
},
"outgoingEdges": [
{
"from": "lib-process:embedded-systems--hardware-bring-up",
"to": "skill-area:rtos-programming",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:embedded-systems--hardware-bring-up",
"to": "skill-area:firmware-development",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:embedded-systems--hardware-bring-up",
"to": "domain:embedded-systems",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:embedded-systems--hardware-bring-up",
"to": "role:embedded-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:embedded-systems--hardware-bring-up",
"to": "workflow:firmware-release-cycle",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:embedded-systems--hardware-bring-up",
"to": "specialization:embedded-systems",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:embedded-systems--hardware-bring-up",
"to": "lib-agent:embedded-systems--hw-bringup-specialist",
"kind": "uses_agent",
"attributes": {
"weight": 0.8
}
},
{
"from": "lib-process:embedded-systems--hardware-bring-up",
"to": "lib-agent:embedded-systems--embedded-tech-writer",
"kind": "uses_agent",
"attributes": {
"weight": 0.8
}
}
],
"incomingEdges": []
}