Skip to content

Commit

Permalink
creating github-pages site
Browse files Browse the repository at this point in the history
  • Loading branch information
dinoboards committed Oct 2, 2024
1 parent 3c6c919 commit 6beefb2
Show file tree
Hide file tree
Showing 14 changed files with 75 additions and 106 deletions.
42 changes: 1 addition & 41 deletions docs/_config.yml
Original file line number Diff line number Diff line change
@@ -1,48 +1,8 @@
remote_theme: pages-themes/hacker@v0.2.0
remote_theme: pages-themes/leap-day@v0.2.0
plugins:
- jekyll-remote-theme
- jekyll-feed
title: eZ80 for RC
description: An eZ80 CPU Module designed for the RCBus and RC2014™ ecosystem
author: Dean Netherton
relative_links:
enabled: true
collections: false
include:
- CONTRIBUTING.md
- README.md
- LICENSE.md
- COPYING.md
- CODE_OF_CONDUCT.md
- CONTRIBUTING.md
- ISSUE_TEMPLATE.md
- PULL_REQUEST_TEMPLATE.md

defaults:
- scope:
path: "assets/files"
values:
isfile: true


github_username: dinoboards

# Exclude from processing.
# The following items will not be processed, by default.
# Any item listed under the `exclude:` key here will be automatically added to
# the internal "default list".
#
# Excluded items can be processed by explicitly listing the directories or
# their entries' file path in the `include:` list.
#
# exclude:
# - .sass-cache/
# - .jekyll-cache/
# - gemfiles/
# - Gemfile
# - Gemfile.lock
# - node_modules/
# - vendor/bundle/
# - vendor/cache/
# - vendor/gems/
# - vendor/ruby/
59 changes: 0 additions & 59 deletions docs/_layouts/default.html

This file was deleted.

38 changes: 38 additions & 0 deletions docs/assets/css/style.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
---
---

@import "{{ site.theme }}";

@font-face {
font-family: 'GamePlayed';
src: url('/assets/fonts/game-played.woff2') format('woff2'),
url('/assets/fonts/game-played.woff') format('woff'),
url('/assets/fonts/game-played.otf') format('opentype');
font-weight: normal;
font-style: normal;
}

header h1 {
font-family: 'GamePlayed', sans-serif;
}

h3 {
font-family: 'GamePlayed', sans-serif;
}

.image-gallery {
display: flex;
justify-content: space-between;
}

.image-column {
flex: 1;
padding: 10px;
}

.image-column img {
width: 100%;
height: auto;
display: block;
margin-bottom: 10px;
}
Binary file added docs/assets/ez80-cpu.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/ez80-kit-parts.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/ez80-parts-wrapped.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/fonts/Game Played Outline.otf
Binary file not shown.
Binary file added docs/assets/fonts/game-played.otf
Binary file not shown.
Binary file added docs/assets/fonts/game-played.woff
Binary file not shown.
Binary file added docs/assets/fonts/game-played.woff2
Binary file not shown.
Binary file added docs/assets/pcb-interface-back.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/pcb-interface-front.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
40 changes: 35 additions & 5 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,14 @@
layout: default
---

### eZ80 for RC

The *eZ80 for RC* is a CPU Module designed for the RCBus and RC2014<strong>&trade;</strong> backplanes.

The eZ80 Zilog CPU is an updated version of Z80 CPU. It comes in a few variations with many on chip facilities in addition to the basic CPU, such as flash ROM, RAM, GPIO and other IO services.

<div style="text-align: center;">
<img src="./assets/eZ80-V1.7-installed-profile-front.jpg" alt="eZ80 on RC2014" width="50%">
<img src="{{ site.baseurl }}/assets/eZ80-V1.7-installed-profile-front.jpg" alt="eZ80 on RC2014" width="50%">
</div>

### eZ80 CPU
Expand All @@ -29,15 +31,15 @@ See the Wikipedia page for basic overview of the CPU (<a href="https://en.wikipe

### Schematics

* [eZ80 Interface Module (v1.7)](./assets/SCHEMATIC-EZ80-INTERFACE-V1.7.pdf)
* [ez80 CPU Module (v1.3)](./assets/SCHEMATIC-EZ80-V1.3.pdf)
* [eZ80 Interface Module (v1.7)]({{ site.baseurl }}/assets/SCHEMATIC-EZ80-INTERFACE-V1.7.pdf)
* [ez80 CPU Module (v1.3)]({{ site.baseurl }}/assets/SCHEMATIC-EZ80-V1.3.pdf)

### Kit Details

Coming soon to my Tindie Store, will be the *eZ80 for RC* kit. For you to assemble and expand your RC2014<strong>&trade;</strong> or RCBus system


### What's included in the kit
#### What's included in the kit

The full kits includes everything you need. Including the PCBs, capacitors, IC sockets, connectors, and the various ICs. The included Programmable Logic Device (PLD) will also be flashed with the required logic.

Expand Down Expand Up @@ -78,10 +80,38 @@ See the Bill Of Material list for full details

Please note that this is a kit, produced by a non-professional (me) for hackers, DIYers' and retro lovers, to tinker with. I will do my best to answer any support questions you may have.

### Images

<div class="image-gallery">
<div class="image-column">
<a href="{{ site.baseurl }}/assets/pcb-interface-front.jpg" target="_blank">
<img src="{{ site.baseurl }}/assets/pcb-interface-front.jpg" alt="Image 1">
</a>
<a href="{{ site.baseurl }}/assets/pcb-interface-back.jpg" target="_blank">
<img src="{{ site.baseurl }}/assets/pcb-interface-back.jpg" alt="Image 2">
</a>
<a href="{{ site.baseurl }}/assets/ez80-parts-wrapped.jpg" target="_blank">
<img src="{{ site.baseurl }}/assets/ez80-parts-wrapped.jpg" alt="Image 4">
</a>
</div>
<div class="image-column">
<a href="{{ site.baseurl }}/assets/ez80-cpu.jpg" target="_blank">
<img src="{{ site.baseurl }}/assets/ez80-cpu.jpg" alt="Image 3">
</a>
<a href="{{ site.baseurl }}/assets/ez80-kit-parts.jpg" target="_blank">
<img src="{{ site.baseurl }}/assets/ez80-kit-parts.jpg" alt="Image 4">
</a>
<a href="{{ site.baseurl }}/assets/ez80-V1.7-installed.jpg" target="_blank">
<img src="{{ site.baseurl }}/assets/ez80-V1.7-installed.jpg" alt="Image 4">
</a>
</div>
</div>


### Assembly Guide


### Ready for soldering
#### Ready for soldering

In this video you can see the the CPU PCB and the main Interface PCB are ready for soldering.

Expand Down
2 changes: 1 addition & 1 deletion hardware/readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# PLD for the ez80 interface module.

The eZ80 module has a *Programmable Logic Device* (PLD). This PLD provides some slight modifications to the timing of some of the I/O signals from the eZ80 to improve compatibility with RC2014/RcBus modules.
The eZ80 module has a *Programmable Logic Device* (PLD). This PLD provides some slight modifications to the timing of some of the I/O signals from the eZ80 to improve compatibility with RC2014/RCBus modules.

## Schematics

Expand Down

0 comments on commit 6beefb2

Please sign in to comment.