Skip to content

Commit

Permalink
Update for 5.7 release
Browse files Browse the repository at this point in the history
  • Loading branch information
hth313 committed Nov 10, 2024
1 parent 0a5c2a4 commit e7f98e3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
14 changes: 8 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ targets used in embedded programming.

## Supported targets and platforms

[Latest release is 5.6 available here for the following targets](https://github.com/hth313/Calypsi-tool-chains/releases/tag/5.6):
[Latest release is 5.7 available here for the following targets](https://github.com/hth313/Calypsi-tool-chains/releases/tag/5.7):

* MOS 6502
* WDC 65816
Expand All @@ -18,6 +18,7 @@ Supported host platforms are:

* Arch Linux, 64-bit x86
* Debian based Linux (built on Ubuntu 20.04), 64-bit x86
* Fedora based Linux (built on Fedora version 40), 64-bit x86 (except Nut target)
* macOS x86
* Windows 64-bit, built on Windows 10

Expand Down Expand Up @@ -73,10 +74,10 @@ e-mail to [email protected].

## Donations

Donations to help me work on this code base is very much appreciated.
If you feel that you want to help you can do so by using Paypal to
[email protected]. This is by no means mandatory, you are free to use
the tools regardless, as mentioned above.
A [donation](https://buymeacoffee.com/hth313) helps me work on this code
base is very much appreciated.
This is by no means mandatory, you are free to use the tools regardless,
as mentioned above.

## MOS 6502 target

Expand Down Expand Up @@ -114,7 +115,8 @@ The 65816 target supports the WDC65816 processor.

## Motorola 68000 target

The 68000 target supports the Motorola 68000 processor.
The 68000 target supports the Motorola 68000, 68020, 68040 processors.
There is also partial support for the APOLLO 68080 core.

### Open source projects

Expand Down
2 changes: 1 addition & 1 deletion _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ <h2>{{ site.description | default: site.github.project_tagline }}</h2>
<footer>
<span class="ribbon-outer">
<span class="ribbon-inner">
<p>latest release 5.6 September 15, 2024</p>
<p>latest release 5.7 November 10, 2024</p>
</span>
<span class="left-tail"></span>
<span class="right-tail"></span>
Expand Down

0 comments on commit e7f98e3

Please sign in to comment.