In-system programming tool for LPC microcontrollers
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
Clara Hobbs 629bdcec87 Calculate checksum correctly in all cases il y a 6 ans
alpaca_isp Calculate checksum correctly in all cases il y a 6 ans
.gitignore Initial commit il y a 6 ans
LICENSE Initial commit il y a 6 ans
README.rst Create packaging information for version 0.1.0 il y a 6 ans
setup.py Bump version number to 0.2.0 il y a 6 ans

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