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

@ -75,9 +75,6 @@
#include "FreeRTOSConfig.h"
#include "ISR_Support.h"
#define CS 0xFFFFC
#define ES 0xFFFFD
.global _vPortYield
.global _vPortStartFirstTask
.global _vPortTickISR