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.

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`