-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
14 changed files
with
237 additions
and
58 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,33 @@ | ||
{ | ||
"build": { | ||
"cpu": "cortex-m4", | ||
"f_cpu": "120000000L", | ||
"cpu": "cortex-m4", | ||
"f_cpu": "120000000L", | ||
"mcu": "mk64fn1m0vll12" | ||
}, | ||
}, | ||
"debug": { | ||
"tools": { | ||
"cmsis-dap": { | ||
"server": { | ||
"package": "tool-openocd", | ||
"executable": "bin/openocd", | ||
"arguments": [ | ||
"-f", "scripts/interface/cmsis-dap.cfg", | ||
"-c", "set CHIPNAME k64", | ||
"-f", "scripts/target/kx.cfg" | ||
] | ||
}, | ||
"onboard": true | ||
} | ||
} | ||
}, | ||
"frameworks": [ | ||
"mbed" | ||
], | ||
"name": "Ethernet IoT Starter Kit", | ||
], | ||
"name": "Ethernet IoT Starter Kit", | ||
"upload": { | ||
"maximum_ram_size": 262144, | ||
"maximum_ram_size": 262144, | ||
"maximum_size": 1048576 | ||
}, | ||
"url": "http://developer.mbed.org/platforms/IBMEthernetKit/", | ||
}, | ||
"url": "http://developer.mbed.org/platforms/IBMEthernetKit/", | ||
"vendor": "Freescale" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,33 @@ | ||
{ | ||
"build": { | ||
"cpu": "cortex-m4", | ||
"f_cpu": "48000000L", | ||
"cpu": "cortex-m4", | ||
"f_cpu": "48000000L", | ||
"mcu": "mk20dx128vlh5" | ||
}, | ||
}, | ||
"debug": { | ||
"tools": { | ||
"cmsis-dap": { | ||
"server": { | ||
"package": "tool-openocd", | ||
"executable": "bin/openocd", | ||
"arguments": [ | ||
"-f", "scripts/interface/cmsis-dap.cfg", | ||
"-c", "set CHIPNAME k20", | ||
"-f", "scripts/target/kx.cfg" | ||
] | ||
}, | ||
"onboard": true | ||
} | ||
} | ||
}, | ||
"frameworks": [ | ||
"mbed" | ||
], | ||
"name": "Freescale Kinetis FRDM-K20D50M", | ||
], | ||
"name": "Freescale Kinetis FRDM-K20D50M", | ||
"upload": { | ||
"maximum_ram_size": 16384, | ||
"maximum_ram_size": 16384, | ||
"maximum_size": 131072 | ||
}, | ||
"url": "https://developer.mbed.org/platforms/FRDM-K20D50M/", | ||
}, | ||
"url": "https://developer.mbed.org/platforms/FRDM-K20D50M/", | ||
"vendor": "Freescale" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,33 @@ | ||
{ | ||
"build": { | ||
"cpu": "cortex-m4", | ||
"f_cpu": "120000000L", | ||
"cpu": "cortex-m4", | ||
"f_cpu": "120000000L", | ||
"mcu": "mk22fn512vlh12" | ||
}, | ||
}, | ||
"debug": { | ||
"tools": { | ||
"cmsis-dap": { | ||
"server": { | ||
"package": "tool-openocd", | ||
"executable": "bin/openocd", | ||
"arguments": [ | ||
"-f", "scripts/interface/cmsis-dap.cfg", | ||
"-c", "set CHIPNAME k22", | ||
"-f", "scripts/target/kx.cfg" | ||
] | ||
}, | ||
"onboard": true | ||
} | ||
} | ||
}, | ||
"frameworks": [ | ||
"mbed" | ||
], | ||
"name": "Freescale Kinetis FRDM-K22F", | ||
], | ||
"name": "Freescale Kinetis FRDM-K22F", | ||
"upload": { | ||
"maximum_ram_size": 131072, | ||
"maximum_ram_size": 131072, | ||
"maximum_size": 524288 | ||
}, | ||
"url": "https://developer.mbed.org/platforms/FRDM-K22F/", | ||
}, | ||
"url": "https://developer.mbed.org/platforms/FRDM-K22F/", | ||
"vendor": "Freescale" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,33 @@ | ||
{ | ||
"build": { | ||
"cpu": "cortex-m4", | ||
"f_cpu": "120000000L", | ||
"cpu": "cortex-m4", | ||
"f_cpu": "120000000L", | ||
"mcu": "mk64fn1m0vll12" | ||
}, | ||
}, | ||
"debug": { | ||
"tools": { | ||
"cmsis-dap": { | ||
"server": { | ||
"package": "tool-openocd", | ||
"executable": "bin/openocd", | ||
"arguments": [ | ||
"-f", "scripts/interface/cmsis-dap.cfg", | ||
"-c", "set CHIPNAME k64", | ||
"-f", "scripts/target/kx.cfg" | ||
] | ||
}, | ||
"onboard": true | ||
} | ||
} | ||
}, | ||
"frameworks": [ | ||
"mbed" | ||
], | ||
"name": "Freescale Kinetis FRDM-K64F", | ||
], | ||
"name": "Freescale Kinetis FRDM-K64F", | ||
"upload": { | ||
"maximum_ram_size": 262144, | ||
"maximum_ram_size": 262144, | ||
"maximum_size": 1048576 | ||
}, | ||
"url": "https://developer.mbed.org/platforms/FRDM-K64F/", | ||
}, | ||
"url": "https://developer.mbed.org/platforms/FRDM-K64F/", | ||
"vendor": "Freescale" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,33 @@ | ||
{ | ||
"build": { | ||
"cpu": "cortex-m0plus", | ||
"f_cpu": "48000000L", | ||
"cpu": "cortex-m0plus", | ||
"f_cpu": "48000000L", | ||
"mcu": "mkl05z32vfm4" | ||
}, | ||
}, | ||
"debug": { | ||
"tools": { | ||
"cmsis-dap": { | ||
"server": { | ||
"package": "tool-openocd", | ||
"executable": "bin/openocd", | ||
"arguments": [ | ||
"-f", "scripts/interface/cmsis-dap.cfg", | ||
"-c", "set CHIPNAME kl05", | ||
"-f", "scripts/target/klx.cfg" | ||
] | ||
}, | ||
"onboard": true | ||
} | ||
} | ||
}, | ||
"frameworks": [ | ||
"mbed" | ||
], | ||
"name": "Freescale Kinetis FRDM-KL05Z", | ||
], | ||
"name": "Freescale Kinetis FRDM-KL05Z", | ||
"upload": { | ||
"maximum_ram_size": 4096, | ||
"maximum_ram_size": 4096, | ||
"maximum_size": 32768 | ||
}, | ||
"url": "https://developer.mbed.org/platforms/FRDM-KL05Z/", | ||
}, | ||
"url": "https://developer.mbed.org/platforms/FRDM-KL05Z/", | ||
"vendor": "Freescale" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,32 @@ | ||
{ | ||
"build": { | ||
"cpu": "cortex-m0plus", | ||
"f_cpu": "48000000L", | ||
"cpu": "cortex-m0plus", | ||
"f_cpu": "48000000L", | ||
"mcu": "mkl25z128vlk4" | ||
}, | ||
}, | ||
"debug": { | ||
"tools": { | ||
"cmsis-dap": { | ||
"server": { | ||
"package": "tool-openocd", | ||
"executable": "bin/openocd", | ||
"arguments": [ | ||
"-f", "scripts/interface/cmsis-dap.cfg", | ||
"-f", "scripts/target/kl25.cfg" | ||
] | ||
}, | ||
"onboard": true | ||
} | ||
} | ||
}, | ||
"frameworks": [ | ||
"mbed" | ||
], | ||
"name": "Freescale Kinetis FRDM-KL25Z", | ||
], | ||
"name": "Freescale Kinetis FRDM-KL25Z", | ||
"upload": { | ||
"maximum_ram_size": 16384, | ||
"maximum_ram_size": 16384, | ||
"maximum_size": 131072 | ||
}, | ||
"url": "https://developer.mbed.org/platforms/KL25Z/", | ||
}, | ||
"url": "https://developer.mbed.org/platforms/KL25Z/", | ||
"vendor": "Freescale" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,32 @@ | ||
{ | ||
"build": { | ||
"cpu": "cortex-m0plus", | ||
"f_cpu": "48000000L", | ||
"cpu": "cortex-m0plus", | ||
"f_cpu": "48000000L", | ||
"mcu": "mkl46z256vll4" | ||
}, | ||
}, | ||
"debug": { | ||
"tools": { | ||
"cmsis-dap": { | ||
"server": { | ||
"package": "tool-openocd", | ||
"executable": "bin/openocd", | ||
"arguments": [ | ||
"-f", "scripts/interface/cmsis-dap.cfg", | ||
"-f", "scripts/target/kl46.cfg" | ||
] | ||
}, | ||
"onboard": true | ||
} | ||
} | ||
}, | ||
"frameworks": [ | ||
"mbed" | ||
], | ||
"name": "Freescale Kinetis FRDM-KL46Z", | ||
], | ||
"name": "Freescale Kinetis FRDM-KL46Z", | ||
"upload": { | ||
"maximum_ram_size": 32768, | ||
"maximum_ram_size": 32768, | ||
"maximum_size": 262144 | ||
}, | ||
"url": "https://developer.mbed.org/platforms/FRDM-KL46Z/", | ||
}, | ||
"url": "https://developer.mbed.org/platforms/FRDM-KL46Z/", | ||
"vendor": "Freescale" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.