Skip to content

Releases: cc65/ip65

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

19 Jan 17:08
Compare
Choose a tag to compare
Having the Ethernet buffers in a separate source file simplifies to override their location by the user of the library.

2023-06-11

11 Jun 11:09
Compare
Choose a tag to compare
Adjusted to cc65/cc65#1844

2022-07-30

30 Jul 11:01
Compare
Choose a tag to compare
Removed 'Dracarys' support.

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

2022-05-30

30 May 17:34
Compare
Choose a tag to compare
Follow-up fix for recent contribution.

Set the new IP address only on success.

2022-04-22

22 Apr 21:41
Compare
Choose a tag to compare
Added support for (virtual) W5100 DNS Offloading.

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

2022-03-10

10 Mar 12:00
Compare
Choose a tag to compare
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

11 Mar 22:41
Compare
Choose a tag to compare
Just some minor alignments with the recent apps/Makefile change.

2019-05-10

10 May 15:51
Compare
Choose a tag to compare
Bump user visible versions.

2018-12-09

09 Dec 18:51
Compare
Choose a tag to compare
Don't trash parameter in AX.

2017-10-04

04 Oct 19:13
Compare
Choose a tag to compare

With Telnet65 v1.2 in

See Telnet65 docu for details.