mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-20 18:18:32 -04: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
|
@ -75,9 +75,6 @@
|
|||
#include "FreeRTOSConfig.h"
|
||||
#include "ISR_Support.h"
|
||||
|
||||
#define CS 0xFFFFC
|
||||
#define ES 0xFFFFD
|
||||
|
||||
.global _vPortYield
|
||||
.global _vPortStartFirstTask
|
||||
.global _vPortTickISR
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue