Welcome to mirror list, hosted at ThFree Co, Russian Federation.

readme.md « Z180 « Z88DK - github.com/FreeRTOS/FreeRTOS-Kernel-Community-Supported-Ports.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 89af17a7d0d96533fd50b036f0ef21e970875f46 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<h1>z180 support</h1>

Description
-----------
This PR establishes support for a Zilog z180 port, using the Programmable Reload Timer 1, configured at 256 Hz.

Because of the generality of the z180, the address of the Interrupt Vector for PRT1 is configurable, and must be configured by the `crt0.asm` outside of this port. A configuration assumption has been made.

The two compilers ([used by the z88dk](https://github.com/z88dk/z88dk)) are supported. The sccz80 compiler and the sdcc compiler. The PR is located under Z88dk.

Background
-----------
This PR is based on running code for the [SC130](https://smallcomputercentral.wordpress.com/sc130-z180-motherboard/)/[SC131](https://smallcomputercentral.wordpress.com/sc131-z180-pocket-computer/) and [YAZ180](https://github.com/feilipu/yaz180) platforms, and is maintained by the z88dk team in this [z88dk-libraries](https://github.com/feilipu/z88dk-libraries/tree/master/freertos) repository.