Skip to content

Commit 7d8eec4

Browse files
authored
Merge pull request #12155 from hugueskamba/hk-baremetal-lpc11uxx-fix
LPC11U24: Fix baremetal build and runtime error
2 parents b943b5f + 15bf72e commit 7d8eec4

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)