bootloader: Add the bootloader module.
authorTilman Sauerbeck <tilman@code-monkey.de>
Fri, 28 Jun 2019 15:53:20 +0000 (17:53 +0200)
committerTilman Sauerbeck <tilman@code-monkey.de>
Sun, 5 Jan 2020 19:38:11 +0000 (20:38 +0100)
commitd34da2e3193c092d8e999e257fdd7c2734ebc75c
treea9d4537882515475e861e721240a3842b0b4d341
parentc55d56afca4a289d99ad869edd3ebab69bb5fb4c
bootloader: Add the bootloader module.

This implements a simple serial protocol that offers access to the
capabilities of the flash module, i.e. erase, program and verify
flash contents.
SConscript.target
src/bootloader/bootloader.rs [new file with mode: 0644]