LPC11U24: Fix baremetal build and runtime error

* Add `USTICKER` support for `LPC11U24`.
* Add `tickless-from-us-ticker` and `boot-stack-size` overrides.
pull/12155/head
Hugues Kamba 2019-12-20 15:06:46 +00:00
parent 7fd637b66b
commit 15bf72e982
1 changed files with 6 additions and 1 deletions

View File

@ -264,8 +264,13 @@
"SLEEP",
"SPI",
"SPISLAVE",
"STDIO_MESSAGES"
"STDIO_MESSAGES",
"USTICKER"
],
"overrides": {
"tickless-from-us-ticker" : true,
"boot-stack-size" : "0x400"
},
"default_lib": "small",
"release_versions": ["2"],
"device_name": "LPC11U24FBD48/401"