Skip to content

Instantly share code, notes, and snippets.

View lschuermann's full-sized avatar

Leon Schuermann lschuermann

View GitHub Profile
@lschuermann
lschuermann / xymodem-mini.c
Created May 10, 2016 17:42 — forked from zonque/xymodem-mini.c
simple xmodem/ymodem implementation in C
/*
* Minimalistic implementation of the XModem/YModem protocol suite, including
* a compact version of an CRC16 algorithm. The code is just enough to upload
* an image to a MCU that bootstraps itself over an UART.
*
* Copyright (c) 2014 Daniel Mack <github@zonque.org>
*
* This program is free software; you can redistribute it and/or modify it under
* the terms of the GNU Lesser General Public License as published by the
* Free Software Foundation; either version 2.1 of the License, or (at your option)