Commit graph

216 commits

Author SHA1 Message Date
Michael Watzko
f3e66ebd7f Remvoe unused feature requirement 2018-10-27 19:43:11 +02: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
54ba7a9f82 Make .init() callable 2018-04-02 01:11:08 +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
d98200c965 Make address array publically accessible 2018-03-31 18:03:56 +02:00
Michael Watzko
6effe5c0a9 No longer consume SPI 2018-03-31 00:26:11 +02:00
Michael Watzko
5d8c907251 Use a locally administered MAC address 2018-03-29 21:22:27 +02:00
Michael Watzko
4f9a28b88a Remove set of ip, subnet and gateway (woops) 2018-03-29 21:01:38 +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
9cdb8cdf15 Add gitlab mirror script 2018-03-18 20:48:15 +01:00
Michael Watzko
d9de7d39d8 Add proper toml for publicfication 2018-03-17 16:49:38 +01:00
Michael Watzko
bd2f958a8c Make sending and receiving UDP work 2018-03-11 18:39:48 +01:00
Michael Watzko
3343dc190d Add UDP listen + receive 2018-03-11 15:50:45 +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