Tockloader is a command-line tool for programming and managing applications on Tock OS boards. It handles bootloader communication, app flashing, erase, and board management. Current version: 1.16.0, released regularly.
pip install tockloaderNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Quick programmatic access to CLI functionality.
Use subprocess.run(['tockloader', ...]) for stability.
Check board compatibility and specify --board <name>.
Replace --jlink with --debugger jlink.
pip install tockloader
Use 'tockloader --port /dev/ttyUSB0 list' (Linux) or check permissions.
Use 'from tockloader import main' (note: no .tockloader).
No dependency data recorded yet.