Skip to content

Releases: cc65/ip65

2025-01-19: Put Ethernet buffers in separate source file.

Choose a tag to compare

@oliverschmidt oliverschmidt released this 19 Jan 17:08
Having the Ethernet buffers in a separate source file simplifies to override their location by the user of the library.

2023-06-11

Choose a tag to compare

@oliverschmidt oliverschmidt released this 11 Jun 11:09
Adjusted to cc65/cc65#1844

2022-07-30

Choose a tag to compare

@oliverschmidt oliverschmidt released this 30 Jul 11:01
Removed 'Dracarys' support.

Given the popularity of FujiNet, there's no momentum anymore for a W5100 device on the ATATRI.

2022-05-30

Choose a tag to compare

@oliverschmidt oliverschmidt released this 30 May 17:34
Follow-up fix for recent contribution.

Set the new IP address only on success.

2022-04-22

Choose a tag to compare

@oliverschmidt oliverschmidt released this 22 Apr 21:41
Added support for (virtual) W5100 DNS Offloading.

See https://github.com/a2retrosystems/uthernet2/wiki/Virtual-W5100-with-DNS for details.

2022-03-10

Choose a tag to compare

@oliverschmidt oliverschmidt released this 10 Mar 12:00
Leverage cc65 optimizer improvements.

The cc65 HEAD at the time of writing features an improved optimizer that doesn't require the former workarounds anymore.

The register variable introduced isn't exactly necessary but it greatly improves the code moving mass data from / to the W5100 chip.

2021-03-11

Choose a tag to compare

@oliverschmidt oliverschmidt released this 11 Mar 22:41
Just some minor alignments with the recent apps/Makefile change.

2019-05-10

Choose a tag to compare

@oliverschmidt oliverschmidt released this 10 May 15:51
Bump user visible versions.

2018-12-09

Choose a tag to compare

@oliverschmidt oliverschmidt released this 09 Dec 18:51
Don't trash parameter in AX.

2017-10-04

Choose a tag to compare

@oliverschmidt oliverschmidt released this 04 Oct 19:13

With Telnet65 v1.2 in

See Telnet65 docu for details.