Skip to content

Instantly share code, notes, and snippets.

@nrobinson2000
Created December 27, 2020 21:23
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 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": "gcc-arm@5.3.1",
"debuggers": "openocd@0.11.2-adhoc6ea4372.0",
"platforms": [1],
"scripts": "buildscripts@1.9.2",
"tools": "buildtools@1.1.1"
}
],
"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