Adding initial dfu-upload code and debugging for Bootloader.
This commit is contained in:
parent
26b0a7e10d
commit
1acbc97e98
9 changed files with 125 additions and 96 deletions
|
@ -1,5 +1,5 @@
|
|||
/* Copyright (c) 2011,2012 Simon Schubert <2@0x2c.org>.
|
||||
* Modifications by Jacob Alexander 2014 <haata@kiibohd.com>
|
||||
* Modifications by Jacob Alexander 2014=2015 <haata@kiibohd.com>
|
||||
*
|
||||
* This program is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
|
@ -37,7 +37,7 @@
|
|||
|
||||
#include "mchck-cdefs.h"
|
||||
|
||||
extern uint32_t _sidata, _sdata, _edata, _sbss, _ebss, _app_rom;
|
||||
extern uint32_t _sidata, _sdata, _edata, _sbss, _ebss, _app_rom, _app_rom_end;
|
||||
|
||||
#include "ftfl.h"
|
||||
#include "usbotg.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue