What problem does it solve?
This Skill simplifies the process of creating and configuring a mikrojs board package for new ESP32 development boards, reducing setup time and ensuring correct integration.
Core Features & Use Cases
- Board Package Generation: Automatically generates essential files such as package.json, CMakeLists.txt, and runtime TypeScript based on user input.
- Hardware Support Configuration: Defines pin mappings, SDK configurations, and driver dependencies for new or existing boards.
- Use Case: When a developer has a custom ESP32 development board with specific peripherals, this Skill helps set up a complete support package ready for firmware development and testing.
Quick Start
Provide the board's name, vendor, chip type, pin map, required drivers, and configurations to generate a ready-to-use mikrojs board package with all necessary project files and build scripts.