mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2026-02-22 10:05:32 -05:00
Baseline new RX projects before refining and tidying them up.
This commit is contained in:
parent
87243e4a16
commit
e5c8119b96
105 changed files with 631 additions and 126 deletions
|
|
@ -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. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue