We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e594351 commit aa1e7ebCopy full SHA for aa1e7eb
entry/entry.c
@@ -18,6 +18,9 @@ int main();
18
* attribute "__constructor__". When marked the function will be added to
19
* the ".init_array" segment and called before main is called.
20
*
21
+ * @note When running this program in the debugger this will not be called.
22
+ * This means the constructors and other items are not called during startup
23
+ *
24
*/
25
void __attribute__((__noreturn__, __naked__)) __reset_handler() {
26
// initialize the stack pointer. As we are running from ram
0 commit comments