#include <stdio.h>
#include "compiler.h"
#include "board.h"
#include "print_funcs.h"
#include "intc.h"
#include "power_clocks_lib.h"
#include "FreeRTOS.h"
#include "task.h"
#include "conf_usb.h"
#include "usb_task.h"
#include "device_template_task.h"
#include "host_template_task.h"
Functions | |
int | main (void) |
Main function. Execution starts here. More... | |
int main | ( | void | ) |
Main function. Execution starts here.
42 | Fatal error. |
References device_template_task(), device_template_task_init(), Enable_global_exception, FOSC0, host_template_task(), host_template_task_init(), init_dbg_rs232(), INTC_init_interrupts(), OSC0_STARTUP, pcl_configure_usb_clock(), PCL_OSC0, pcl_switch_to_osc(), usb_task(), usb_task_init(), and vTaskStartScheduler().