mirror of https://github.com/ARMmbed/mbed-os.git
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
parent
7fd637b66b
commit
15bf72e982
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue