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

https://github.com/slightlynybbled/booty

PC-side bootloader for microcontrollers (currently focused on PIC24 and dsPIC series)
https://github.com/slightlynybbled/booty

bootloader command-line-app command-line-tool

Last synced: 11 months ago
JSON representation

PC-side bootloader for microcontrollers (currently focused on PIC24 and dsPIC series)

Awesome Lists containing this project

README

          

====================
Purpose
====================

This code base is for creating a bootloader to be utilized for programming microcontroller flash
memory. This program takes a hex file as the input and will parse that hex file and send it to
the microcontroller bootloader over a serial UART (commonly referred to as a "serial port" or
"COM port").

The companion project to this is the `bootypic `_ project.
Hopefully, more will follow. GUI provided at `bootycontrol `_.

Please see the `documentation `_ for further guidance!