-
Notifications
You must be signed in to change notification settings - Fork 48
Comparing changes
Open a pull request
base repository: stm32duino/STM32Ethernet
base: 1.0.4
head repository: stm32duino/STM32Ethernet
compare: 1.0.5
- 17 commits
- 22 files changed
- 7 contributors
Commits on Nov 26, 2018
-
arduino/Arduino#4673 Signed-off-by: Frederic.Pillon <frederic.pillon@st.com>
Configuration menu - View commit details
-
Copy full SHA for a1db02b - Browse repository at this point
Copy the full SHA a1db02bView commit details
Commits on Jan 4, 2019
-
client: Fix bool operator on init and ongoing use
When iterating we make sure client's socket is not closing since _tcp_client remains after close. This was tested on nuleo-f767zi using project webthing-arduino Change-Id: Ie465fe59009c33957dad97f1c70b4dc3af3b2ebe Forwarded: #17 Signed-off-by: Philippe Coval <p.coval@samsung.com>
Configuration menu - View commit details
-
Copy full SHA for be067d9 - Browse repository at this point
Copy the full SHA be067d9View commit details -
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: #17 Relate-to: https://github.com/rzr/webthing-iotjs/wiki/MCU Change-Id: I2e21e34a43f3cadb7981f2e359a5960735daa5d3 Signed-off-by: Philippe Coval <p.coval@samsung.com>
Configuration menu - View commit details
-
Copy full SHA for a443221 - Browse repository at this point
Copy the full SHA a443221View commit details
Commits on Apr 21, 2019
-
Merge pull request #17 from TizenTeam/sandbox/rzr/review/master
client: Fix bool operator on init and ongoing use
Configuration menu - View commit details
-
Copy full SHA for 27b579a - Browse repository at this point
Copy the full SHA 27b579aView commit details
Commits on May 10, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 13a0adf - Browse repository at this point
Copy the full SHA 13a0adfView commit details -
Configuration menu - View commit details
-
Copy full SHA for ad95c45 - Browse repository at this point
Copy the full SHA ad95c45View commit details
Commits on May 11, 2019
-
Remove useless variant.h include
variant.h is now included thanks stm32_def.h See stm32duino/Arduino_Core_STM32#518 Signed-off-by: Frederic.Pillon <frederic.pillon@st.com>
Configuration menu - View commit details
-
Copy full SHA for 72c849f - Browse repository at this point
Copy the full SHA 72c849fView commit details
Commits on Aug 21, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 7120886 - Browse repository at this point
Copy the full SHA 7120886View commit details -
depending of the STM32 Core Version Signed-off-by: Frederic.Pillon <frederic.pillon@st.com>
Configuration menu - View commit details
-
Copy full SHA for 568478e - Browse repository at this point
Copy the full SHA 568478eView commit details
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>
Configuration menu - View commit details
-
Copy full SHA for 3ebfc7b - Browse repository at this point
Copy the full SHA 3ebfc7bView commit details
Commits on Oct 17, 2019
-
Add EthernetClient functions: localPort, remoteIP, remotePort
SSLClient needs these functions
Configuration menu - View commit details
-
Copy full SHA for 75fefe6 - Browse repository at this point
Copy the full SHA 75fefe6View commit details
Commits on Oct 25, 2019
-
Allocate the TCP client when needed.
This patch allows the WebClientRepeating example to work.
Configuration menu - View commit details
-
Copy full SHA for cfe4f64 - Browse repository at this point
Copy the full SHA cfe4f64View commit details -
Also remove 2 printf debug.
Configuration menu - View commit details
-
Copy full SHA for 193a513 - Browse repository at this point
Copy the full SHA 193a513View commit details
Commits on Oct 28, 2019
-
Update Ethernet.linkStatus to handle Unknown status
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
Configuration menu - View commit details
-
Copy full SHA for 5f6c5b6 - Browse repository at this point
Copy the full SHA 5f6c5b6View commit details
Commits on Nov 9, 2019
-
UDP connected sockets are limited to commuinicating with one host and port.
Configuration menu - View commit details
-
Copy full SHA for 07b3797 - Browse repository at this point
Copy the full SHA 07b3797View commit details
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 udp receive data (Usefull with FreeRTOS). ``` void EthernetUDP::onDataArrival( std::function<void()> onDataArrival_fn){ _udp.onDataArrival = onDataArrival_fn; } ```
Configuration menu - View commit details
-
Copy full SHA for b956c4b - Browse repository at this point
Copy the full SHA b956c4bView commit details -
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
Configuration menu - View commit details
-
Copy full SHA for adf5ac4 - Browse repository at this point
Copy the full SHA adf5ac4View commit details
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