Skip to content

Instantly share code, notes, and snippets.

View sholwe's full-sized avatar

sholwe sholwe

View GitHub Profile
@sholwe
sholwe / xymodem-mini.c
Last active April 3, 2020 17:26 — 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 an MCU that bootstraps itself over an UART.
*
* Copyright (c) 2014 Daniel Mack <github@zonque.org>
*
* License: MIT
*/