Skip to content

Instantly share code, notes, and snippets.

@Pharap
Created July 2, 2018 16:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Pharap/487cfed739c2f8fc347bb519dac536b5 to your computer and use it in GitHub Desktop.
Save Pharap/487cfed739c2f8fc347bb519dac536b5 to your computer and use it in GitHub Desktop.
Pokitto Board.json
{
"build":
{
"cpu": "cortex-m0plus",
"f_cpu": "50000000L",
"mcu": "lpc11u68"
},
"debug":
{
"jlink_device": "LPC11U68",
"svd_path": "LPC11Uxx_v7.svd",
"tools": {
"cmsis-dap":
{
"load_cmd": "preload",
"onboard": true,
"server": {
"arguments":
[
"-f",
"scripts/interface/cmsis-dap.cfg",
"-f",
"scripts/target/lpc11xx.cfg"
],
"executable": "bin/openocd",
"package": "tool-openocd"
}
}
}
},
"frameworks":
[
"mbed"
],
"name": "Pokitto",
"upload":
{
"maximum_ram_size": 36864,
"maximum_size": 262144,
"protocol": "mbed",
"protocols":
[
"jlink",
"blackmagic",
"mbed"
]
},
"url": "https://pokitto.com",
"vendor": "Pokitto Oy"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment