We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1b0673 commit 0d88ff0Copy full SHA for 0d88ff0
targets/TARGET_NXP/TARGET_LPC11UXX/us_ticker.c
@@ -17,6 +17,8 @@
17
#include "us_ticker_api.h"
18
#include "PeripheralNames.h"
19
20
+#if DEVICE_USTICKER
21
+
22
#define US_TICKER_TIMER ((LPC_CTxxBx_Type *)LPC_CT32B1_BASE)
23
#define US_TICKER_TIMER_IRQn TIMER_32_1_IRQn
24
@@ -70,3 +72,5 @@ void us_ticker_free(void)
70
72
{
71
73
74
}
75
76
+#endif // DEVICE_USTICKER
targets/targets.json
@@ -374,8 +374,13 @@
374
"SERIAL",
375
"SLEEP",
376
"SPI",
377
- "SPISLAVE"
+ "SPISLAVE",
378
+ "USTICKER"
379
],
380
+ "overrides": {
381
+ "tickless-from-us-ticker" : true,
382
+ "boot-stack-size" : "0x400"
383
+ },
384
"default_lib": "small",
385
"release_versions": ["2"],
386
"device_name": "LPC11U35FBD48/401"
0 commit comments