#include <stdlib.h>
#include <string.h>
#include "power_clocks_lib.h"
#include "flashc.h"
#include "FreeRTOS.h"
#include "task.h"
#include "partest.h"
#include "ethernet.h"
#include "netif/etharp.h"
#include "flash.h"
Macros | |
#define | mainETH_TASK_PRIORITY ( tskIDLE_PRIORITY + 1 ) |
#define | mainLED_TASK_PRIORITY ( tskIDLE_PRIORITY + 1 ) |
#define | mainRESET_COUNT_ADDRESS ( ( void * ) 0xC0000000 ) |
Functions | |
int | main (void) |
#define mainETH_TASK_PRIORITY ( tskIDLE_PRIORITY + 1 ) |
#define mainLED_TASK_PRIORITY ( tskIDLE_PRIORITY + 1 ) |
Referenced by main().
#define mainRESET_COUNT_ADDRESS ( ( void * ) 0xC0000000 ) |
int main | ( | void | ) |