Some initial bringup of the dfu bootloader on the mk20dx256vlh7
This commit is contained in:
parent
46fc3e596b
commit
e41444304b
17 changed files with 249 additions and 65 deletions
|
@ -1,7 +1,7 @@
|
|||
/* Teensyduino Core Library
|
||||
* http://www.pjrc.com/teensy/
|
||||
* Copyright (c) 2013 PJRC.COM, LLC.
|
||||
* Modifications by Jacob Alexander 2014 for use with McHCK and Kiibohd-dfu
|
||||
* Modifications by Jacob Alexander 2014-2015 for use with McHCK and Kiibohd-dfu
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining
|
||||
* a copy of this software and associated documentation files (the
|
||||
|
@ -29,8 +29,6 @@
|
|||
* SOFTWARE.
|
||||
*/
|
||||
|
||||
/* XXX Not tested yet -HaaTa */
|
||||
|
||||
MEMORY
|
||||
{
|
||||
FLASH (rx) : ORIGIN = 8K, LENGTH = 256K-8K
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue