Ryan Summers
9327809fe7
Add TCP-based NAL implementation ( #24 )
...
* Adding TCP-based NAL implementation
* Updating NAL dependency
* Updating connect to handle network errors
* Adding support for getting IP and MAC, allowing transparent access to the W5500 in the interface.
* Fixing TCP connect when not in INIT
* Adding wait after reset
* Reverting changes
* More delta reductions
* Fixing format
* Updating changelog
* Fixing docs
* Updating NAL version
* Adding debug derive
* fixing TCP write
* Updating RX receive size to allow less than 8 bytes
* Fixing clippy lints
2022-01-23 13:30:08 +01:00
Michael Watzko
a0f46ae95e
Add no-chip-version-assertion to disable checking the chip for the version
2021-03-23 23:25:45 +01:00
Jonah Dahlquist
52f0d06e30
Updated dependencies, fixed port closing after receive
2021-03-22 22:04:12 -07:00
Jonah Dahlquist
55097322a0
Updated embedded-nal and removed (now-redundent) Interface struct
2021-02-18 19:25:58 -08:00
Jonah Dahlquist
d844a116d5
Updated to latest embedded-nal
2021-02-18 19:24:06 -08:00
Jonah Dahlquist
da2bcd4e7d
Updated to released version of embedded-nal
2021-02-18 19:24:06 -08:00
Jonah Dahlquist
1cac758d5a
Added self to authors list, fixed Clippy lint errors
2021-02-18 19:17:30 -08:00
Jonah Dahlquist
cc4db22b66
Changed to depend on upstream version of embedded-nal after PR merge
2021-02-18 19:16:16 -08:00
Jonah Dahlquist
6caeeae2eb
Updated dependencies
2021-02-18 19:16:16 -08:00
Jonah Dahlquist
f546ff2011
Re-wrote socket implementations to be more compatible with embedded-nal
2021-02-18 19:16:14 -08:00
Alex M
64085eab90
Update dependencies.
2020-08-09 16:27:05 -07:00
Michael Watzko
30feeabd3e
Version 0.3.0
2020-06-10 17:34:22 +02:00
Michael Watzko
2e1aa239d2
Upgrade to rust 2018 edition
2020-06-10 16:55:23 +02:00
Jonah Dahlquist
1d88a91e88
Updated all dependencies, replaced deprecated v1 OutputPin
2019-07-30 20:25:18 -05:00
Vincent Stakenburg
b784982f9e
use rust 1.32.0 to_be_bytes instead
2019-04-19 13:11:44 +02:00
Michael Watzko
1415adbae0
GH-3: Refactor to allow to state tracking of sockets, take an &mut SPI while 'activated'
...
The activated mode allows one to call functions without passing the SPI reference
each time, while not consuming it for the lifetime of W5500.
2019-02-12 23:09:34 +01:00
Michael Watzko
0bc4e614a3
GH-3: Clarify licensing
2019-02-12 17:25:17 +01:00
Michael Watzko
7b6957d61f
Version 0.1.6 (publish removal of nightly requirement to crates.io)
2019-01-20 17:05:52 +01:00
Michael Watzko
c75f150ff2
Version 0.1.5 update keywords to include 'embedded-hal-driver'
2018-07-16 15:03:06 +02:00
Michael Watzko
56ee6a6f02
Update to latest rust / stm32f103xx-hal changes
2018-06-09 00:08:54 +02:00
Michael Watzko
7728fb22be
Replace function signature 'fn ..<E, S: FullDuplex<u8, Error=E>>(&mut self, spi: &mut S,...)' with 'fn ..<E>(&mut self, spi: &mut FullDuplex<u8, Error=E>,..)' add SocketRegister, ability to conf./get/set socket interrupts
2018-04-01 23:17:10 +02:00
Michael Watzko
1a6eab88da
Add README.md with example usage
2018-03-29 21:00:30 +02:00
Michael Watzko
f52b58f6e9
Set repository to the github mirror
2018-03-18 20:49:34 +01:00
Michael Watzko
d9de7d39d8
Add proper toml for publicfication
2018-03-17 16:49:38 +01:00
Michael Watzko
f28b948dac
Be able to IP, Subnet, Gateway and Mac; and send udp packets
2018-03-11 14:24:47 +01:00