Skip to content

Commit

Permalink
Merge branch 'release/v3.2.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
ivankravets committed May 2, 2018
2 parents bfd8dd8 + 96ab950 commit de9b127
Show file tree
Hide file tree
Showing 9 changed files with 353,972 additions and 5 deletions.
3 changes: 2 additions & 1 deletion boards/teensy31.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"mcu": "mk20dx256"
},
"debug": {
"jlink_device": "MK20DX256xxx10"
"jlink_device": "MK20DX256xxx10",
"svd_path": "MK20D5.svd"
},
"frameworks": [
"arduino",
Expand Down
3 changes: 2 additions & 1 deletion boards/teensy35.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"can"
],
"debug": {
"jlink_device": "MK64FX512xxx12"
"jlink_device": "MK64FX512xxx12",
"svd_path": "MK64F12.svd"
},
"frameworks": [
"arduino"
Expand Down
3 changes: 2 additions & 1 deletion boards/teensy36.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"can"
],
"debug": {
"jlink_device": "MK66FX1M0xxx18"
"jlink_device": "MK66FX1M0xxx18",
"svd_path": "MK66F18.svd"
},
"frameworks": [
"arduino"
Expand Down
3 changes: 2 additions & 1 deletion boards/teensylc.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"mcu": "mkl26z64"
},
"debug": {
"jlink_device": "MKL26Z64xxx4"
"jlink_device": "MKL26Z64xxx4",
"svd_path": "MKL26Z4.svd"
},
"frameworks": [
"arduino"
Expand Down
Loading

0 comments on commit de9b127

Please sign in to comment.