Skip to content

pykitcommander manages interaction with Microchip development kits based on PKOB nano on-board debugger

License

Notifications You must be signed in to change notification settings

microchip-pic-avr-tools/pykitcommander

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MCHP

pykitcommander - Python Kit Commander

pykitcommander manages interaction with Microchip development kits based on PKOB nano on-board debugger

Install using pip from pypi.org:

pip install pykitcommander

Browse source code on github

Read API documentation on github

Read the changelog on github

Background

In many situations interaction with peripheral hardware components on a development kit is done via a "bridge" application running on the MCU on that kit. To achieve this, the bridge firmware must be programmed onto that MCU, and then communications over a given channel and protocol can logically link the host computer to the peripheral components.

pykitcommander manages all aspects of this interaction.

Usage

pykitcommander is intended to be used as a library. Its primary consumers are:

Supported kits are:

  • AVR-IoT WG and WA
  • PIC-IoT WG and WA
  • AVR-IoT Cellular Mini
  • SAM-IoT WG
  • SAM-IoT Wx V2
  • CryptoAuth Trust Platform Development Kit

For usage examples see pypi.md.

Notes for Linux® systems

This package uses pyedbglib and other libraries for USB transport and some udev rules are required. For details see the pyedbglib package: https://pypi.org/project/pyedbglib

About

pykitcommander manages interaction with Microchip development kits based on PKOB nano on-board debugger

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages