II.
LibraryProcess JSON
Structured · livelib-process:embedded-systems--isr-design
specializations/embedded-systems/isr-design json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:embedded-systems--isr-design",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "specializations/embedded-systems/isr-design",
"description": "Interrupt Service Routine (ISR) Design - Designing efficient, minimal-latency interrupt handlers following\nbest practices including keeping ISRs short, using deferred interrupt processing, ensuring reentrancy, and managing\ninterrupt priorities.",
"libraryPath": "library/specializations/embedded-systems/isr-design.js",
"specialization": "embedded-systems",
"references": [
"- Interrupt Handling Best Practices: https://interrupt.memfault.com/blog/interrupt-handling-best-practices",
"- ISR Design: https://www.embedded.com/interrupt-handling-part-1/",
"- RTOS and Interrupts: https://www.freertos.org/RTOS-task-notifications.html"
],
"example": "const result = await orchestrate('specializations/embedded-systems/isr-design', {\n projectName: 'DataLogger',\n targetMcu: 'STM32F407VG',\n interruptSources: ['UART_RX', 'Timer', 'DMA', 'GPIO'],\n rtos: 'FreeRTOS'\n});",
"usesAgents": [
"rtos-expert",
"embedded-tech-writer"
]
},
"outgoingEdges": [
{
"from": "lib-process:embedded-systems--isr-design",
"to": "skill-area:rtos-programming",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:embedded-systems--isr-design",
"to": "skill-area:firmware-development",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:embedded-systems--isr-design",
"to": "domain:embedded-systems",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:embedded-systems--isr-design",
"to": "role:embedded-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:embedded-systems--isr-design",
"to": "workflow:architecture-decision-record",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:embedded-systems--isr-design",
"to": "specialization:embedded-systems",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:embedded-systems--isr-design",
"to": "lib-agent:embedded-systems--rtos-expert",
"kind": "uses_agent",
"attributes": {
"weight": 0.8
}
},
{
"from": "lib-process:embedded-systems--isr-design",
"to": "lib-agent:embedded-systems--embedded-tech-writer",
"kind": "uses_agent",
"attributes": {
"weight": 0.8
}
}
],
"incomingEdges": []
}