]>
wirehaze git hosting - stm32f411ceu6.git/blob - sys/core/kentry.c
7fcc4b8a1abb06ffc330ad7859a8eadf845ec73a
4 __attribute__ ((noreturn
)) void kentry (void);
6 static const char *text
[] = {
10 "maybe i should give you a name.\r\n",
11 "but that's a slippery slope.\r\n",
12 "you're only in my head.\r\n",
13 "we have to remember that.\r\n",
15 "it's actually happening, i'm talking to an imaginary person.\r\n\n"
23 /* Test UART and LED ---------------------------------------------------- */
27 for (line
= 0; line
< sizeof text
/ sizeof *text
; ++line
)
29 kputs_busytc (text
[line
]);