Skip to content

Commit 15bf72e

Browse files
committed
LPC11U24: Fix baremetal build and runtime error
* Add `USTICKER` support for `LPC11U24`. * Add `tickless-from-us-ticker` and `boot-stack-size` overrides.
1 parent 7fd637b commit 15bf72e

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

targets/targets.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,8 +264,13 @@
264264
"SLEEP",
265265
"SPI",
266266
"SPISLAVE",
267-
"STDIO_MESSAGES"
267+
"STDIO_MESSAGES",
268+
"USTICKER"
268269
],
270+
"overrides": {
271+
"tickless-from-us-ticker" : true,
272+
"boot-stack-size" : "0x400"
273+
},
269274
"default_lib": "small",
270275
"release_versions": ["2"],
271276
"device_name": "LPC11U24FBD48/401"

0 commit comments

Comments
 (0)