In-system programming tool for LPC microcontrollers
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
Clara Hobbs dda9d3f0f8 Added Sphinx documentation 6 роки тому
alpaca_isp Added Sphinx documentation 6 роки тому
doc/source Added Sphinx documentation 6 роки тому
.gitignore Initial commit 6 роки тому
LICENSE Initial commit 6 роки тому
README.rst Create packaging information for version 0.1.0 6 роки тому
setup.py Bump version number to 0.2.0 6 роки тому

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