mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2026-01-17 15:20:25 -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
|
||||
* 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue