Baseline new RX projects before refining and tidying them up.

This commit is contained in:
Richard Barry 2015-09-25 08:26:55 +00:00
parent 87243e4a16
commit e5c8119b96
105 changed files with 631 additions and 126 deletions

View file

@ -70,8 +70,14 @@
#ifndef FREERTOS_CONFIG_H
#define FREERTOS_CONFIG_H
/* Renesas hardware definition header. */
#include "iodefine.h"
#ifdef __ICCRX__
#include <iorx231.h>
#include <machine.h>
#endif
#ifdef __GNUC__
#include "iodefine.h"
#endif
/*-----------------------------------------------------------
* Application specific definitions.
@ -128,7 +134,7 @@ kernel is doing. */
/* The peripheral used to generate the tick interrupt is configured as part of
the application code. This constant should be set to the vector number of the
peripheral chosen. As supplied this is CMT0. */
#define configTICK_VECTOR _CMT0_CMI0
#define configTICK_VECTOR VECT_CMT0_CMI0
/* Set the following definitions to 1 to include the API function, or zero
to exclude the API function. */