https://github.com/eerimoq/pictools
Microchip PIC tools for software developers.
https://github.com/eerimoq/pictools
pic pic32 programmer
Last synced: 2 months ago
JSON representation
Microchip PIC tools for software developers.
- Host: GitHub
- URL: https://github.com/eerimoq/pictools
- Owner: eerimoq
- License: mit
- Created: 2018-09-05T18:11:29.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-04T18:41:43.000Z (over 6 years ago)
- Last Synced: 2025-03-28T18:50:41.420Z (3 months ago)
- Topics: pic, pic32, programmer
- Language: C
- Homepage:
- Size: 1020 KB
- Stars: 14
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
|buildstatus|_
|coverage|_
|codecov|_About
=====`PIC tools` is a collection of tools to ease PIC software
development. PIC is family of microcontrollers made by `Microchip`_.`PIC tools` is implemented in `Python 3` and `C`.
Features:
- A PIC programmer based on an `Arduino Due`_. Today only the
`PIC32MM0256GPM064`_ family is supported.Project homepage: https://github.com/eerimoq/pictools
Documentation: http://pictools.readthedocs.org/en/latest
.. |buildstatus| image:: https://travis-ci.org/eerimoq/pictools.svg?branch=master
.. _buildstatus: https://travis-ci.org/eerimoq/pictools.. |coverage| image:: https://coveralls.io/repos/github/eerimoq/pictools/badge.svg?branch=master
.. _coverage: https://coveralls.io/github/eerimoq/pictools.. |codecov| image:: https://codecov.io/gh/eerimoq/pictools/branch/master/graph/badge.svg
.. _codecov: https://codecov.io/gh/eerimoq/pictools.. _Arduino Due: https://store.arduino.cc/arduino-due
.. _Microchip: https://www.microchip.com/
.. _PIC32MM0256GPM064: https://www.microchip.com/wwwproducts/en/PIC32MM0256GPM064