|
Voxia OS v0.0.1
Hobby Project Operating System Targeting x86-64
|
Go to the source code of this file.
Functions | |
| void | parse_multicore (__builtin_va_list args, const char *fmt) |
| static char * | get_debug_level_str (DEBUG_LEVEL level_) |
| void | kernel_debug_impl (const char *file_, uint16_t line_num_, DEBUG_LEVEL level_, const char *message_,...) |
|
static |
Definition at line 8 of file debug.c.
References DEBUG_LEVEL_DEBUG, DEBUG_LEVEL_ERROR, DEBUG_LEVEL_INFO, DEBUG_LEVEL_OK, and DEBUG_LEVEL_WARN.
Referenced by kernel_debug_impl().
| void kernel_debug_impl | ( | const char * | file_, |
| uint16_t | line_num_, | ||
| DEBUG_LEVEL | level_, | ||
| const char * | message_, | ||
| ... ) |
Definition at line 31 of file debug.c.
References console_add_space(), console_chfg(), console_printf(), console_vaprintf(), DEBUG_LEVEL_DEBUG, DEBUG_LEVEL_ERROR, DEBUG_LEVEL_INFO, DEBUG_LEVEL_OK, DEBUG_LEVEL_WARN, get_debug_level_str(), and UNUSED.
|
extern |
Definition at line 271 of file serial.c.
References ptr, put_into_buffer(), serial2_send_number(), serial2_send_unsigned_number(), and strlen().