#include <xmk.h>
#include <os_config.h>
#include <xil_exception.h>
#include <sys/decls.h>
#include <sys/init.h>
#include <sys/mem.h>
#include <pthread.h>
#include <stdio.h>
Functions | |
void | xilkernel_main (void) |
void | xilkernel_init (void) |
void | xilkernel_start (void) |
|
Initialize the system - This function is called at the start of system. It initializes the system.
|
|
Entry point of the kernel
|
|
Start the kernel by enabling interrupts and starting to execute the idle task.
|