Move STLINK_DEBUG_* defines into enum, move flash_loader code into seperate header...
authorJerry Jacobs <jerry.jacobs@xor-gate.org>
Fri, 20 May 2016 18:03:57 +0000 (20:03 +0200)
committerJerry Jacobs <jerry.jacobs@xor-gate.org>
Fri, 20 May 2016 18:03:57 +0000 (20:03 +0200)
commit48a8ac59e1ba7f98fe5c247f608be3cb3998e9c4
tree8bf75bbe6cbac868ea1592455ab70af15bc6dd49
parent893fa4f8da4661c8984aacc4df61237849913f3b
Move STLINK_DEBUG_* defines into enum, move flash_loader code into seperate header and c file
CMakeLists.txt
Makefile.am
include/stlink.h
include/stlink/commands.h [new file with mode: 0644]
include/stlink/flash_loader.h [new file with mode: 0644]
src/common.c
src/flash_loader.c [new file with mode: 0644]