Zephyr API Documentation 4.1.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
main.c File Reference
#include <zephyr/kernel.h>
#include <zephyr/sys/printk.h>
#include <ksched.h>

Functions

void k_sys_fatal_error_handler (unsigned int reason, const struct arch_esf *pEsf)
 Fatal error policy handler.
 
void test_message_capture (void)
 This test case verifies when fatal error log message can be captured.
 
int main (void)
 

Variables

static volatile int expected_reason = -1
 

Function Documentation

◆ main()

int main ( void )

Variable Documentation

◆ expected_reason

volatile int expected_reason = -1
static