Continue development, plus add Blinky build configuration.

This commit is contained in:
Richard Barry 2010-08-22 11:45:24 +00:00
parent cfc3911721
commit 4b8e4c7520
12 changed files with 466 additions and 72 deletions

View file

@ -51,6 +51,12 @@
licensing and training services.
*/
/*
* This file contains the non-portable and therefore RX62N specific parts of
* the IntQueue standard demo task - namely the configuration of the timers
* that generate the interrupts and the interrupt entry points.
*/
/* Scheduler includes. */
#include "FreeRTOS.h"
#include "task.h"