Bare-metal UART skill for serial console and debug. Use when configuring baud rate, polling or IRQ-driven TX/RX, or integrating DMA with UART. Activates on queries about UART bare-metal, baud BRR, serial printf, or USART interrupt.
$npx -y skills add mohitmishra786/low-level-dev-skills --skill uart-serial-baremetalInstalls into the current project.
Run `npx skills use "https://github.com/mohitmishra786/low-level-dev-skills" --skill "mohitmishra786/low-level-dev-skills/uart-serial-baremetal"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/mohitmishra786/low-level-dev-skills" that are relevant to the current task. Run `npx skills add "https://github.com/mohitmishra786/low-level-dev-skills"` and select the relevant skills, then follow their instructions.