- Notifications
You must be signed in to change notification settings - Fork54
Comparing changes
Open a pull request
base repository:stm32duino/STM32Ethernet
Uh oh!
There was an error while loading.Please reload this page.
base:1.0.4
head repository:stm32duino/STM32Ethernet
Uh oh!
There was an error while loading.Please reload this page.
compare:1.0.5
- 17commits
- 22files changed
- 7contributors
Commits on Nov 26, 2018
arduino/Arduino#4673Signed-off-by: Frederic.Pillon <frederic.pillon@st.com>
fpistm committedNov 26, 2018
Commits on Jan 4, 2019
client: Fix bool operator on init and ongoing use
When iterating we make sure client's socket is not closingsince _tcp_client remains after close.This was tested on nuleo-f767zi using project webthing-arduinoChange-Id: Ie465fe59009c33957dad97f1c70b4dc3af3b2ebeForwarded:#17Signed-off-by: Philippe Coval <p.coval@samsung.com>
rzr committedJan 4, 2019 server: Initialize class member on dynamic alloc
Also replace default constructor to use port 80 by default.I noticed that server worked on global instance.but not if used in class (allocated with new).This change makes both use cases working.Forwarded:#17Relate-to:https://github.com/rzr/webthing-iotjs/wiki/MCUChange-Id: I2e21e34a43f3cadb7981f2e359a5960735daa5d3Signed-off-by: Philippe Coval <p.coval@samsung.com>
rzr committedJan 4, 2019
Commits on Apr 21, 2019
Merge pull request#17from TizenTeam/sandbox/rzr/review/master
client: Fix bool operator on init and ongoing use
fpistm authoredApr 21, 2019
Commits on May 10, 2019
Commits on May 11, 2019
Remove useless variant.h include
variant.h is now included thanks stm32_def.hSeestm32duino/Arduino_Core_STM32#518Signed-off-by: Frederic.Pillon <frederic.pillon@st.com>
fpistm committedMay 11, 2019
Commits on Aug 21, 2019
depending of the STM32 Core VersionSigned-off-by: Frederic.Pillon <frederic.pillon@st.com>
fpistm committedAug 21, 2019
Commits on Aug 22, 2019
Allow to add extra options to the default one
by adding a 'lwipopts_extra.h'Signed-off-by: Frederic.Pillon <frederic.pillon@st.com>
fpistm committedAug 22, 2019
Commits on Oct 17, 2019
Add EthernetClient functions: localPort, remoteIP, remotePort
SSLClient needs these functions
Commits on Oct 25, 2019
Allocate the TCP client when needed.
This patch allows the WebClientRepeating example to work.
Commits on Oct 28, 2019
Update Ethernet.linkStatus to handle Unknown status
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
fpistm committedOct 28, 2019
Commits on Nov 9, 2019
UDP connected sockets are limited to commuinicating with onehost and port.
Commits on Nov 10, 2019
Added multicast udp, added callback for interrupt data arrival
Implemented begin multicast for receiving multicast udp.Added ability to add a callback from the interrupt when udpreceive data (Usefull with FreeRTOS).```void EthernetUDP::onDataArrival( std::function<void()> onDataArrival_fn){ _udp.onDataArrival = onDataArrival_fn;}```Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
fpistm committedNov 10, 2019
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:git diff 1.0.4...1.0.5
Uh oh!
There was an error while loading.Please reload this page.