Zephyr API Documentation 4.1.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
main.c File Reference
#include <zephyr/ztest.h>
#include <zephyr/kernel_version.h>
#include <zephyr/sys/speculation.h>
#include <zephyr/version.h>

Functions

void test_printk (void)
 
void test_version (void)
 Test sys_kernel_version_get() functionality.
 
void test_bounds_check_mitigation (void)
 
void * common_setup (void)
 
 ZTEST_SUITE (common, NULL, common_setup, NULL, NULL, NULL)
 

Variables

struct k_stack eno_stack
 
struct k_thread eno_thread
 

Function Documentation

◆ test_bounds_check_mitigation()

void test_bounds_check_mitigation ( void )

◆ test_printk()

void test_printk ( void )

◆ ZTEST_SUITE()

ZTEST_SUITE ( common ,
NULL ,
common_setup ,
NULL ,
NULL ,
NULL  )

Variable Documentation

◆ eno_stack

struct k_stack eno_stack
extern

◆ eno_thread

struct k_thread eno_thread
extern