Skip to content

Instantly share code, notes, and snippets.

@nrobinson2000
Created December 27, 2020 21:23
Show Gist options
  • Save nrobinson2000/742e6c5b81b4b89f0192e6602c55dadf to your computer and use it in GitHub Desktop.
Save nrobinson2000/742e6c5b81b4b89f0192e6602c55dadf to your computer and use it in GitHub Desktop.
Workbench/neopo manifest.json for redbearduo
{
"version": "1.0.0",
"toolchains": [
{
"firmware": "deviceOS@source",
"compilers": "[email protected]",
"debuggers": "[email protected]",
"platforms": [1],
"scripts": "[email protected]",
"tools": "[email protected]"
}
],
"platforms": [
{
"id": 1,
"name": "duo",
"generation": 1
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment