In-system programming tool for LPC microcontrollers
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

index.rst 806B

1234567891011121314151617181920212223242526272829
  1. .. alpaca_isp documentation master file, created by
  2. sphinx-quickstart on Mon Apr 16 19:26:33 2018.
  3. You can adapt this file completely to your liking, but it should at least
  4. contain the root `toctree` directive.
  5. Welcome to alpaca_isp's documentation!
  6. ======================================
  7. alpaca_isp is an in-system programming tool for LPC microcontrollers. It
  8. provides a Pythonic interface to the LPC ISP command handler, as well as a
  9. convenient command-line interface for flashing from build systems. It can put
  10. microcontrollers into ISP mode by manipulating the serial port's DTR (/RST) and
  11. RTS (/ISP) lines.
  12. .. toctree::
  13. :maxdepth: 2
  14. :caption: Contents:
  15. alpaca_isp
  16. alpaca_isp_api
  17. Indices and tables
  18. ==================
  19. * :ref:`genindex`
  20. * :ref:`modindex`
  21. * :ref:`search`