mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-09-12 00:57:44 -04:00
z180 - configure ISR relocation
This commit is contained in:
parent
efdf4a91fb
commit
54393e1e1a
1 changed files with 2 additions and 1 deletions
|
@ -56,6 +56,7 @@ extern volatile TCB_t * volatile pxCurrentTCB;
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define configTICK_RATE_HZ (256) /* Timer configured */
|
#define configTICK_RATE_HZ (256) /* Timer configured */
|
||||||
|
#define configISR_ORG ASMPC /* ISR relocation */
|
||||||
#define configISR_IVT 0xFFE6 /* PRT1 address */
|
#define configISR_IVT 0xFFE6 /* PRT1 address */
|
||||||
|
|
||||||
#ifdef __SCCZ80
|
#ifdef __SCCZ80
|
||||||
|
@ -206,7 +207,7 @@ BaseType_t xPortStartScheduler( void ) __preserves_regs(a,b,c,d,e,iyh,iyl) __nak
|
||||||
|
|
||||||
void vPortEndScheduler( void ) __preserves_regs(b,c,d,e,h,l,iyh,iyl)
|
void vPortEndScheduler( void ) __preserves_regs(b,c,d,e,h,l,iyh,iyl)
|
||||||
{
|
{
|
||||||
/*
|
/*
|
||||||
* It is unlikely that the Z80 port will get stopped.
|
* It is unlikely that the Z80 port will get stopped.
|
||||||
* If required simply disable the tick interrupt here.
|
* If required simply disable the tick interrupt here.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue