![]() |
LPCOpen Platform
LPCOpen Platform for NXP LPC Microcontrollers
|
#include "board.h"
#include "FreeRTOS.h"
#include "task.h"
Go to the source code of this file.
Functions | |
static void | prvSetupHardware (void) |
static | portTASK_FUNCTION (vLEDTask1, pvParameters) |
static | portTASK_FUNCTION (vLEDTask2, pvParameters) |
static | portTASK_FUNCTION (vUARTTask, pvParameters) |
int | main (void) |
main routine for FreeRTOS blinky example | |