Skip to content

Instantly share code, notes, and snippets.

@toyowata
Created February 11, 2020 01:51
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 toyowata/3420eb2a45ea5627be8814fed2e95cf6 to your computer and use it in GitHub Desktop.
Save toyowata/3420eb2a45ea5627be8814fed2e95cf6 to your computer and use it in GitHub Desktop.
Mbed bare-metal profile example
{
"requires": ["bare-metal"],
"target_overrides": {
"LPC11U68" : {
"target.device_has_add" : ["USTICKER"],
"target.tickless-from-us-ticker" : true,
"target.boot-stack-size" :"0x400"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment