mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-09-02 12:24:07 -04:00
Check in RX231 IAR demo.
This commit is contained in:
parent
c6a4e3191e
commit
38cb08133d
33 changed files with 3674 additions and 92 deletions
|
@ -83,6 +83,8 @@
|
|||
* THE http://www.FreeRTOS.org WEB SITE FOR FULL INFORMATION ON USING THIS DEMO
|
||||
* APPLICATION, AND ITS ASSOCIATE FreeRTOS ARCHITECTURE PORT!
|
||||
*
|
||||
* http://www.freertos.org/RX231_RTOS_Renesas_GCC_IAR.html
|
||||
*
|
||||
*/
|
||||
|
||||
/* Scheduler include files. */
|
||||
|
@ -92,7 +94,7 @@
|
|||
|
||||
/* Set mainCREATE_SIMPLE_BLINKY_DEMO_ONLY to one to run the simple blinky demo,
|
||||
or 0 to run the more comprehensive test and demo application. */
|
||||
#define mainCREATE_SIMPLE_BLINKY_DEMO_ONLY 0
|
||||
#define mainCREATE_SIMPLE_BLINKY_DEMO_ONLY 1
|
||||
|
||||
/*-----------------------------------------------------------*/
|
||||
|
||||
|
@ -120,6 +122,7 @@ void vApplicationTickHook( void );
|
|||
|
||||
/*-----------------------------------------------------------*/
|
||||
|
||||
/* See http://www.freertos.org/RX231_RTOS_Renesas_GCC_IAR.html */
|
||||
int main( void )
|
||||
{
|
||||
/* Configure the hardware ready to run the demo. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue