mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2026-01-20 08:40:35 -05:00
Add an example ISR implementation into the RL78 GCC demo.
This commit is contained in:
parent
c79a5fe50c
commit
7fb22e27da
5 changed files with 167 additions and 5 deletions
|
|
@ -81,7 +81,8 @@
|
|||
*
|
||||
* NOTE 2: This file only contains the source code that is specific to the
|
||||
* full 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 of how to write an
|
||||
* interrupt service routine, are defined in main.c.
|
||||
******************************************************************************
|
||||
*
|
||||
* main_full() creates all the demo application tasks and two software timers,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue