diff options
author | Tomasz Kramkowski <tk@the-tk.com> | 2016-11-23 21:55:50 +0000 |
---|---|---|
committer | Tomasz Kramkowski <tk@the-tk.com> | 2016-11-23 21:55:50 +0000 |
commit | 21a1fd3bf56e9ff46cc235c8fe048d5ab5acfce7 (patch) | |
tree | 03ad8d5317c4fc5a3d23c95a7654fb75f1f2e13e | |
parent | 464847c5b25588448e550017a6d91447c076b944 (diff) | |
download | hktool-21a1fd3bf56e9ff46cc235c8fe048d5ab5acfce7.tar.gz hktool-21a1fd3bf56e9ff46cc235c8fe048d5ab5acfce7.tar.xz hktool-21a1fd3bf56e9ff46cc235c8fe048d5ab5acfce7.zip |
Add support for new boards
-rw-r--r-- | data/MK64FX512 | 1 | ||||
-rw-r--r-- | data/MK66FX1M0 | 1 | ||||
-rw-r--r-- | hktool.1 | 2 |
3 files changed, 4 insertions, 0 deletions
diff --git a/data/MK64FX512 b/data/MK64FX512 new file mode 100644 index 0000000..f559a06 --- /dev/null +++ b/data/MK64FX512 @@ -0,0 +1 @@ +0x80000 1024 64 0 Teensy 3.5 diff --git a/data/MK66FX1M0 b/data/MK66FX1M0 new file mode 100644 index 0000000..4317277 --- /dev/null +++ b/data/MK66FX1M0 @@ -0,0 +1 @@ +0x100000 1024 64 0 Teensy 3.6 @@ -101,6 +101,8 @@ AT90USB1286 Teensy++ 2.0 0x1fc00 256 2 8 ATMEGA32U4 Teensy 2.0 0x7e00 128 2 0 MK20DX128 Teensy 3.0 0x20000 1024 64 0 MK20DX256 Teensy 3.1 0x40000 1024 64 0 +MK64FX512 Teensy 3.5 0x100000 1024 64 0 +MK66FX1M0 Teensy 3.6 0x80000 1024 64 0 MKL26Z64 Teensy LC 0xf800 512 64 0 .TE |