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)
- Host: GitHub
- URL: https://github.com/slightlynybbled/booty
- Owner: slightlynybbled
- License: mit
- Created: 2017-09-02T00:27:14.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-12-28T00:29:50.000Z (over 7 years ago)
- Last Synced: 2025-06-07T23:08:51.209Z (11 months ago)
- Topics: bootloader, command-line-app, command-line-tool
- Language: Python
- Size: 112 KB
- Stars: 7
- Watchers: 2
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: readme.rst
- License: license.txt
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!