Files
Last update 1 week 1 day
by
t3ddftw
Filesfirmwarebootloader | |
---|---|
.. | |
lib | |
nbproject | |
Makefile | |
README.md | |
bootloader.gld | |
main.c | |
mappings.h | |
sysconfig.h |
README.mdBootloader
Operates at 115200 baud with odd parity.
Implements a protocol structured like so
<Command Byte> <Length of entire message> <data (up to 252 bytes)> <XOR>
- At least one data byte is required, though it can be any value