Created
February 11, 2020 01:51
-
-
Save toyowata/3420eb2a45ea5627be8814fed2e95cf6 to your computer and use it in GitHub Desktop.
Mbed bare-metal profile example
This file contains hidden or 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
{ | |
"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