add bootloader project

This commit is contained in:
Conor Patrick
2018-07-14 15:55:57 -04:00
parent 1ccc6b8960
commit b05f3cc9e8
23 changed files with 12250 additions and 7 deletions

View File

@@ -15,7 +15,7 @@
#include "storage.h"
#include "device.h"
#ifdef USING_PC
#if defined(USING_PC) || defined(IS_BOOTLOADER)
typedef enum
{
MBEDTLS_ECP_DP_NONE = 0,