An open API service indexing awesome lists of open source software.

https://github.com/camilstaps/pic32-bootloader

PIC32 bootloader
https://github.com/camilstaps/pic32-bootloader

Last synced: 8 months ago
JSON representation

PIC32 bootloader

Awesome Lists containing this project

README

          

# PIC32-bootloader

A simple PIC32 bootloader over USART.

This is an MPLABX Harmony project. It is based on (but may not be entirely compatible with) [AN1388][an1388]. A Python3 PC application to interface the bootloader with may be found at [camilstaps/AN1388-linux][an1388-linux].

### Usage

Usage guidelines and examples are coming soon.

### Legal

This project is licensed under GPL v3.0. See the LICENSE file for more details.

Copyright © 2016 Camil Staps.

[an1388]:http://ww1.microchip.com/downloads/en/AppNotes/01388B.pdf
[an1388-linux]:https://github.com/camilstaps/AN1388-linux