specialized

Community

Specialized Zephyr peripherals, reliably integrated.

Authorberiberikix
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill provides a focused blueprint for integrating specialized Zephyr hardware interfaces (LVGL UI, Audio I2S/Codecs, and watchdog-based reliability) for robust embedded applications.

Core Features & Use Cases

  • LVGL GUI development patterns for Zephyr-based HMIs and displays.
  • Audio I2S streaming and codec integration with DMA buffering.
  • System reliability through watchdog configuration, health checks, and fault-injection resilience.
  • Use Case: Build a touchscreen-enabled instrument panel with audio feedback and automatic recovery after faults.

Quick Start

  • Enable LVGL and its display/input support in prj.conf (e.g., CONFIG_LVGL=y, CONFIG_LV_Z_POINTER_KSCAN=y).
  • Enable I2S and AUDIO subsystems (e.g., CONFIG_I2S=y, CONFIG_AUDIO=y, CONFIG_AUDIO_CODEC=y).
  • Enable the watchdog (CONFIG_WATCHDOG=y) and implement a simple health-check monitor per watchdog guidelines.
  • Follow the references for concrete code patterns: lvgl_gui.md, audio_i2s.md, watchdog_reliability.md, and fault_injection.md.

Dependency Matrix

Required Modules

None required

Components

references

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: specialized
Download link: https://github.com/beriberikix/zephyr-agent-skills/archive/main.zip#specialized

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.