In-system programming tool for LPC microcontrollers
Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
Clara Hobbs dda9d3f0f8 Added Sphinx documentation vor 6 Jahren
alpaca_isp Added Sphinx documentation vor 6 Jahren
doc/source Added Sphinx documentation vor 6 Jahren
.gitignore Initial commit vor 6 Jahren
LICENSE Initial commit vor 6 Jahren
README.rst Create packaging information for version 0.1.0 vor 6 Jahren
setup.py Bump version number to 0.2.0 vor 6 Jahren

README.rst

Alpaca ISP
==========

In-system programming tool for LPC microcontrollers

Features
--------

- Provides a Pythonic interface to the LPC ISP command handler
- Can put microcontrollers into ISP mode by manipulating the serial port's DTR
(/RST) and RTS (/ISP) lines
- Convenient command-line interface for flashing from build systems

Requirements
------------

- Python 3.6 (probably works with older versions of Python 3, but untested)
- PySerial >= 3.4
- IntelHex >= 2.1