https://github.com/camilstaps/pic32-bootloader
PIC32 bootloader
https://github.com/camilstaps/pic32-bootloader
Last synced: 8 months ago
JSON representation
PIC32 bootloader
- Host: GitHub
- URL: https://github.com/camilstaps/pic32-bootloader
- Owner: camilstaps
- License: gpl-3.0
- Created: 2016-01-11T21:48:28.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-11T21:58:12.000Z (over 10 years ago)
- Last Synced: 2025-02-10T10:53:01.906Z (over 1 year ago)
- Language: C
- Size: 24.4 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
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