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 67f67f0 commit 9275ca9Copy full SHA for 9275ca9
riscv-rt/link.x
@@ -22,6 +22,7 @@ PROVIDE(ExceptionHandler = DefaultExceptionHandler);
22
then the function this points to will be called before the RAM is initialized. */
23
PROVIDE(__pre_init = default_pre_init);
24
25
+/* A PAC/HAL defined routine that should initialize custom interrupt controller if needed. */
26
PROVIDE(_setup_interrupts = default_setup_interrupts);
27
28
/* # Multi-processing hook function
0 commit comments