sw: getting dfu working about to add debug bridge

We're having issues getteing DFU working.  It almost works, but has some
issues.  Unfortunately, we're out of space for printf.

Now we will work to get the UART Wishbone bridge working, to move
forward on debugging support.

Signed-off-by: Sean Cross <sean@xobs.io>
This commit is contained in:
2019-03-26 09:39:55 +08:00
parent b0afd2b0ae
commit a3298226e5
8 changed files with 226 additions and 227 deletions

View File

@ -63,7 +63,7 @@ typedef enum {
#define DFU_INTERFACE 0
#define DFU_DETACH_TIMEOUT 10000 // 10 second timer
#define DFU_TRANSFER_SIZE 32768 // Flash sector size
#define DFU_TRANSFER_SIZE 256 // Flash sector size
// Main thread
void dfu_init();