comparison Bootloader/mchck.h @ 334:9ac304aa1ab5

Adding initial dfu-upload code and debugging for Bootloader.
author Jacob Alexander <haata@kiibohd.com>
date Mon, 27 Apr 2015 00:57:34 -0700
parents b091bb09c55f
children 795cc567b018
comparison
equal deleted inserted replaced
333:772f9bea482b 334:9ac304aa1ab5
1 /* Copyright (c) 2011,2012 Simon Schubert <2@0x2c.org>. 1 /* Copyright (c) 2011,2012 Simon Schubert <2@0x2c.org>.
2 * Modifications by Jacob Alexander 2014 <haata@kiibohd.com> 2 * Modifications by Jacob Alexander 2014=2015 <haata@kiibohd.com>
3 * 3 *
4 * This program is free software: you can redistribute it and/or modify 4 * This program is free software: you can redistribute it and/or modify
5 * it under the terms of the GNU General Public License as published by 5 * it under the terms of the GNU General Public License as published by
6 * the Free Software Foundation, either version 3 of the License, or 6 * the Free Software Foundation, either version 3 of the License, or
7 * (at your option) any later version. 7 * (at your option) any later version.
35 35
36 // ----- Local Includes ----- 36 // ----- Local Includes -----
37 37
38 #include "mchck-cdefs.h" 38 #include "mchck-cdefs.h"
39 39
40 extern uint32_t _sidata, _sdata, _edata, _sbss, _ebss, _app_rom; 40 extern uint32_t _sidata, _sdata, _edata, _sbss, _ebss, _app_rom, _app_rom_end;
41 41
42 #include "ftfl.h" 42 #include "ftfl.h"
43 #include "usbotg.h" 43 #include "usbotg.h"
44 #include "sim.h" 44 #include "sim.h"
45 #include "flash.h" 45 #include "flash.h"