Add an example ISR implementation into the RL78 GCC demo.

This commit is contained in:
Richard Barry 2013-03-17 15:38:23 +00:00
parent c79a5fe50c
commit 7fb22e27da
5 changed files with 167 additions and 5 deletions

View file

@ -81,7 +81,8 @@
*
* NOTE 2: This file only contains the source code that is specific to the
* basic demo. Generic functions, such FreeRTOS hook functions, and functions
* required to configure the hardware, are defined in main.c.
* required to configure the hardware, along with an example interrupt service
* routine, are defined in main.c.
******************************************************************************
*
* main_blinky() creates one queue, and two tasks. It then starts the