@pyintel/arc-module-hardware-toolchain
v1.0.2
Published
Hardware Toolchains & Device Interaction Module for Apex Arc
Maintainers
Readme
Open Hardware Toolchain Module for Apex Arc
Comprehensive hardware toolchains and device interaction tools for microcontrollers, serial communication, flashing, and diagnostics.
Features & Tools Included
list_connected_devices: Detect plugged-in microcontrollers, serial COM ports, USB VIDs/PIDs, and bootloader interfaces.flash_microcontroller: Flash firmware files (.bin,.hex,.uf2,.elf) usingesptool,avrdude,picotool, or drag-and-drop drives.serial_monitor: Connect to serial ports at various baud rates (115200, 9600, etc.) to view live logs or send commands.inspect_hardware_pinout: Query GPIO pinouts, operating voltage, and peripheral pin maps.micropython_repl: Execute Python code directly on MicroPython/CircuitPython REPL devices.
Slash Commands
/device-detect- Scan and display all connected microcontroller hardware./flash-firmware- Interactively flash firmware to a target device./serial-monitor- Open serial port logger and monitor communication.
